Re: [Rd] Feature request: compareVersion

2021-12-21 Thread Sigbert Klinke
Hi, compareVersion returns -1, 0, or 1 rather than TRUE or FALSE which could be used in computing. Sigbert Am 21.12.21 um 15:19 schrieb Martin Maechler: Hi, currently I have to use compareVersion(as.character(packageVersion("shiny")), "0.11") It would be nice if compareVersion would

[Rd] Feature request: compareVersion

2021-12-21 Thread Sigbert Klinke
Hi, currently I have to use compareVersion(as.character(packageVersion("shiny")), "0.11") It would be nice if compareVersion would make the as.character internally, rather then force the user to do it. Thanks Sigbert -- https://hu.berlin/sk https://www.stat.de/faqs https://hu.berlin/mmstat

[Rd] Tinycore & error in memCompress() in make check

2011-03-14 Thread Sigbert Klinke
Hi, I get the same error as mentioned in http://r.789695.n4.nabble.com/error-in-memCompress-in-make-check-td3318922.html I try to compile R 2.12.2 under Tinycore 3.5.1 running in VirtualBox 4.0.4. Since first xz was not installed I must have used the internal version which comes with the R sour