reinstallr: reinstallr

Description Usage Arguments Details

View source: R/reinstallr.R

Description

reinstallr

Usage

1

Arguments

path

Directory which is scanned recursively. Default is the working directory.

pattern

Regex to identify R source files. Default is .*\.(R|r|Rnw|Rhtml|Rpres|Rmd)$

...

Parameters passed to install.packages()

Details

reinstallr() scans all R source files in the path specified by the path parameter and matching the pattern regex. reinstallr looks for library(package), require(package) and package::function


reinstallr documentation built on Nov. 27, 2021, 9:06 a.m.