-
Notifications
You must be signed in to change notification settings - Fork 41
/
_pkgdown.yml
67 lines (63 loc) · 1.14 KB
/
_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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
url: https://docs.ropensci.org/webchem
template:
package: rotemplate
destination: docs
reference:
- title: Retrieve and translate chemical identifiers
- contents:
- starts_with("get")
- cts_convert
- cs_convert
- cts_from
- cts_to
- with_cts
- wd_ident
- pc_synonyms
- opsin_query
- etox_basic
- title: Retrieve chemical properties
- contents:
- ends_with("_query")
- -opsin_query
- chebi_comp_entity
- chembl_query
- cs_compinfo
- cs_extcompinfo
- cts_compinfo
- etox_targets
- etox_tests
- fn_percept
- nist_ri
- pc_prop
- pc_sect
- title: Molecular structure images
- contents:
- ends_with("_img")
- title: Cross-data-source functions
- contents:
- find_db
- title: Data
- contents:
- has_keyword("datasets")
- title: Utility functions
- contents:
- as.cas
- starts_with("is.")
- cs_check_key
- cs_control
- extractors
- ping_service
- cs_datasources
- chembl_atc_classes
- chembl_resources
- parse_mol
- write_mol
- title: Deprecated and defunct
- contents:
- webchem-defunct
- webchem-deprecated
- title: Package
- contents:
- webchem
# build locally with:
# pkgdown::build_site()