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
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
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
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.
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
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
&
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
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