I started using renv with R 4.2.1. I upgraded to R 4.2.2 and I could not use some packages (e.g. markdown). I followed this guide to update the cache and now I have two folders:
~/Library/Caches/org.R-project.R/R/renv/cache/v5/R-4.2/x86_64-apple-darwin22.1.0
~/Library/Caches/org.R-project.R/R/renv/cache/v5/R-4.2/x86_64-apple-darwin21.6.0
Both appear to be duplicates. How can I clean this up? My goal is to have only one. Can I just rm -rf
the folder?