[R] GridR

Henrik Bengtsson hb at stat.berkeley.edu
Tue Apr 6 12:33:53 CEST 2010


*Always* report sessionInfo() and traceback() when reporting problems. /Henrik

On Tue, Apr 6, 2010 at 11:11 AM, wesley mathew <wesleycmathew at gmail.com> 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=FALSE, localTmpDir="GridRTmp/")
> grid.apply("x",UCS, wait=TRUE )*
> UCS is a function.
> When I execute this statement, I have some errors like :
> *cannot load local function/variable: xmlRoot
>  extracted from line:  : no visible global function definition for 'xmlRoot'
>
> cannot load local function/variable: xmlTreeParse
>  extracted from line:  : no visible global function definition for
> 'xmlTreeParse' *
>  In my function I have used the statement:  *library("XML")*
> Can you give me  suggestion
>
> Thanks in advance
>
> Wesley C Mathew
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



More information about the R-help mailing list