# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "simpleCache" in publications use:' type: software license: BSD-2-Clause title: 'simpleCache: Simply Caching R Objects' version: 0.4.2 doi: 10.32614/CRAN.package.simpleCache abstract: Provides intuitive functions for caching R objects, encouraging reproducible, restartable, and distributed R analysis. The user selects a location to store caches, and then provides nothing more than a cache name and instructions (R code) for how to produce the R object. Also provides some advanced options like environment assignments, recreating or reloading caches, and cluster compute bindings (using the 'batchtools' package) making it flexible enough for use in large-scale data analysis projects. authors: - family-names: Nagraj given-names: VP email: vpnagraj@virginia.edu - family-names: Sheffield given-names: Nathan email: nathan@code.databio.org repository: https://databio.r-universe.dev repository-code: https://github.com/databio/simpleCache commit: 806f818dc2c61d5bd433eea540e2b18e84010416 url: https://github.com/databio/simpleCache date-released: '2021-04-16' contact: - family-names: Sheffield given-names: Nathan email: nathan@code.databio.org