I have updated my R version from 3.6 to 4.0.3. Is there a way I can keep all the old packages under 3.6 in 4.0.3 version? I copied all the packages from 3.6 to 4.0.3 and ran
update.packages(ask=FALSE, checkBuilt = TRUE)
I am still getting errors and R studio once closed does not open up. What is the best way to get all my old packages to work with R new version.
Thanks