* using log directory 'd:/Rcompile/CRANpkg/local/2.9/sabreR.Rcheck' * using R version 2.9.2 (2009-08-24) * using session charset: ISO8859-1 * checking for file 'sabreR/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'sabreR' version '1.0' * checking package dependencies ... OK * checking if this is a source package ... OK * checking whether package 'sabreR' 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 ... WARNING Subdirectory 'exec' contains no files. * 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 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 files against version 2 parser ... 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 examples ... ERROR Running examples in 'sabreR-Ex.R' failed. The error most likely occurred in: > ### * print.sabre > > flush(stderr()); flush(stdout()) > > ### Name: print.sabre > ### Title: Defining and Fitting SABRE Models > ### Aliases: print.sabre > ### Keywords: multivariate > > ### ** Examples > > > # load data ... > data(drvisits) > # ... and attach it > attach(drvisits) > > # the first model > sabre.model.1<-sabre(numvisit~reform+age+educ+married+badh+loginc+summer, + case=obs, + first.family="poisson") Warning in system(command.string) : d:/Rcompile/CRANpkg/lib/2.9/sabreR/exec/sabre not found Warning in file(con, "r") : cannot open file 'sabreR.log': No such file or directory Error in file(con, "r") : cannot open the connection Calls: sabre -> process.log -> readLines -> file Execution halted