[R] Building Packages.
Ivan Krylov
|kry|ov @end|ng |rom d|@root@org
Thu Mar 21 19:55:46 CET 2024
В Thu, 21 Mar 2024 18:45:35 +0000
Jorgen Harmse via R-help <r-help using 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
More information about the R-help
mailing list