install.jalgos.lib | R Documentation |
Install the C++ libraries that are required for R packages to run.
install.jalgos.lib(
name,
group,
lib.name = name,
url = make.jalgos.url(name, group, ...),
lib.var = "JALGOS_LIB",
include.var = "JALGOS_INCLUDE",
force = FALSE,
...
)
name |
Name of the project |
group |
Group to which the project belong in remote repo |
lib.name |
Name of the library generated by the project |
url |
url of the remote project |
lib.var |
Name of the environment variable containing the directory to which libraries must be installed |
include.var |
Name of the environment variable containing the directory to which include files must be installed |
force |
Force reinstallation even if libraries already exist |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.