Re: [Rd] Staged installation fail on some file systems

2019-05-13 Thread Henrik Bengtsson
I have now tested with R version 3.6.0 Patched (2019-05-12 r76489) and I confirm that staged install now works on our problematic file system. Thank you again for fixing this. /Henrik On Thu, May 9, 2019 at 5:43 AM Tomas Kalibera wrote: > > On 5/7/19 6:18 PM, Henrik Bengtsson wrote: > > On Tue,

Re: [Rd] [External] Re: ALTREP: Design concept of alternative string

2019-05-13 Thread 介非王
Thank you very much for your explanation! I'm looking forward to seeing the changes of R functions in a furture release. Best, Jiefei Tierney, Luke 于2019年5月10日周五 下午12:22写道: > On Fri, 10 May 2019, 介非王 wrote: > > > Hi Gabriel, > > > > Thanks for your explanation, I totally understand that it is a

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] R problems with lapack with gfortran

2019-05-13 Thread Thomas Koenig via R-devel
Hi, gfortran trunk and 9-branch now have an option to automatically generate C prototypes for old-style F77 procedures. I just did for a in *.f; do gfortran -fsyntax-only -fc-prototypes-external $a > ${a%.f}.h; done in the src/modules/lapack directory. This generates header files which cont