/usr/lib/R/site-library/memoise/DESCRIPTION is in r-cran-memoise 1.0.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | Encoding: UTF-8
Package: memoise
Title: Memoisation of Functions
Version: 1.0.0
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut"),
person("Jim", "Hester", , "jim.hester@rstudio.com", role = c("aut", "cre")),
person("Kirill", "Müller", , "krlmlr+r@mailbox.org", role = "aut"))
Description: Cache the results of a function so that when you call it
again with the same arguments it returns the pre-computed value.
URL: https://github.com/hadley/memoise
BugReports: https://github.com/hadley/memoise/issues
Imports: digest (>= 0.6.3)
Suggests: testthat
License: MIT + file LICENSE
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-01-28 19:30:15 UTC; jhester
Author: Hadley Wickham [aut],
Jim Hester [aut, cre],
Kirill Müller [aut]
Maintainer: Jim Hester <jim.hester@rstudio.com>
Repository: CRAN
Date/Publication: 2016-01-29 05:58:01
Built: R 3.3.2; ; 'Wed, 30 Nov 2016 10:24:09 +0100'; unix
|