memoise()
gains a cache=
argument to specify an external cache. Two types
of caches are available, cache_s3()
for amazon S3 and
cache_filesystem()
for a file system cache (#25, @danielecook).memoise()
now signals an error if an already memoised function is used as
input (#4, @richierocks).has_cache()
function added which returns a boolean depending on if the
given call is cached or not (#10, @dkesh).memoise
is called. (Otherwise,
the old behavior is invoked, with a warning.) (#14, @krlmlr)parent.frame()
.is.memoised
now checks if the argument is a function.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.