-
Notifications
You must be signed in to change notification settings - Fork 41
/
DESCRIPTION
57 lines (57 loc) · 1.68 KB
/
DESCRIPTION
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
Package: webchem
Title: Chemical Information from the Web
Description: Chemical information from around the web. This package interacts
with a suite of web services for chemical information. Sources include: Alan
Wood's Compendium of Pesticide Common Names, Chemical Identifier Resolver,
ChEBI, Chemical Translation Service, ChemSpider, ETOX, Flavornet,
NIST Chemistry WebBook, OPSIN, PubChem, SRS, Wikidata.
Type: Package
Version: 1.3.0
License: MIT + file LICENSE
URL: https://docs.ropensci.org/webchem/, https://github.com/ropensci/webchem
BugReports: https://github.com/ropensci/webchem/issues
Authors@R: c(person("Eduard", "Szöcs", role = "aut"),
person("Robert", "Allaway", role = "ctb"),
person("Daniel", "Muench", role = "ctb"),
person("Johannes", "Ranke", role = "ctb"),
person("Andreas", "Scharmüller", role = "ctb"),
person("Eric R", "Scott", role = "ctb"),
person("Jan", "Stanstrup", role = "ctb"),
person("João Vitor", "F Cavalcante", role = "ctb"),
person("Gordon", "Getzinger", role = "ctb"),
person("Ethan", "Bass", role="ctb"),
person("Tamás", "Stirling", email = "[email protected]", role = c("ctb", "cre")))
Maintainer: Tamás Stirling <[email protected]>
LazyLoad: yes
LazyData: yes
Encoding: UTF-8
Depends:
R (>= 3.0)
Imports:
xml2,
httr,
rvest,
jsonlite,
stringr,
methods,
dplyr,
purrr,
data.tree,
tibble,
base64enc,
rlang,
utils
Suggests:
testthat,
rcdk,
covr,
robotstxt,
knitr,
rmarkdown,
plot.matrix,
usethis,
vcr
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true