databio/simpleCache: Simply Caching R Objects

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.

Getting started

Package details

Maintainer
LicenseBSD_2_clause + file LICENSE
Version0.4.2
URL https://github.com/databio/simpleCache
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("databio/simpleCache")
databio/simpleCache documentation built on April 24, 2021, 12:30 a.m.