Re: [Rd] makeCluster hangs

2018-02-10 Thread Henrik Bengtsson
A few quick comments: * You mention R --vanilla, but make sure to try with parallel::makeCluster(), so that you don't happen to pick up snow::makeCluster() if 'snow' is attached and ahead of parallel on the search() path. * Try creating a single background worker, i.e. parallel::makeCluster(1L).

[Rd] makeCluster hangs

2018-02-10 Thread T. Florian Jaeger
Hi all, I can't get the functionality of the package parallel to work. Specifically, makeCluster() hangs when I run it. I first noticed the problem when trying to run Rstan with multiple cores and the traced it back to the core package parallel. The following results in R hanging after the ca

Re: [Rd] Nice names in deparse

2018-02-10 Thread Suharto Anggono Suharto Anggono via R-devel
x <- 0; names(x) <- "recursive" I am saying more plainly: With 'x' above, deparse(x, control = "all") is wrong in R devel. On Sat, 16/12/17, Suharto Anggono Suharto Anggono wrote: Subject: Nice names in deparse To: r-devel@r-project.org Date: Sat