-
Notifications
You must be signed in to change notification settings - Fork 45
/
_pkgdown.yml
45 lines (41 loc) · 1012 Bytes
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
destination: docs
## layout the order in which topics are presented in the rd docs
# 1. get a list of topics with the following:
# db <- tools::Rd_db("geofacet")
# topics <- gsub("\\.Rd", "", names(db))
# cat(paste(topics, collapse = "\n"))
# 2. arrange the topic names into sections as desired in the format below:
## If you need to see which topics are missing, do the following in addition:
# cur <- yaml::yaml.load_file("rd_index.yaml")
# cur <- unlist(lapply(cur, function(x) x$topics))
# cat(paste(setdiff(topics, cur), collapse = "\n"))
knitr:
eval: false
sections:
-
section_name: Package Functions
topics:
- facet_geo
- get_grid_names
- grid_design
- grid_preview
- grid_submit
-
section_name: Grids
topics:
-
file: grids.Rd
title: "grids"
-
section_name: Datasets
topics:
- aus_pop
- election
- eu_gdp
- eu_imm
- india_pop
- london_afford
- nhs_scot_dental
- sa_pop_dens
- state_ranks
- state_unemp