Tools for lazy loading of packages from a database.
makeLazyLoading(package, lib.loc = NULL, compress = TRUE,
keep.source = getOption("keep.source.pkgs"))
package name string
library trees, as in library
logical; should sources be kept when saving from source
logical; whether to compress entries on the database.
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.