-
Notifications
You must be signed in to change notification settings - Fork 56
/
DESCRIPTION
46 lines (46 loc) · 1.3 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: memoise
Title: 'Memoisation' of Functions
Version: 2.0.1.9000
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = "aut",
email = "[email protected]"),
person(given = "Jim",
family = "Hester",
role = "aut"),
person(given = "Winston",
family = "Chang",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Kirill",
family = "Müller",
role = "aut",
email = "[email protected]"),
person(given = "Daniel",
family = "Cook",
role = "aut",
email = "[email protected]"),
person(given = "Mark",
family = "Edmondson",
role = "ctb",
email = "[email protected]"))
Description: Cache the results of a function so that when you
call it again with the same arguments it returns the previously computed
value.
License: MIT + file LICENSE
URL: https://memoise.r-lib.org, https://github.com/r-lib/memoise
BugReports: https://github.com/r-lib/memoise/issues
Imports:
rlang (>= 0.4.10),
cachem
Suggests:
digest,
aws.s3,
covr,
googleAuthR,
googleCloudStorageR,
httr,
testthat
Encoding: UTF-8
RoxygenNote: 7.1.2