Package: runonce
Title: Run Once and Save Result
Version: 0.3.3
Authors@R: 
    person("Florian", "Privé",
           role = c("aut", "cre"),
           email = "florian.prive.21@gmail.com")
Description: Package 'runonce' helps automating the saving of long-running code
    to help running the same code multiple times. If you run some long-running 
    code once, it saves the result in a file on disk. Then, if the result 
    already exists, i.e. if the code has already been run and its output has 
    already been saved, it just reads the result from the stored file instead 
    of running the code again. 
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: bigassertr, urltools
Suggests: testthat (>= 2.1.0), covr
URL: https://github.com/privefl/runonce,
        https://privefl.github.io/runonce/
BugReports: https://github.com/privefl/runonce/issues
NeedsCompilation: no
Packaged: 2025-10-07 12:21:53 UTC; flori
Author: Florian Privé [aut, cre]
Maintainer: Florian Privé <florian.prive.21@gmail.com>
Repository: CRAN
Date/Publication: 2025-10-07 13:00:02 UTC
Built: R 4.5.2; ; 2025-11-01 01:48:40 UTC; windows
