create_shellscript | R Documentation |
Different shell scripts with installation instructions are required for the various docker images.
create_shellscript(
type,
rpkgs,
syslibs = NULL,
pypkgs = NULL,
extra = NULL,
os = tolower(system("lsb_release -si", intern = TRUE)),
os_release = system("lsb_release -sr", intern = TRUE),
save_as = fs::path("scripts", glue::glue("install_{type}.sh"))
)
type |
type of software bundle to install, one of
|
rpkgs |
|
syslibs |
|
pypkgs |
|
extra |
|
os |
definition of operating system;
default to |
os_release |
definition of operating system release version;
default to |
save_as |
path for storing the installation instruction file; default
to |
Logical indicating whether a write occurred, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.