[R] GridR error

2010-10-14 Thread Elizabeth Purdom
Hi, I am trying to use 'GridR' package for the first time, and I'm running into a strange error from grid.check: > grid.check(gridFun) Error in exists(add) : invalid first argument After playing around in recover mode, I see that this because the variable 'add' created by grid.check is blank:

Re: [R] GridR

2010-04-06 Thread Henrik Bengtsson
*Always* report sessionInfo() and traceback() when reporting problems. /Henrik On Tue, Apr 6, 2010 at 11:11 AM, wesley mathew wrote: >  Dear All > > I am doing one distributed data mining program. So I selected GridR > package for the distributed programming. > *grid.init(service="local",debug=FA

[R] GridR

2010-04-06 Thread wesley mathew
Dear All I am doing one distributed data mining program. So I selected GridR package for the distributed programming. *grid.init(service="local",debug=FALSE, localTmpDir="GridRTmp/") grid.apply("x",UCS, wait=TRUE )* UCS is a function. When I execute this statement, I have some errors like : *cann

[R] GridR

2009-10-13 Thread wesley mathew
Dear All I was installed GridR package in R. I am trying to execute UCS; it is my project in client side. >grid.init(service="local",debug=FALSE, localTmpDir="GridRTmp/") > grid.apply("x",UCS, wait=TRUE,,check=TRUE) But this shows error, that is given below. *cannot load local function/variable: