apt update & apt upgrade vs update.packages() #66
Replies: 4 comments 3 replies
|
Yes that works that way. I have a few (long-running) machines (laptop, and ec2 instance) that operate that way. I only interface with apt and my R installation updates as well. That is a feature and not a bug. Of course, you can still call /cc @Enchufa2 |
|
See for example these two mastodon posts of mine (from a two-post thread) celebrating / illustrating this with screenshots: |
|
And PS:
|
|
Btw, I used your setup script add_cranapt_noble.sh and It worked perfect. Exploring the script I notice you start install |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I followed the guidelines and set up a nice and clean install with
r2urepos andbspmpackage.I installed both from shell with
and from a
sudosession ofRusingand all stuff is installed under
/usr/lib/R/site-library(except bspm) as expected. This is wonderful, thanks!My question is about updating packages. Suppose that I installed
pkg_Aviainstall.package("pkg_A")under admin privileges. When I do the nextdo I understand correctly that
pkg_Anow is updated/upgraded as if it was installed under apt?All reactions