Package: rdataretriever
Title: R Interface to the Data Retriever
Description: Provides an R interface to the Data Retriever
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 = "henrykironde@gmail.com",
comment = c(ORCID = "0000-0001-7105-5808")),
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("Hao", "Ye", role = "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("Jeroen", "Ooms", role = "aut",
email = "jeroenooms@gmail.com",
comment = c(ORCID = "0000-0002-4035-0289")),
person("Francisco Rodríguez-Sánchez", "Ooms", role = "aut",
email = "f.rodriguez.sanc@gmail.com",
comment = c(ORCID = "0000-0002-7981-1599")),
person("Karthik", "Ram", role = "aut",
email = "karthik.ram@gmail.com",
comment = c(ORCID = "0000-0002-0233-1757")),
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",
comment = c(ORCID = "0000-0003-2325-6984")),
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,
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
Config/pak/sysreqs: libpng-dev patch python3
Repository: https://ropensci.r-universe.dev
Date/Publication: 2024-07-25 07:05:29 UTC
RemoteUrl: https://github.com/ropensci/rdataretriever
RemoteRef: main
RemoteSha: 36d927291f1d2d8edbb41d0bd1ef0ff22de4fcfe
NeedsCompilation: no
Packaged: 2026-07-01 08:17:42 UTC; root
Author: Henry Senyondo [aut, cre] (ORCID:
),
Daniel McGlinn [aut] (ORCID: ),
Pranita Sharma [aut] (ORCID: ),
David J Harris [aut] (ORCID: ),
Hao Ye [aut] (ORCID: ),
Shawn Taylor [aut] (ORCID: ),
Jeroen Ooms [aut] (ORCID: ),
Francisco Rodríguez-Sánchez Ooms [aut] (ORCID:
),
Karthik Ram [aut] (ORCID: ),
Apoorva Pandey [aut] (ORCID: ),
Harshit Bansal [aut] (ORCID: ),
Max Pohlman [aut] (ORCID: ),
Ethan White [aut] (ORCID: )
Maintainer: Henry Senyondo