forked from ropensci/rdataretriever
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1000 Bytes
/
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
Package: rdataretriever
Title: R Interface to the Data Retriever
Description: Provides an R interface to the Data Retriever
<http://data-retriever.org/> 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: 1.0.0
Date: 2017-02-21
Authors@R: c(person("Daniel", "McGlinn", role = c("aut", "cre"),
email = "[email protected]"),
person("Henry", "Senyondo", role = "aut",
email = "[email protected]"),
person("Shawn", "Taylor", role = "aut",
email = "[email protected]"),
person("Ethan", "White", role = "aut",
email = "[email protected]"))
BugReports: https://github.com/ropensci/rdataretriever/issues
URL: https://github.com/ropensci/rdataretriever/
Depends:
R (>= 3.0.0)
Imports:
utils
SystemRequirements: Data Retriever (>= 1.8)
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 6.0.1