* using log directory 'd:/Rcompile/CRANpkg/local/2.6/XML.Rcheck' * using R version 2.6.0 (2007-10-03) * checking for file 'XML/DESCRIPTION' ... OK * this is package 'XML' version '1.93-2' * checking package name space information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking whether package 'XML' can be installed ... OK * checking package directory ... OK * checking for portable file names ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the name space can be loaded with stated dependencies ... WARNING Error in paste(normalizePath(file.path(libname, pkgname, "libs")), file.path(Sys.getenv("R_HOME"), : could not find function "normalizePath" Error: .onLoad failed in 'loadNamespace' for 'XML' Execution halted A namespace must be able to be loaded with just the base namespace loaded: otherwise if the namespace gets loaded by a saved object, the session will be unable to start. Probably some imports need to be declared in the NAMESPACE file. * checking for unstated dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE addParentNode: no visible binding for global variable '.this' addParentNode: no visible binding for '<<-' assignment to '.children' addParentNode: no visible binding for global variable '.children' addParentNode: no visible binding for '<<-' assignment to '.parents' addParentNode: no visible binding for global variable '.parents' addParentNode: no visible binding for '<<-' assignment to '.nodes' addParentNode: no visible binding for global variable '.nodes' checkNodeNamespace: no visible binding for global variable 'ns' htmlTreeParse: no visible global function definition for 'bitlist' toString.XMLNode: no visible binding for global variable '.tempXMLOutput' xmlFlatListTree : f: no visible binding for global variable 'nodeNames' xmlFlatListTree : f: no visible binding for global variable 'idx' xmlFlatListTree : addNode: no visible binding for global variable '.this' xmlFlatListTree : addNode: no visible binding for '<<-' assignment to 'nodeSet' xmlFlatListTree : addNode: no visible binding for global variable 'nodeSet' xmlFlatListTree : addNode: no visible binding for global variable 'idx' xmlFlatListTree : addNode: no visible binding for '<<-' assignment to 'nodeNames' xmlFlatListTree : addNode: no visible binding for global variable 'nodeNames' xmlFlatListTree : addNode: no visible binding for '<<-' assignment to 'idx' xmlFlatListTree : addNode: no visible binding for '<<-' assignment to 'parentCount' xmlFlatListTree : addNode: no visible binding for global variable 'parentCount' xmlFlatListTree : addNode: no visible binding for '<<-' assignment to '.parents' xmlFlatListTree : addNode: no visible binding for global variable '.parents' xmlFlatListTree : addNode: no visible binding for '<<-' assignment to '.children' xmlFlatListTree : addNode: no visible binding for global variable '.children' xmlFlatListTree : : no visible binding for global variable 'e' xmlFlatListTree : .tidy: no visible binding for '<<-' assignment to '.nodes' xmlFlatTree : f: no visible binding for global variable '.nodes' xmlFlatTree : addNode: no visible binding for global variable '.this' xmlFlatTree : addNode: no visible binding for '<<-' assignment to '.parents' xmlFlatTree : addNode: no visible binding for global variable '.parents' xmlFlatTree : addNode: no visible binding for '<<-' assignment to '.children' xmlFlatTree : addNode: no visible binding for global variable '.children' xmlFlatTree : addNode: no visible binding for '<<-' assignment to '.nodes' xmlFlatTree : addNode: no visible binding for global variable '.nodes' xmlFlatTree : : no visible binding for global variable 'e' xmlHashTree : .tidy: no visible binding for '<<-' assignment to '.nodes' * checking Rd files ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking for portable compilation flags in Makevars ... OK * checking for portable use of $BLAS_LIBS ... OK * creating XML-Ex.R ... OK * checking examples ... ERROR Running examples in 'XML-Ex.R' failed. The error most likely occurred in: > ### * addChildren > > flush(stderr()); flush(stdout()) > > ### Name: addChildren > ### Title: Add child nodes to an XML node > ### Aliases: addChildren removeChildren removeNodes addAttributes > ### removeAttributes addChildren,XMLInternalNode-method > ### addChildren,XMLNode-method > ### addAttributes,XMLInternalElementNode-method > ### addAttributes,XMLNode-method > ### removeAttributes,XMLInternalElementNode-method > ### removeAttributes,XMLNode-method > ### Keywords: IO programming > > ### ** Examples > > > b = newXMLNode("bob", namespace = c(r = "http://www.r-project.org", omg = "http://www.omegahat.org")) > >