Check a sessions loaded packages against the risk assessed packages list from GitHub
Source:R/check_session.R
check_session.Rd
This function downloads the lists of risk assessed and tested packages from GitHub and compares them to the packages loaded in the current R session.
Arguments
- product_risk
character vector, which product risk levels should be included in the report (default: c("low", "medium", "high"))
- attached_only
logical, should all loaded packages be shown (FALSE; default), or only those that are attached (TRUE)
- approved_only
logical, should only validated (approved) packages be shown (TRUE; default), or also those awaiting approval (FALSE)
- x
output from
check_session
- ...
options passed to methods