В Thu, 21 Mar 2024 18:45:35 +0000 Jorgen Harmse via R-help <r-help@r-project.org> пишет:
> The problem may have been that this package is so important to me > that I put it in .Rprofile. The package was not installed for the new > version of R, so every R session started with an annoying error > message. Presumably a separate session started with R CMD would just > fail without installing the package. This must be the solution to the mystery. I have recently added some code that raised an error (lattice::standard.theme(...), but without a new enough 'lattice' to understand the arguments) to my .Rprofile, and it broke quite a few things related to package development until I fixed my .Rprofile. Congratulations on solving the problem! -- Best regards, Ivan ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.