[R] parallel computing with 'foreach'

2011-06-28 Thread Stacey Wood
Hi all, I would like to parallelize some R code and would like to use the 'foreach' package with a foreach loop. However, whenever I call a function from an enabled package outside of MASS, I get an error message that a number of the functions aren't recognized (even though the functions should be

[R] Using 'foreach' for parallel computing

2011-06-27 Thread Stacey Wood
Hi all, I'm currently working on updating an R package to run for loops in parallel to speed up computation time. I'm using the 'foreach' package with a foreach loop. When I run my code inside the loop, I get an error message that a number of the functions aren't recognized (even though the func

[R] Using 'foreach' for parallel computing

2011-06-23 Thread Stacey Wood
Hi all, I'm currently working on updating an R package to run for loops in parallel to speed up computation time. I'm using the 'foreach' package with a foreach loop. When I run my code inside the loop, I get an error message that a number of the functions aren't recognized (even though the func

Re: [R] declaring GPL license

2010-10-14 Thread Stacey Wood
Thanks everyone. Now I know that I should not include another copy of the license, but where should I refer to the copies on http://www.r-project.org/Licenses/? In the DESCRIPTION file? Stacey On Thu, Oct 14, 2010 at 12:16 PM, Marc Schwartz wrote: > On Oct 14, 2010, at 11:13 AM, Berwin A Turla

[R] declaring GPL license

2010-10-14 Thread Stacey Wood
Hi all, I'm currently writing an R package and want to declare a GPL2 license. According to the license agreement, I'm supposed to display: "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free S