Package: dataverse
Version: 0.3.16
Title: Client for Dataverse 4+ Repositories
Authors@R: 
   c(person(given = "Shiro", 
            family = "Kuriwaki",
            role = c("aut", "cre"),
            email = "shirokuriwaki@gmail.com",
            comment = c(ORCID = "0000-0002-5687-2647")),
     person(given = "Will", 
            family = "Beasley",
            role=c("aut"),
            email="wibeasley@hotmail.com",
            comment = c(ORCID = "0000-0002-5613-5006")),
     person(given = "Thomas J.", 
            family = "Leeper",
            role = c("aut"),
            email = "thosjleeper@gmail.com",
            comment = c(ORCID = "0000-0003-4097-6326")),
     person(given = "Philip", 
            family = "Durbin",
            role = c("aut"),
            email = "philipdurbin@gmail.com",
            comment = c(ORCID = "0000-0002-9528-9470")),
     person(given = "Sebastian", 
            family = "Karcher",
            role = c("aut"),
            email = "karcher@u.northwestern.edu",
            comment = c(ORCID = "0000-0001-8249-7388")),
     person(given = "Jan", 
            family = "Kanis", 
            role = "ctb"),
     person(given = "Edward", 
            family = "Jee", 
            role = "ctb"),
     person(given = "Johannes", 
            family = "Gruber",
            role = c("ctb"),
            email = "JohannesB.Gruber@gmail.com",
            comment = c(ORCID = "0000-0001-9177-1772")),
     person(given = "Martin",
            family = "Morgan",
            role = "ctb",
            email = "mtmorgan.xyz@gmail.com",
            comment = c(ORCID = "0000-0002-5874-8148")),
     person(given = "Konrad",
            family = "Oberwimmer",
            role = "ctb",
            email = "konrad.oberwimmer@gmail.com"))
Imports: checkmate, httr, memoise, cachem, jsonlite, readr, stats,
        utils, tools, xml2
Suggests: covr, haven, knitr, purrr, rmarkdown, testthat, devtools,
        tibble, 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
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.3.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-11-05 13:53:25 UTC; shirokuriwaki
Author: Shiro Kuriwaki [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-5687-2647>),
  Will Beasley [aut] (ORCID: <https://orcid.org/0000-0002-5613-5006>),
  Thomas J. Leeper [aut] (ORCID: <https://orcid.org/0000-0003-4097-6326>),
  Philip Durbin [aut] (ORCID: <https://orcid.org/0000-0002-9528-9470>),
  Sebastian Karcher [aut] (ORCID:
    <https://orcid.org/0000-0001-8249-7388>),
  Jan Kanis [ctb],
  Edward Jee [ctb],
  Johannes Gruber [ctb] (ORCID: <https://orcid.org/0000-0001-9177-1772>),
  Martin Morgan [ctb] (ORCID: <https://orcid.org/0000-0002-5874-8148>),
  Konrad Oberwimmer [ctb]
Maintainer: Shiro Kuriwaki <shirokuriwaki@gmail.com>
Repository: CRAN
Date/Publication: 2025-11-05 16:30:02 UTC
Built: R 4.4.3; ; 2025-11-10 04:26:24 UTC; windows
