View source: R/UpdateRepoOption.R
Description: This function modifies options( repos ) to include a new cran repo and is used for listing a local CRAN like repository if needed.
1 2 3 4 5 6 | UpdateRepoOption(
strRepoName = "lcran",
strLocalCRAN = "",
strURL = "",
bLinux = TRUE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.