View source: R/BuildPkgsFromGitHub.R
Description: This function pulls GitHub repositories, builds the packages, installs them and copies it to a local cran like repository.
1 2 3 4 5 6 7 8 9 | BuildPkgsFromGitHub(
vGitHubRepos,
vPkgNames,
vRefs,
vAuthTokens,
strCloneDir = NULL,
strLocalCranName = "",
strDirectoryForLocalCran = ""
)
|
and copies it to a local cran like repository.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.