/usr/lib/R/site-library/memoise/NEWS is in r-cran-memoise 0.2.1-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 | Version 0.2.1
------------------------------------------------------------------------------
* Update to fix outstanding R CMD check issues.
Version 0.2 (2010-11-11)
------------------------------------------------------------------------------
NEW FEATURES
* Memoised functions now have an attribute memoised=TRUE, and
is.memoised() tests whether a function is memoised. (Contributed by
Sietse Brouwer.)
IMPROVEMENTS
* Documentation is now more elaborate, and hopefully more accessible to
newcomers. Thanks to Sietse Brouwer for the verbosity.
|