# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "DataPackageR" in publications use:' type: software license: MIT title: 'DataPackageR: Construct Reproducible Analytic Data Sets as R Packages' version: 0.16.0 doi: 10.32614/CRAN.package.DataPackageR abstract: 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. authors: - family-names: Finak given-names: Greg email: greg.finak@gmail.com - family-names: Slager given-names: Dave email: dslager@fredhutch.org orcid: https://orcid.org/0000-0003-2525-2039 repository: https://ropensci.r-universe.dev repository-code: https://github.com/ropensci/DataPackageR commit: 37d517aeea2445779c1d21b5424374dee0112f52 url: https://docs.ropensci.org/DataPackageR/ contact: - family-names: Slager given-names: Dave email: dslager@fredhutch.org orcid: https://orcid.org/0000-0003-2525-2039