Re: [R-SIG-Mac] Warning messages: 1: In readChar(file, size, TRUE) : truncating string with embedded nuls

2020-04-30 Thread Ista Zahn
You could try starting a new session and running options(warn = 2) library(tidyverse) traceback() to see more specifically where the problem is. Best, Ista On Thu, Apr 30, 2020 at 11:17 AM Manuel Spínola wrote: > > Dear list members, > > I updated to R 4.0 and my MacOS is Catalina 10.15.4. > >

Re: [R-SIG-Mac] Different performance with different R versions

2018-12-14 Thread Ista Zahn
: > > >>>>> Ista Zahn > >>>>> on Fri, 14 Dec 2018 05:58:25 -0500 writes: > > > This isn't Mac specific (I can reproduce it in Linux). Switching the > > igraph from version from 1.2.2 (slow) to 0.7.1 (fast) is enough, so >

Re: [R-SIG-Mac] Different performance with different R versions

2018-12-14 Thread Ista Zahn
This isn't Mac specific (I can reproduce it in Linux). Switching the igraph from version from 1.2.2 (slow) to 0.7.1 (fast) is enough, so this also has nothing to do with R itself. This should be reported to https://igraph.org/r/, either on the mailing list, bug tracker, or both. Best, Ista On Fr

Re: [R-SIG-Mac] [R] R and Java 10 ➜ rJava not able to build

2018-04-07 Thread Ista Zahn
On Tue, Mar 27, 2018 at 9:39 PM, Jeff Newmiller wrote: > I am not a Mac user, but I do use Linux and I would recommend not running R > with sudo unless you are an admin ninja. That defensive practice would render > the answer to your question moot. I don't think this is reasonable advice, given