View source: R/package-installation.R
try_load_elsewhere | R Documentation |
Loading happens in a separate R process (that should find the same .Renviron, etc... files as the current one so this should be a reproducible check. Returns FALSE unless the package can be loaded
try_load_elsewhere(pkg)
pkg |
name of the package as a string |
Does not affect state of namespace in the current session!
TRUE iff package can be loaded
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.