This is a general question, but does anyone know why R.oo, R.utils, R.cache, etc. aren’t identified as recommend or priority pkgs?
I was wiping a server R pkg lib clean using the diff between this and installed packages, and realized I removed core packages that Rstudio &install.packages required.
Does anyone know why? Or alternatively where I should file it as a potential issue?
x <- installed.packages()
x[ !is.na(x[ ,"Priority"]), c("Package", "Priority") ]