Description Usage Arguments Value Examples
Check a package repository for potential security issues
1 | check_package(repo = NULL, verbose = TRUE)
|
repo |
Link to an online git repository (e.g. "https://github.com/Pakillo/safeinstall.git") |
verbose |
Logical. Show verbose output? |
TRUE if the package passes the security checks, otherwise FALSE (and some extra information about potential issues if verbose = TRUE).
1 2 3 4 5 6 | ## Not run:
library(safeinstall)
check_package("https://github.com/Pakillo/safeinstall.git")
check_package("https://github.com/ropenscilabs/testevil.git")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.