R/mustashe.R

#' mustashe: Stash and Load Objects in R
#'
#' A simple system for saving and loading objects in R. Long running
#' computations can be stashed after the first run and then reloaded the next
#' time. Dependencies can be added to ensure that a computation is re-run if
#' any of its dependencies or inputs have changed.
#
#' @docType package
#' @name mustashe
NULL
jhrcook/mustasher documentation built on Oct. 10, 2022, 5:37 a.m.