Learn R Programming

babette (version 2.3.3)

update_babette: Update all babette dependencies, by installing their latest versions

Description

Update all babette dependencies, by installing their latest versions

Usage

update_babette(upgrade = "default")

Arguments

upgrade

Should package dependencies be upgraded? One of "default", "ask", "always", or "never". "default" respects the value of the R_REMOTES_UPGRADE environment variable if set, and falls back to "ask" if unset. "ask" prompts the user for which out of date packages to upgrade. For non-interactive sessions "ask" is equivalent to "always". TRUE and FALSE are also accepted and correspond to "always" and "never" respectively.

Author

Giovanni Laudanno, Richèl J.C. Bilderbeek

Examples

Run this code
if (FALSE) {
  # Updates the babette dependencies without asking
}
beastier::remove_beaustier_folders()

Run the code above in your browser using DataLab