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:
*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
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
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:
4 matches
Mail list logo