Update to version 3.6 - packages misalignment

Dear all,
when opening R-studio (on ubuntu server) I get this:

R version change [3.5.3 -> 3.6.0] detected when restoring session; search path not restored

Am I missing something?

I do not have 3.6 folder:

> .libPaths()
[1] "/home/nikolay/R/x86_64-pc-linux-gnu-library/3.5"
[2] "/usr/local/lib/R/site-library"                  
[3] "/usr/lib/R/site-library"                        
[4] "/usr/lib/R/library"

I tried

update.packages(repos='http://cran.rstudio.com/', ask=FALSE, checkBuilt=TRUE)

but at the very end of reinstallation the session terminates (no known reason).
I get the feeling everything is a mess - any suggestions?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.