Description Usage Arguments Value Examples
Safe installation of R packages from GitHub
1 | safe_install_github(user.repo = NULL, ..., verbose = TRUE)
|
user.repo |
Repository address in the format |
... |
Further options passed to |
verbose |
Logical. Show verbose output? |
If no unsafe code is detected, the package is installed. Otherwise, an error message calling to inspect the repository for potential problems.
1 2 3 4 5 6 | ## Not run:
library(safeinstall)
safe_install_github("Pakillo/safeinstall")
safe_install_github("ropenscilabs/testevil")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.