Troubles after updating to R 4.2 on Linux ( package installation, start-up)

Hello everyone,

I updated my R to 4.2 on Linux (Debian-based) and several problems appeared. First I got an startup warning message: package ‘stats’ in options("defaultPackages") was not found. The second problem is the fact that I can't install new packages anymore ( I guess predominantly because of stats package) .

Since updating to 4.2 I did following things to fixed that:

  • Check for old .Rprofile ( didn't have any)
  • Set R_LIBS_USER and R_LIBS_SITE according to R-project documentation
  • Upgraded apt's and re-run my shell

My sessionInfo()

Error in La_library() : LAPACK routines cannot be loaded
In addition: Warning message:
In La_library() :
unable to load shared object '/usr/lib/R/modules//lapack.so':
/usr/lib/x86_64-linux-gnu/liblapack.so.3: undefined symbol: gotoblas

I will be grateful for any help.

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.