Skip to content
Prev 383436 / 398502 Next

Automating package updates after major version change

?install.packages  (argument dependencies)
which is explicitly  pointed to by ?update.packages

"Warning

Take care when using dependencies (passed to install.packages) with
update.packages, for it is unclear where new dependencies should be
installed. The current implementation will only allow it if all the
packages to be updated are in a single library, when that library will
be used. "

Bert Gunter

"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Sun, Apr 26, 2020 at 9:00 AM Rich Shepard <rshepard at appl-ecosys.com> wrote: