-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathDESCRIPTION
71 lines (71 loc) · 2.65 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: rdataretriever
Title: R Interface to the Data Retriever
Description: Provides an R interface to the Data Retriever
<https://retriever.readthedocs.io/en/latest/> via the Data Retriever's
command line interface. The Data Retriever automates the
tasks of finding, downloading, and cleaning public datasets,
and then stores them in a local database.
Version: 3.1.1
Authors@R: c(person("Henry", "Senyondo", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7105-5808")),
person("Daniel", "McGlinn", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2359-3526")),
person("Pranita", "Sharma", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-5871-380X")),
person("David J", "Harris", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3332-9307")),
person("Hao", "Ye", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8630-1458")),
person("Shawn", "Taylor", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-6178-6903")),
person("Jeroen", "Ooms", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-4035-0289")),
person("Francisco Rodríguez-Sánchez", "Ooms", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7981-1599")),
person("Karthik", "Ram", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-0233-1757")),
person("Apoorva", "Pandey", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9834-4415")),
person("Harshit", "Bansal", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-3285-812X")),
person("Max", "Pohlman", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2325-6984")),
person("Ethan", "White", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6728-7745")))
BugReports: https://github.com/ropensci/rdataretriever/issues
URL: https://docs.ropensci.org/rdataretriever/ (website),
https://github.com/ropensci/rdataretriever/
Depends:
R (>= 3.4.0)
Imports:
reticulate (>= 1.16),
semver
Suggests:
testthat (>= 1.0.0),
DBI,
devtools,
RSQLite,
RPostgreSQL,
knitr,
rmarkdown,
dbplyr,
raster,
ggplot2
VignetteBuilder: knitr
SystemRequirements: Python (>= 3.7), retriever (>= 3.0.0) (version must be listed to patch to allow parsing)
License: MIT + file LICENSE
RoxygenNote: 7.2.3
Encoding: UTF-8