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.

Package details

AuthorGreg Finak [aut, cph] (Original author and creator of DataPackageR), Paul Obrecht [ctb], Ellis Hughes [ctb] (<https://orcid.org/0000-0003-0637-4436>), Jimmy Fulp [ctb], Marie Vendettuoli [ctb] (<https://orcid.org/0000-0001-9321-1410>), Dave Slager [ctb, cre] (<https://orcid.org/0000-0003-2525-2039>), 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>)
MaintainerDave Slager <dslager@fredhutch.org>
LicenseMIT + file LICENSE
Version0.16.0
URL https://github.com/ropensci/DataPackageR https://docs.ropensci.org/DataPackageR/
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("DataPackageR")

Try the DataPackageR package in your browser

Any scripts or data that you put into this service are public.

DataPackageR documentation built on June 22, 2024, 9:57 a.m.