* using log directory 'd:/Rcompile/CRANpkg/local/2.10/LiblineaR.Rcheck' * using R version 2.10.1 (2009-12-14) * using session charset: ISO8859-1 * checking for file 'LiblineaR/DESCRIPTION' ... OK * this is package 'LiblineaR' version '1.51-3' * checking package name space information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking whether package 'LiblineaR' 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 ... 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 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 * checking examples ... ERROR Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > print(res) yTest p setosa versicolor virginica setosa 18 0 0 versicolor 0 14 3 virginica 0 0 15 > > # Compute Balanced Classification Rate > BCR=mean(c(res[1,1]/sum(res[,1]),res[2,2]/sum(res[,2]),res[3,3]/sum(res[,3]))) > print(BCR) [1] 0.9444444 > > > > > cleanEx() > nameEx("heuristicC") > ### * heuristicC > > flush(stderr()); flush(stdout()) > > ### Name: heuristicC > ### Title: Fast Heuristics For The Estimation Of the C Constant Of A > ### Support Vector Machine. > ### Aliases: 'Joachims Heuristics' heuristicC > ### Keywords: classif > > ### ** Examples > > data(iris) ======== End of example output (where/before crash/hang up occured ?) ========