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.