Package: dataverse
Version: 0.3.7
Title: Client for Dataverse 4+ Repositories
Authors@R: c(
  person(
    "Will", "Beasley",
    role=c("aut", "cre"),
    email="wibeasley@hotmail.com",
    comment = c(ORCID = "0000-0002-5613-5006")
  ),
  person(
    "Thomas J.", "Leeper",
    role = c("aut"),
    email = "thosjleeper@gmail.com",
    comment = c(ORCID = "0000-0003-4097-6326")
  ),
  person(
    "Shiro", "Kuriwaki",
    role = c("aut"),
    email = "shirokuriwaki@gmail.com",
    comment = c(ORCID = "0000-0002-5687-2647")
  ),
  person(
    "Philip", "Durbin",
    role = c("aut"),
    email = "philipdurbin@gmail.com",
    comment = c(ORCID = "0000-0002-9528-9470")
  ),
  person(
    "Sebastian", "Karcher",
    role=c("aut"),
    email="karcher@u.northwestern.edu",
    comment = c(ORCID = "0000-0001-8249-7388")
  ),
  person(
    "Jan", "Kanis", role = "ctb"
  ),
  person(
    "Edward", "Jee", role = "ctb"
  ))
Imports: checkmate, httr, jsonlite, readr, stats, utils, xml2
Suggests: covr, foreign, haven, knitr, purrr, rmarkdown, testthat, yaml
Description: Provides access to Dataverse APIs <https://dataverse.org/> (versions 4-5),
    enabling data search, retrieval, and deposit. For Dataverse versions <= 3.0,
    use the archived 'dvn' package <https://cran.r-project.org/package=dvn>.
License: GPL-2
LazyData: true
URL: https://iqss.github.io/dataverse-client-r/,
        https://dataverse.org/,
        https://github.com/iqss/dataverse-client-r
BugReports: https://github.com/iqss/dataverse-client-r/issues
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-03-08 05:48:46 UTC; wibeasley
Author: Will Beasley [aut, cre] (<https://orcid.org/0000-0002-5613-5006>),
  Thomas J. Leeper [aut] (<https://orcid.org/0000-0003-4097-6326>),
  Shiro Kuriwaki [aut] (<https://orcid.org/0000-0002-5687-2647>),
  Philip Durbin [aut] (<https://orcid.org/0000-0002-9528-9470>),
  Sebastian Karcher [aut] (<https://orcid.org/0000-0001-8249-7388>),
  Jan Kanis [ctb],
  Edward Jee [ctb]
Maintainer: Will Beasley <wibeasley@hotmail.com>
Repository: CRAN
Date/Publication: 2021-03-08 14:02:10 UTC
