DataPackageR: Construct Reproducible Analytic Data Sets as R Packages

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.

Version: 0.15.9
Depends: R (≥ 3.5.0)
Imports: digest, knitr, utils, rmarkdown, desc, yaml, purrr, roxygen2 (≥ 6.0.1), devtools (≥ 1.12.0), assertthat, stringr, futile.logger, rprojroot, usethis, crayon, withr
Suggests: spelling, testthat, covr, data.tree
Published: 2024-04-17
Author: Greg Finak [aut, cph] (Original author and creator of DataPackageR), Paul Obrecht [ctb], Ellis Hughes ORCID iD [ctb], Jimmy Fulp [ctb], Marie Vendettuoli ORCID iD [ctb], Dave Slager ORCID iD [ctb, cre], Jason Taylor [ctb], Kara Woo [rev] (Kara reviewed the package for ropensci, see <https://github.com/ropensci/onboarding/issues/230>), William Landau [rev] (William reviewed the package for ropensci, see <https://github.com/ropensci/onboarding/issues/230>)
Maintainer: Dave Slager <dslager at scharp.org>
BugReports: https://github.com/ropensci/DataPackageR/issues
License: MIT + file LICENSE
URL: https://github.com/ropensci/DataPackageR/, https://docs.ropensci.org/DataPackageR/
NeedsCompilation: no
SystemRequirements: pandoc (>= 1.12.3) - http://pandoc.org
Language: en-US
Materials: README NEWS
CRAN checks: DataPackageR results

Documentation:

Reference manual: DataPackageR.pdf
Vignettes: A guide to using DataPackageR
A guide to using the DataPackageR YAML configuration file

Downloads:

Package source: DataPackageR_0.15.9.tar.gz
Windows binaries: r-prerel: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-prerel (arm64): DataPackageR_0.15.9.tgz, r-release (arm64): DataPackageR_0.15.9.tgz, r-oldrel (arm64): DataPackageR_0.15.9.tgz, r-prerel (x86_64): DataPackageR_0.15.9.tgz, r-release (x86_64): DataPackageR_0.15.9.tgz
Old sources: DataPackageR archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=DataPackageR to link to this page.