Thanks everyone.
We are already back up and running. We just did a redo of the install and
started from scratch. Actually, not quite from scratch since the packages in
/usr/local that I had updated were not harmed.
I’m guessing this was all a side effect of an attempt to clean up from someone
Randall,
On 20 May 2021 at 07:12, Ben Bolker wrote:
| splines is 'recommended' ( not sure about capitalization), not "base'
If you install 'r-base' rather than just the narrower 'r-base-core' you
also get 'r-recommended'. So please do that, or just do
sudo apt install r-recommended
The gra
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
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/
https://cran.r-project.org/web/packages/splines/index.html claims the the
{splines} package has been archived. If I follow the link there to the
archives, the newest version shown is from 1999. It seems like something has
gone wrong with this package.
I checked on another mirror and {splines