Package: mustashe
Type: Package
Title: Stash and Load Objects
Version: 0.1.1
Authors@R: person(c("Joshua", "H"), "Cook", email = "joshuacook0023@gmail.com",
    role = c("aut", "cre"),
    comment = c(ORCID = "0000-0001-9815-6879"))
URL: https://github.com/jhrcook/mustashe
        https://jhrcook.github.io/mustashe/
BugReports: https://github.com/jhrcook/mustashe/issues
Description: 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.
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests: covr (>= 3.3.0), spelling (>= 2.1), testthat (>= 2.1.0),
        tictoc (>= 1.0), knitr, rmarkdown
Language: en-US
Imports: formatR (>= 1.7), readr (>= 1.3.0), digest (>= 0.6.0), tibble
        (>= 2.1.0)
RoxygenNote: 7.1.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-03-26 12:52:15 UTC; admin
Author: Joshua H Cook [aut, cre] (<https://orcid.org/0000-0001-9815-6879>)
Maintainer: Joshua H Cook <joshuacook0023@gmail.com>
Repository: CRAN
Date/Publication: 2020-03-28 12:10:02 UTC
