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.
update_deps(path)
the package's root directory.