Skip to content

Commit c2f0bce

Browse files
committed
Update description.
1 parent 27fe9e8 commit c2f0bce

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

DESCRIPTION

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Encoding: UTF-8
22
Package: xmemoise
33
Title: 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.
47
Version: 1.0.1
58
Authors@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")
1013
Description: 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
1316
BugReports: https://github.com/hadley/memoise/issues
1417
Imports:
1518
digest (>= 0.6.3),
1619
googleAuthR,
17-
base64enc,
18-
aws.s3
20+
base64enc
21+
Remotes:
22+
cloudyr/aws.s3
1923
Suggests:
2024
testthat
2125
License: MIT + file LICENSE

0 commit comments

Comments
 (0)