show_missing_packages {reinstallr}R Documentation

Show used but not installed packages

Description

Show used but not installed packages

Usage

show_missing_packages(path = NULL, pattern = NULL, ...)

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 available.packages()

Details

show_missing_packages() searches missing packages and checks if they are available on CRAN

Value

A data.frame with missing packages

Examples

## Not run: 
show_missing_packages('../')

## End(Not run)

[Package reinstallr version 0.1.5 Index]