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

2019-05-13 Thread Gábor Csárdi
Hi Tomas, On Mon, May 13, 2019 at 11:42 AM Tomas Kalibera wrote: [...] > This is because (from NEWS:) > > The default ‘user agent’ has been changed when accessing http:// >and https:// sites using libcurl. (A site was found which caused >libcurl to infinite-loop with the previous

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

2019-05-13 Thread Tomas Kalibera
On 5/6/19 2:27 PM, Stephen Berman wrote: 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&cnt=t

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&cnt=tokens&date=decade&format=text";,

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

2019-05-06 Thread Ralf Stubner
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&cnt=tokens&date=decade&format=text";, >> header=TRUE) >Dekade Anzahl > 11900 11467254 >