File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11Encoding: UTF-8
22Package: xmemoise
33Title: Memoisation of Functions
4+ Description: Memoisation allows the results of functions to be cached based on input parameters
5+ xmemoise offers both local and remote caches, enabling memoisation across computers.
6+ Additional cache types include google datastore and amazon aws.
47Version: 1.0.1
58Authors@R: c(
69 person("Hadley", "Wickham", , "
[email protected] ", role = "aut"),
@@ -9,13 +12,14 @@ Authors@R: c(
912 person("Daniel", "Cook", , "
[email protected] ", rol = "aut")
1013Description: Cache the results of a function so that when you call it
1114 again with the same arguments it returns the pre-computed value.
12- URL: https://github.com/hadley/memoise
15+ URL: https://github.com/danielecook/xmemoise
1316BugReports: https://github.com/hadley/memoise/issues
1417Imports:
1518 digest (>= 0.6.3),
1619 googleAuthR,
17- base64enc,
18- aws.s3
20+ base64enc
21+ Remotes:
22+ cloudyr/aws.s3
1923Suggests:
2024 testthat
2125License: MIT + file LICENSE
You can’t perform that action at this time.
0 commit comments