check_package: Check a package repository for potential security issues

Description Usage Arguments Value Examples

View source: R/safe_install.R

Description

Check a package repository for potential security issues

Usage

1
check_package(repo = NULL, verbose = TRUE)

Arguments

repo

Link to an online git repository (e.g. "https://github.com/Pakillo/safeinstall.git")

verbose

Logical. Show verbose output?

Value

TRUE if the package passes the security checks, otherwise FALSE (and some extra information about potential issues if verbose = TRUE).

Examples

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)

Pakillo/safeinstall documentation built on Oct. 30, 2019, 9:37 p.m.