Build a string suitable for pasting into source code for passing to gen_runtime_description This is meant to help kickstart a new source file that will be checked into source control so that you can have a starter list.
Caveate: this will essentially make all installed packages top-level citizens when calling install.packages(dependencies=c("Depends", "Imports", "LinkingTo", "Suggests"))
1 | gen_pkg_desc_from_libdir(.libdir, .addversion = FALSE)
|
.libdir |
the library directory to scan |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.