I'm working on an installation of RStudio that does not appear to accurately track if a package can be updated.
For instance:
I go to the "packages" tab, then click "update". I see three packages:
However, just from checking things manually today I have found that:
BH is installed as 1.62.0-1, and 1.65.0-1 was released two months ago
rgdal was installed as 1.2-12 however can be (and has been) updated manually via install.packages("rgdal")
to 1.2-13
I'm sure there are others as well. My questions are:
How does RStudio inform the "Update available" list, and how can I modify my installation to what (I assume) is the correct behavior of and 'up to date' set of updates?