No, it really is base R, not Recommended:
Peters-MacBook-Air:BUILD pd$ ls ../R/src/library/Recommended/
KernSmooth.tgz foreign.tgz
KernSmooth_2.23-20.tar.gz foreign_0.8-81.tar.gz
MASS.tgzlattice.tgz
MASS_7.3-54.tar.gz lattice_0.20-44.tar.
splines is 'recommended' ( not sure about capitalization), not "base'
On Thu, May 20, 2021, 7:02 AM Randall Pruim wrote:
> Thanks. I actually sort of checked for this:
>
>
> row.names(installed.packages(priority = "base"))
> [1] "base" "compiler" "datasets" "graphics" "grDevices" "grid
Thanks. I actually sort of checked for this:
row.names(installed.packages(priority = "base"))
[1] "base" "compiler" "datasets" "graphics" "grDevices" "grid"
"methods" "parallel" "stats" "stats4""tcltk"
[12] "tools" "utils"
But, of course, if the package is missing
The build system rolled up R-4.1.0.tar.gz (codename "Camp Pontanezen") this
morning.
This is a major update, notably containing the new native pipe operator "|>"
and
shorthand inline functions "\(x) x+1".
The list below details the changes in this release.
You can get the source code from
It is part of base R, so comes with the R sources:
Peters-MacBook-Air:R pd$ ls src/library/
Makefile.in compiler/ grid/ splines/ tools/
Makefile.win datasets/ methods/ stats/translations/
Recommended/ grDevices/parallel/ stats4/ utils/
base/