Re: [Rd] qt() returns Inf with certain negative ncp values

2022-06-15 Thread Stephen Berman
On Tue, 14 Jun 2022 18:00:24 +0200 Martin Maechler wrote: >> GILLIBERT, Andre >> on Tue, 14 Jun 2022 13:39:41 + writes: > > > Hello, > >> I asked about the following observations on r-help and it > >> was suggested that they may indicate an algorithmic > >>

Re: [Rd] build failure: 'hashtab' is not an exported object from 'namespace:utils'

2021-12-16 Thread Stephen Berman
On Thu, 16 Dec 2021 09:57:40 + Prof Brian Ripley wrote: > On 16/12/2021 09:13, Stephen Berman wrote: >> I just did `svn up' on the R development sources, switched to the build >> directory (I build R out of tree), ran make, and got this: > > Precisely which version of

[Rd] build failure: 'hashtab' is not an exported object from 'namespace:utils'

2021-12-16 Thread Stephen Berman
I just did `svn up' on the R development sources, switched to the build directory (I build R out of tree), ran make, and got this: make[6]: Entering directory '/home/steve/build/r-devel/src/library/tools/src' ../../../../library/tools/libs/tools.so is unchanged make[6]: Leaving directory

Re: [Rd] read.table() fails with https in R 3.6 but not in R 3.5

2019-05-06 Thread Stephen Berman
On Mon, 6 May 2019 11:12:25 +0200 Ralf Stubner wrote: > On 04.05.19 19:04, Stephen Berman wrote: >> In versions of R prior to 3.6.0 the following invocation succeeds, >> returning the data frame shown: >> >>> read.table("https://www.dwds.de/r/stat?corpus=kern=t

[Rd] read.table() fails with https in R 3.6 but not in R 3.5

2019-05-06 Thread Stephen Berman
In versions of R prior to 3.6.0 the following invocation succeeds, returning the data frame shown: > read.table("https://www.dwds.de/r/stat?corpus=kern=tokens=decade=text;, > header=TRUE) Dekade Anzahl 11900 11467254 21910 13023370 31920 13434601 41930 13296355 51940

Re: [Rd] encoding argument of source() in 3.5.0

2018-06-06 Thread Stephen Berman
On Tue, 5 Jun 2018 16:03:54 +0200 Tomas Kalibera wrote: > Thanks for the report, fixed in R-devel (74848). > > Best > Tomas FTR, I confirm that the problem I reported is now fixed under both GNU/Linux and MS-Windows. Thanks! Steve Berman __

Re: [Rd] encoding argument of source() in 3.5.0

2018-06-04 Thread Stephen Berman
On Mon, 4 Jun 2018 10:44:11 +0200 Martin Maechler wrote: >> peter dalgaard >> on Sun, 3 Jun 2018 23:51:24 +0200 writes: > > > Looks like this actually comes from readLines(), nothing > > to do with source() as such: In current R-devel (still): > > >> f <-

[Rd] encoding argument of source() in 3.5.0

2018-06-02 Thread Stephen Berman
In R 3.5.0 using the `encoding' argument of source() prevents loading files from the internet; without the `encoding' argument files can be loaded from the internet, but if they contain non-ascii characters, these are not correctly displayed under MS-Windows (but they are correctly displayed under

Re: [Rd] Another issue with Sys.timezone

2017-10-20 Thread Stephen Berman
On Fri, 20 Oct 2017 09:15:42 +0200 Martin Maechler <maech...@stat.math.ethz.ch> wrote: >>>>>> Stephen Berman <stephen.ber...@gmx.net> >>>>>> on Thu, 19 Oct 2017 17:12:50 +0200 writes: > > > On Wed, 18 Oct 2017 18:09:41 +0200 M

Re: [Rd] Another issue with Sys.timezone

2017-10-19 Thread Stephen Berman
On Wed, 18 Oct 2017 18:09:41 +0200 Martin Maechler <maech...@stat.math.ethz.ch> wrote: >>>>>> Martin Maechler <maech...@stat.math.ethz.ch> >>>>>> on Mon, 16 Oct 2017 19:13:31 +0200 writes: (I also included a reply to part of this response of y

[Rd] Another issue with Sys.timezone

2017-10-14 Thread Stephen Berman
(I reported the test failure mentioned below to R-help but was advised that this list is the right one to address the issue; in the meantime I investigated the matter somewhat more closely, including searching recent R-devel postings, since I haven't been following this list.) Last May there were