/usr/lib/R/site-library/memoise/DESCRIPTION is in r-cran-memoise 0.1-2.
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 | Package: memoise
Title: Memoise functions
Version: 0.1
Author: Hadley Wickham <h.wickham@gmail.com>
Maintainer: Hadley Wickham <h.wickham@gmail.com>
Description: Cache the results of a function so that when you call it
again with the same arguments it returns the pre-computed
value.
Imports: digest
License: MIT
Collate: 'cache.r' 'memoise.r'
Packaged: 2010-09-03 18:41:27 UTC; hadley
Repository: CRAN
Date/Publication: 2010-09-03 19:38:30
Built: R 3.0.2; ; 2013-11-29 19:03:16 UTC; unix
|