[Rd] bug report: nlme model-fitting crashes with R 3.4.0

2017-05-10 Thread Langbehn, Douglas
lme() and gls() models from the nlme package are all crashing with R.3.4.0. Identical code ran correctly, without error in R 3.3.3 and earlier versions. The behavior is easily demonstrated using one of the examples form the lme() help file, along with two simple variants. I have commented the e

Re: [Rd] R-3.3.3/R-3.4.0 change in sys.call(sys.parent())

2017-05-10 Thread Tomas Kalibera
The difference in the outputs between 3.3 and 3.4 is in how call expressions are selected in presence of .Internals. R is asked for a call expression for "eval". In 3.3 one gets the arguments for the call expression from the .Internal that implements eval. In 3.4 one gets the arguments for th

Re: [Rd] registering Fortran routines in R packages

2017-05-10 Thread Christophe Dutang
Thanks Jari and Berend. I was not aware of that function. I do use it : indeed it may extern declarations for Fortran routines. see https://r-forge.r-project.org/scm/viewvc.php/pkg/randtoolbox/src/init.c?view=markup&root=rmetrics

Re: [Rd] registering Fortran routines in R packages

2017-05-10 Thread Berend Hasselman
> On 10 May 2017, at 08:48, Berend Hasselman wrote: > > Christophe, > >> On 10 May 2017, at 08:08, Christophe Dutang wrote: >> >> Thanks for your email. >> >> I try to change the name in lowercase but it conflicts with a C >> implementation also named halton. So I rename the C function hal