[Rd] config.status: error: cannot find input file: `po/Makefile.in'

2018-09-05 Thread Matt Dowle
Hi, Does anyone else see the following or is it just me? It usually works fine. I checked latest R-devel commits and couldn't see anything very recently changed or fixed w.r.t. po/ or Makefile. wget https://stat.ethz.ch/R/daily/R-devel.tar.gz tar xvf R-devel.tar.gz cd R-devel ./configure --witho

Re: [Rd] config.status: error: cannot find input file: `po/Makefile.in'

2018-09-06 Thread Matt Dowle
Martin - many thanks, it's working now. [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Error in rbind(info, getNamespaceInfo(env, "S3methods"))

2019-02-18 Thread Matt Dowle
Dear all, I'm experiencing an unusual installation error for one package. Could anyone suggest how I can best investigate this from here please? I'm sorry this isn't very much to go on. Hopefully someone can point me in the right direction. The problem seems to be my library. It is large (3,418

Re: [Rd] Error in rbind(info, getNamespaceInfo(env, "S3methods"))

2019-02-18 Thread Matt Dowle
Reinstalling R.matlab did the trick and staRdom works fine now. I checked that none of the other 2,643 packages in this library were built using R>3.5.2. It was just R.matlab. Thanks for your help! Best, Matt On Mon, Feb 18, 2019 at 1:28 PM Duncan Murdoch wrote: > On 18/02/2019 4:08 p.m.

Re: [Rd] Error generated by .Internal(nchar) disappears when debugging

2015-10-05 Thread Matt Dowle
Joris Meys gmail.com> writes: > > Hi all, > > I have a puzzling problem related to nchar. In R 3.2.1, the internal nchar > gained an extra argument (see > https://stat.ethz.ch/pipermail/r-announce/2015/000586.html) > > I've been testing code using the package copula, and at home I'm still > r

Re: [Rd] Error generated by .Internal(nchar) disappears when debugging

2015-10-05 Thread Matt Dowle
On Mon, Oct 5, 2015 at 4:57 PM, Duncan Murdoch wrote: > On 05/10/2015 7:24 PM, Matt Dowle wrote: > > Joris Meys gmail.com> writes: > > > >> > >> Hi all, > >> > >> I have a puzzling problem related to nchar. In R 3.2.1, the internal &

Re: [Rd] R 3.4 and mclapply assertion failure - is this a bug?

2017-05-02 Thread Matt Dowle
That's great news that OpenMP is now enabled in MacOS CRAN binaries! Thanks Simon. data.table is supposed to automatically switch down to single-threaded mode when explicitly parallelized via the fork mechanism. It does that via functions registered in init.c as follows : pthread_atfork(&wh

[Rd] possible error in rdevel with --enable-strict-barrier?

2014-09-27 Thread Matt Dowle
Hi, With a fresh Rdevel r66690 (yesterday 26th) in ~/R/Rtrunk I get : ~/R/Rtrunk $ ./configure CC="gcc -std=gnu99 -fsanitize=address" CFLAGS="-fno-omit-frame-pointer -O0 -g -Wall -pedantic -mtune=native" --without-recommended-packages ~/R/Rtrunk $ make clean ~/R/Rtrunk $ make Works fine. No