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.0.0
Authors@R: c(person("Daniel", "McGlinn", role = "aut",
    email = "danmcglinn@gmail.com",
    comment = c(ORCID = "0000-0003-2359-3526")),
    person("Pranita", "Sharma", role = "aut",
    email = "pranitarsharma@gmail.com",
    comment = c(ORCID = "0000-0002-5871-380X")),
    person("David J", "Harris", role = "aut",
    email = "harry491@gmail.com",
    comment = c(ORCID = "0000-0003-3332-9307")),
    person("Henry", "Senyondo", role = c("aut", "cre"),
    email = "henrykironde@gmail.com",
    comment = c(ORCID = "0000-0001-7105-5808")),
    person("Hao", "Ye", role = c("aut"),
    email = "hao.ye@weecology.org",
    comment = c(ORCID = "0000-0002-8630-1458")),
    person("Shawn", "Taylor", role = "aut",
    email = "shawntaylor@weecology.org",
    comment = c(ORCID = "0000-0002-6178-6903")),
    person("Apoorva", "Pandey", role = "aut",
    email = "apoorvapandey365@gmail.com",
    comment = c(ORCID = "0000-0001-9834-4415")),
    person("Harshit", "Bansal", role = "aut",
    email = "harshit.bansalec@gmail.com",
    comment = c(ORCID = "0000-0002-3285-812X")),
    person("Max", "Pohlman", role = "aut",
    email = "maxpohlman@gmail.com"),
    person("Ethan", "White", role = "aut",
    email = "ethan@weecology.org",
    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
SystemRequirements: Python (>= 3.0), retriever (>= 3.0.0) (version must
        be listed to patch to allow parsing)
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-09-17 09:16:43 UTC; henrykironde
Author: Daniel McGlinn [aut] (<https://orcid.org/0000-0003-2359-3526>),
  Pranita Sharma [aut] (<https://orcid.org/0000-0002-5871-380X>),
  David J Harris [aut] (<https://orcid.org/0000-0003-3332-9307>),
  Henry Senyondo [aut, cre] (<https://orcid.org/0000-0001-7105-5808>),
  Hao Ye [aut] (<https://orcid.org/0000-0002-8630-1458>),
  Shawn Taylor [aut] (<https://orcid.org/0000-0002-6178-6903>),
  Apoorva Pandey [aut] (<https://orcid.org/0000-0001-9834-4415>),
  Harshit Bansal [aut] (<https://orcid.org/0000-0002-3285-812X>),
  Max Pohlman [aut],
  Ethan White [aut] (<https://orcid.org/0000-0001-6728-7745>)
Maintainer: Henry Senyondo <henrykironde@gmail.com>
Repository: CRAN
Date/Publication: 2020-09-17 09:40:03 UTC
