Learn R Programming

packager (version 1.15.2)

update_deps: Update Dependencies for a Package Directory

Description

cyclocomp updates the dependencies using remotes. Well, for some strange reason it does so on every run (temporarily). So I permanently do this, and remotes::update_packages does so only for CRAN packages, and remotes:::update.package_deps is internal to remotes only. So I need copies of internal functions from remotes.

Usage

update_deps(path)

Arguments

path

the package's root directory.