Package: memoise
Title: 'Memoisation' of Functions
Version: 2.0.1
Authors@R:
    c(person(given = "Hadley",
             family = "Wickham",
             role = "aut",
             email = "hadley@rstudio.com"),
      person(given = "Jim",
             family = "Hester",
             role = "aut"),
      person(given = "Winston",
             family = "Chang",
             role = c("aut", "cre"),
             email = "winston@rstudio.com"),
      person(given = "Kirill",
             family = "Müller",
             role = "aut",
             email = "krlmlr+r@mailbox.org"),
      person(given = "Daniel",
             family = "Cook",
             role = "aut",
             email = "danielecook@gmail.com"),
      person(given = "Mark",
             family = "Edmondson",
             role = "ctb",
             email = "r@sunholo.com"))
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
