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

use_latest_dependencies

Use "latest" versions of all dependencies


Description

Pins minimum versions of dependencies to latest ones (as determined by source). Useful for the tidyverse package, but should otherwise be used with extreme care.

Usage

use_latest_dependencies(overwrite = FALSE, source = c("local", "CRAN"))

Arguments

overwrite

By default (FALSE), only dependencies without version specifications will be modified. Set to TRUE to modify all dependencies.

source

Use "local" or "CRAN" package versions.


usethis

Automate Package and Project Setup

v2.0.1
MIT + file LICENSE
Authors
Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>), RStudio [cph, fnd]
Initial release

We don't support your browser anymore

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