Get all your packages back on R 4.0.0 | Johannes B. Gruber
R 4.0.0 was released on 2020-04-24. Among the many news two stand out for me: First, R now uses stringsAsFactors = FALSE by default, which is especially welcome when reading in data (e.g., via read.csv) and when constructing data.frames. The second news that caught my eye was that all packages need to be reinstalled under the new version.
This can be rather cumbersome if you have collected a large number of packages on your machine while using R 3.
Get all your packages back on R 4.0.0 | Johannes B. Gruber
R 4.0.0 was released on 2020-04-24. Among the many news two stand out for me: First, R now uses stringsAsFactors = FALSE by default, which is especially welcome when reading in data (e.g., via read.csv) and when constructing data.frames. The second news that caught my eye was that all packages need to be reinstalled under the new version. This can be rather cumbersome if you have collected a large number of packages on your machine while using R 3.
https://johannesbgruber.eu/post/get-all-your-packages-back-on-r-4-0-0/