makeLazyLoading | R Documentation |
Tools for lazy loading of packages from a database.
makeLazyLoading(package, lib.loc = NULL, compress = TRUE, keep.source = getOption("keep.source.pkgs"), keep.parse.data = getOption("keep.parse.data.pkgs"), set.install.dir = NULL)
package |
package name string |
lib.loc |
library trees, as in |
keep.source |
logical; should sources be kept when saving from source |
keep.parse.data |
logical; should parse data be kept with sources
when |
compress |
logical; whether to compress entries on the database. |
set.install.dir |
character or null; if not null, set installation directory to this value before serializing internal data structures (for internal use, staged installation) |
A tool to set up packages for lazy loading from a database. For
packages other than base you can use
makeLazyLoading(package)
to convert them to use lazy loading.
This is done when a package is installed.
Luke Tierney and Brian Ripley
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.