Type: Package Package: DataPackageR Title: Construct Reproducible Analytic Data Sets as R Packages Version: 0.16.2 Authors@R: c( person("Greg", "Finak", , "greg.finak@gmail.com", role = c("aut", "cph"), comment = "Original author and creator of DataPackageR"), person("Paul", "Obrecht", role = "ctb"), person("Ellis", "Hughes", , "ellishughes@live.com", role = "ctb", comment = c(ORCID = "0000-0003-0637-4436")), person("Jimmy", "Fulp", , "williamjfulp@gmail.com", role = "ctb"), person("Marie", "Vendettuoli", role = "ctb", comment = c(ORCID = "0000-0001-9321-1410")), person("Dave", "Slager", , "dslager@fredhutch.org", role = c("ctb", "cre"), comment = c(ORCID = "0000-0003-2525-2039")), person("Jason", "Taylor", , "jmtaylor@fredhutch.org", role = "ctb"), person("Kara", "Woo", role = "rev", comment = "Kara reviewed the package for rOpenSci, see "), person("William", "Landau", role = "rev", comment = "William reviewed the package for rOpenSci, see ") ) Description: A framework to help construct R data packages in a reproducible manner. Potentially time consuming processing of raw data sets into analysis ready data sets is done in a reproducible manner and decoupled from the usual 'R CMD build' process so that data sets can be processed into R objects in the data package and the data package can then be shared, built, and installed by others without the need to repeat computationally costly data processing. The package maintains data provenance by turning the data processing scripts into package vignettes, as well as enforcing documentation and version checking of included data objects. Data packages can be version controlled on 'GitHub', and used to share data for manuscripts, collaboration and reproducible research. License: MIT + file LICENSE URL: https://github.com/ropensci/DataPackageR, https://docs.ropensci.org/DataPackageR/ BugReports: https://github.com/ropensci/DataPackageR/issues Depends: R (>= 3.5.0) Imports: cli, desc, digest, knitr, pkgbuild, pkgload, rmarkdown, roxygen2, rprojroot, usethis, utils, yaml Suggests: covr, data.tree, spelling, testthat, withr VignetteBuilder: knitr Encoding: UTF-8 Language: en-US RoxygenNote: 7.3.3 SystemRequirements: pandoc - https://pandoc.org Config/pak/sysreqs: cmake git make libuv1-dev libxml2-dev libssl-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-12-08 06:27:46 UTC RemoteUrl: https://github.com/ropensci/DataPackageR RemoteRef: main RemoteSha: 91c3001bcfab7dc84e99e858e847094b4bf1b733 NeedsCompilation: no Packaged: 2026-07-01 08:16:17 UTC; root Author: Greg Finak [aut, cph] (Original author and creator of DataPackageR), Paul Obrecht [ctb], Ellis Hughes [ctb] (ORCID: ), Jimmy Fulp [ctb], Marie Vendettuoli [ctb] (ORCID: ), Dave Slager [ctb, cre] (ORCID: ), Jason Taylor [ctb], Kara Woo [rev] (Kara reviewed the package for rOpenSci, see ), William Landau [rev] (William reviewed the package for rOpenSci, see ) Maintainer: Dave Slager