Package: suppdata
Type: Package
Title: Downloading Supplementary Data from Published Manuscripts
Version: 1.1-4
Authors@R: c(person("William D.", "Pearse", email = "will.pearse@gmail.com", role = c("aut", "cre"), comment=c(ORCID="0000-0002-6241-3164")),
    person("Scott", "Chamberlain", role = "aut", comment=c(ORCID="0000-0003-1444-9135")),
    person("Daniel", "Nuest", role = "aut", comment=c(ORCID="0000-0002-0024-5046")),
    person("Ross", "Mounce", role = c("rev"), comment = "Ross Mounce reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/195"), 
    person("Sarah", "Supp", role = c("rev"), comment = "Sarah Supp reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/195"))
Maintainer: William D. Pearse <will.pearse@gmail.com>
Description: Downloads data supplementary materials from manuscripts,
    using papers' DOIs as references. Facilitates open, reproducible
    research workflows: scientists re-analyzing published datasets can
    work with them as easily as if they were stored on their own
    computer, and others can track their analysis workflow
    painlessly. The main function suppdata() returns a (temporary)
    location on the user's computer where the file is stored, making
    it simple to use suppdata() with standard functions like
    read.csv().
License: MIT + file LICENSE
URL: https://docs.ropensci.org/suppdata/,
        https://github.com/ropensci/suppdata/
BugReports: https://github.com/ropensci/suppdata/
VignetteBuilder: knitr
LazyLoad: yes
Suggests: knitr (>= 1.6), testthat (>= 2.0.0), covr (>= 3.0.1),
        fulltext (>= 0.1.4.9000)
Imports: httr (>= 1.0.0), xml2 (>= 1.2.0), jsonlite (>= 1.5), rcrossref
        (>= 0.8.0)
Encoding: UTF-8
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-10-05 12:41:47 UTC; will
Author: William D. Pearse [aut, cre] (<https://orcid.org/0000-0002-6241-3164>),
  Scott Chamberlain [aut] (<https://orcid.org/0000-0003-1444-9135>),
  Daniel Nuest [aut] (<https://orcid.org/0000-0002-0024-5046>),
  Ross Mounce [rev] (Ross Mounce reviewed the package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/195),
  Sarah Supp [rev] (Sarah Supp reviewed the package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/195)
Repository: CRAN
Date/Publication: 2020-10-06 12:00:03 UTC
