[R] Parallel package guidance needed

2017-01-16 Thread Therneau, Terry M., Ph.D.
I have a process that I need to parallelize, and have a question about two different ways to proceed. It is essentially an MCMC exploration where the likelihood is a sum over subjects (6000 of them), and the per-subject computation is the slow part. Here is a rough schematic of the code using one

[R] "parallel" package

2012-04-30 Thread ya
Hi Uwe, Thank you very much for the suggestions. ya ya From: Uwe Ligges Date: 2012-04-30 15:18 To: ya CC: Indrajit Sengupta; r-help@r-project.org Subject: Re: [R] "parallel" package On 29.04.2012 12:01, ya wrote: > Hi Uwe and Indrajit, > > Thank you very much for the

Re: [R] "parallel" package

2012-04-30 Thread Uwe Ligges
__ From: Uwe Ligges To: ya Cc: r-help@r-project.org Sent: Saturday, April 28, 2012 11:57 PM Subject: Re: [R] "parallel" package On 28.04.2012 20:18, ya wrote: Hi everyone, Anyone knows Where I can get the "parallel" package? The google results said this package has

[R] parallel package

2012-04-29 Thread ya
;> >> pkg <- "parallel" >> library(pkg) >> >> doing the same as >> >> library("parallel") >> >> which is unfortunately not possible, because library(pkg) tries a >> package called "pkg". >> >> Best,

Re: [R] "parallel" package

2012-04-29 Thread admin
uot; >>> library(pkg) >>> >>> doing the same as >>> >>> library("parallel") >>> >>> which is unfortunately not possible, because library(pkg) tries a >>> package called "pkg". >>> >>> Best, >>

Re: [R] "parallel" package

2012-04-29 Thread R. Michael Weylandt
y >> >> pkg <- "parallel" >> library(pkg) >> >> doing the same as >> >> library("parallel") >> >> which is unfortunately not possible, because library(pkg) tries a >> package called "pkg". >> >&

Re: [R] "parallel" package

2012-04-29 Thread ya
igges To: ya Cc: r-help@r-project.org Sent: Saturday, April 28, 2012 11:57 PM Subject: Re: [R] "parallel" package On 28.04.2012 20:18, ya wrote: Hi everyone, Anyone knows Where I can get the "parallel" package? The google results said this package has been released since R 2

Re: [R] "parallel" package

2012-04-29 Thread admin
"parallel") > > which is unfortunately not possible, because library(pkg) tries a > package called "pkg". > > Best, > Uwe Ligges > > > >> >> Regards, >> Indrajit >> >> >> >> >> From: Uwe Ligges >

Re: [R] "parallel" package

2012-04-29 Thread Uwe Ligges
c: r-help@r-project.org Sent: Saturday, April 28, 2012 11:57 PM Subject: Re: [R] "parallel" package On 28.04.2012 20:18, ya wrote: Hi everyone, Anyone knows Where I can get the "parallel" package? The google results said this package has been released since R 2.14, but

Re: [R] "parallel" package

2012-04-29 Thread Indrajit Sengupta
You don't need quotes in the library statement, you can just use library(parallel).   Regards, Indrajit   From: Uwe Ligges To: ya Cc: r-help@r-project.org Sent: Saturday, April 28, 2012 11:57 PM Subject: Re: [R] "parallel" package On 28.04

Re: [R] "parallel" package

2012-04-28 Thread Uwe Ligges
On 28.04.2012 20:18, ya wrote: Hi everyone, Anyone knows Where I can get the "parallel" package? The google results said this package has been released since R 2.14, but I could not find a place to get it. I am doing a multiple imputation for missing values, it is really time consuming. I fig

[R] "parallel" package

2012-04-28 Thread ya
Hi everyone, Anyone knows Where I can get the "parallel" package? The google results said this package has been released since R 2.14, but I could not find a place to get it. I am doing a multiple imputation for missing values, it is really time consuming. I figured maybe it's more efficient

Re: [R] installation of R/parallel package in win32/64

2010-12-22 Thread Prof Brian Ripley
This is simply misinformation. The Rtools distribution does include g++ suitably configured for static linking of libstdc++, and that works for the hundreds of CRAN/BioC packages using C++. And please report bugs in packages to their maintainers, not here. You do not need to include the paths

[R] installation of R/parallel package in win32/64

2010-12-21 Thread Andy Zhu
This is to summarize my workaround to install R/parallel in win32/64 boxes. Recently I had problems to install rparallel: 1. The package's Makevars.win coded include fixed path for Rtools 2. package is written in C++; Rtools and R are not intended to run g++ by default. My workaround: 1. Need t