> I am getting errors such as:
> > testInstalledPackages("base",errorsAreFatal=FALSE)
> 
>  Error in setwd(outDir) : cannot change working directory

Er, the first parameter in  testInstalledPackages() is the output directory 
name, not the package name supplied in scope. You probably don;t have a 
writeable directory called "base"

Try
 testInstalledPackages(scope="base",errorsAreFatal=FALSE)

S Ellison

*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}

______________________________________________
R-help@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.

Reply via email to