- using R version 2.10.0 Patched (2009-11-22 r50534)
- using session charset: UTF-8
- checking for file 'rpart/DESCRIPTION' ... OK
- this is package 'rpart' version '3.1-45'
- checking package name space information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking whether package 'rpart' can be installed ... OK
- checking package directory ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... 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 ... OK
- 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 ... OK
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking data for non-ASCII characters ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking for portable use of $BLAS_LIBS ... OK
- checking examples ... OK
- checking differences from 'rpart-Ex.Rout' to 'rpart-Ex.Rout.save' ...
4,5c4,5
< > cleanEx()
< > nameEx("car.test.frame")
---
> > assign(".oldNS", loadedNamespaces(), pos = 'CheckExEnv')
> > cleanEx(); nameEx("car.test.frame")
62,63c62
< > cleanEx()
< > nameEx("cu.summary")
---
> > cleanEx(); nameEx("cu.summary")
81,82c80
< > cleanEx()
< > nameEx("kyphosis")
---
> > cleanEx(); nameEx("kyphosis")
108,109c106
< > cleanEx()
< > nameEx("meanvar.rpart")
---
> > cleanEx(); nameEx("meanvar.rpart")
126,127c123
< > cleanEx()
< > nameEx("path.rpart")
---
> > cleanEx(); nameEx("path.rpart")
240,241c236
< > cleanEx()
< > nameEx("plot.rpart")
---
> > cleanEx(); nameEx("plot.rpart")
259,260c254
< > cleanEx()
< > nameEx("post.rpart")
---
> > cleanEx(); nameEx("post.rpart")
282,283c276
< > cleanEx()
< > nameEx("predict.rpart")
---
> > cleanEx(); nameEx("predict.rpart")
577,578c570
< > cleanEx()
< > nameEx("print.rpart")
---
> > cleanEx(); nameEx("print.rpart")
604,605c596
< > ## Not run:
< > ##D node), split, n, deviance, yval
---
> > ## Not run: node), split, n, deviance, yval
618,619c609
< > cleanEx()
< > nameEx("printcp")
---
> > cleanEx(); nameEx("printcp")
666,667c656
< > cleanEx()
< > nameEx("prune.rpart")
---
> > cleanEx(); nameEx("prune.rpart")
685,686c674
< > cleanEx()
< > nameEx("residuals.rpart")
---
> > cleanEx(); nameEx("residuals.rpart")
707,708c695
< > cleanEx()
< > nameEx("rpart")
---
> > cleanEx(); nameEx("rpart")
734,735c721
< > cleanEx()
< > nameEx("rsq.rpart")
---
> > cleanEx(); nameEx("rsq.rpart")
768,769c754
< > cleanEx()
< > nameEx("snip.rpart")
---
> > cleanEx(); nameEx("snip.rpart")
793,794c778
< > cleanEx()
< > nameEx("solder")
---
> > cleanEx(); nameEx("solder")
815,816c799
< > cleanEx()
< > nameEx("summary.rpart")
---
> > cleanEx(); nameEx("summary.rpart")
873,874c856
< > cleanEx()
< > nameEx("text.rpart")
---
> > cleanEx(); nameEx("text.rpart")
892,893c874
< > cleanEx()
< > nameEx("xpred.rpart")
---
> > cleanEx(); nameEx("xpred.rpart")
OK
- checking tests ... OK
- checking PDF version of manual ... OK