Description of issue - I have recently downloaded R4.0.2 and working via RStudio desktop. For others reasons, I had to install Anaconda (python and R). Since this installation, I have issues for installing packages and find my libraries. Below one example of the error message I get after installing a package and calling it from library.
library(affyPLM) Loading required package: BiocGenerics Error: package or namespace load failed for ‘BiocGenerics’: package ‘BiocGenerics’ was installed before R 4.0.0: please re-install it Error: package ‘BiocGenerics’ could not be loaded
I found a temporary solution by changing the library path at the beginning of the script but I would like to understand what is wrong or missing to
- download all packages required per package installed, and
- set the correct path to the library.
- RStudio Edition: Desktop
- RStudio Version: RStudio 1.1.456
- OS Version: 10.0.17763 N/A Build 17763
- R Version: R for windows 4.0.2
I am new in posting troubleshooting. Any help will be appreciated. Thanks