remove_sys

Remove system packages via apt

Description

Removes R packages using apt remove r-cran-*. Communicates with the raptd daemon if available, otherwise falls back to sudo.

Usage

1remove_sys(pkgs)

Arguments

  • pkgs: Character vector of R package names to remove.

Value

Invisible TRUE on success, FALSE on failure.

See Also

install_sys

Examples

1remove_sys("dplyr")