[R] Will R4.2.1 be available for Ubuntu 18.04.6 LTS?

2022-07-24 Thread Frederiek-Maarten Kerckhof via R-help
Dear, I have been trying to update our existing R installation on Ubuntu 18.04.6 LTS (amd64) from R 4.2.0 to R 4.2.1. From our CRAN mirror (https://ftp.belnet.be/mirror/CRAN/bin/linux/ubuntu/) I can see that only the latest LTS release remains fully supported (that would be 22.04 at the time of

Re: [R] Error generated by nlme::gnls

2022-07-24 Thread Bill Dunlap
I think the intent of this code was to see if the formula had solely a literal 1 on the right hand side. Then !identical(pp[[3]], 1) would do it, avoiding the overhead of calling deparse. Note that the 1 might be an integer, which the current code would (erroneously) not catch, so !identical(pp