`R.oo`, `R.utils`, `R.cache`, … not identified as recommended or priority pkgs

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") ]

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.