JBGruber / my-homepage

My personal homepage built with blogdown :globe_with_meridians:
http://www.johannesbgruber.eu/
1 stars 1 forks source link

post/get-all-your-packages-back-on-r-4-0-0/ #3

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

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/

sbmack commented 4 years ago

Works like a charm. Thanks much.

JBGruber commented 2 years ago

Since I had to use this a couple of times already, I put it in a function which you can find in this gist: https://gist.github.com/JBGruber/28c79af6d5f9015370feef31da2cb1da