check_system_packages: Check system library packages

Description Usage Arguments Value

View source: R/rprofile.R

Description

Checks the system library for unallowed packages and warns the user to migrate to newly configured libraries.

Usage

1
2
check_system_packages(allowed = getOption("rprofile.system_pkgs",
  c("remotes", "rprofile")))

Arguments

allowed

Character vector of allowed packages. Defaults to "rprofile.system_pkgs" user option if set, else c("remotes", "rprofile").

Value

Returns an invisible character vector of unallowed packages currently installed in the system library.


EricEdwardBryant/rprofile documentation built on Dec. 7, 2019, 12:30 a.m.