Type: Package
Package: mustashe
Title: Stash and Load Objects
Version: 0.1.4
Authors@R: 
    c(person(given = c("Joshua", "H"),
            family = "Cook",
            role = c("aut", "cre"),
            email = "joshuacook0023@gmail.com",
            comment = c(ORCID = "0000-0001-9815-6879")),
      person(given = "Jimmy",
             family = "Briggs",
             role = c("ctb"),
             email = "jimmy.briggs@oliverwyman.com"),
      person(given = "Vinay",
             family = "Viswanadham",
             role = c("ctb"),
             email = "vinayak.vsv@gmail.com"),
      person(given = "Travers",
             family = "Ching",
             role = c("ctb"),
             email = "traversc@gmail.com"))
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
URL: https://github.com/jhrcook/mustashe
        https://jhrcook.github.io/mustashe/
BugReports: https://github.com/jhrcook/mustashe/issues
Imports: digest (>= 0.6.0), formatR (>= 1.7), qs (>= 0.24.1), tibble
        (>= 2.1.0), here (>= 0.1.0)
Suggests: covr (>= 3.3.0), knitr (>= 1.28), rmarkdown (>= 2.1),
        spelling (>= 2.1), testthat (>= 2.1.0), tictoc (>= 1.0)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-05-16 12:19:31 UTC; admin
Author: Joshua H Cook [aut, cre] (<https://orcid.org/0000-0001-9815-6879>),
  Jimmy Briggs [ctb],
  Vinay Viswanadham [ctb],
  Travers Ching [ctb]
Maintainer: Joshua H Cook <joshuacook0023@gmail.com>
Repository: CRAN
Date/Publication: 2021-05-16 23:10:02 UTC
Built: R 4.1.3; ; 2023-04-17 17:01:20 UTC; windows
