Package: memofunc
Type: Package
Title: Function Memoization
Version: 1.0.2
Author: Roy Wetherall <rwetherall@gmail.com>
Maintainer: Roy Wetherall <rwetherall@gmail.com>
Description: A simple way to memoize function results to improve performance by eliminating unnecessary computation or data retrieval activities.
Depends: R (>= 3.5.0)
License: GPL-3
URL: https://github.com/rwetherall/memofunc,
        https://rwetherall.github.io/memofunc/
BugReports: https://github.com/rwetherall/memofunc/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: digest, uuid, magrittr
Suggests: testthat, devtools, roxygen2, covr
NeedsCompilation: no
Packaged: 2021-02-20 23:06:35 UTC; rweth
Repository: CRAN
Date/Publication: 2021-02-22 19:30:02 UTC
Built: R 4.3.0; ; 2023-04-12 02:48:32 UTC; unix
