Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

recipes_pkg_check

Update packages


Description

This will check to see if all required packages are installed.

Usage

recipes_pkg_check(pkg = NULL, ...)

Arguments

pkg

A character string for the package being checked

...

Extra arguments to pass to utils::install.packages()

Value

Nothing is returned but a message is printed to the console about which packages (if any) should be installed along with code to do so.

Examples

## Not run: 
recipes_pkg_check("recipes")

## End(Not run)

recipes

Preprocessing Tools to Create Design Matrices

v0.1.16
MIT + file LICENSE
Authors
Max Kuhn [aut, cre], Hadley Wickham [aut], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.