• using R version 2.9.2 Patched (2009-09-24 r49920)
  • using session charset: ASCII
  • checking for file 'klaR/DESCRIPTION' ... OK
  • this is package 'klaR' version '0.6-0'
  • checking package name space information ... OK
  • checking package dependencies ... OK
  • checking if this is a source package ... OK
  • checking for executable files ... OK
  • checking whether package 'klaR' 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 ... NOTE
    Error in dyn.load(file, DLLpath = DLLpath, ...) :
    unable to load shared library '/Builds/packages/leopard-universal/Rlib/2.10/mlbench/libs/i386/mlbench.so':
    dlopen(/Builds/packages/leopard-universal/Rlib/2.10/mlbench/libs/i386/mlbench.so, 6): Library not loaded: /Library/Frameworks/R.framework/Versions/2.10/Resources/lib/libR.dylib
    Referenced from: /Builds/packages/leopard-universal/Rlib/2.10/mlbench/libs/i386/mlbench.so
    Reason: Incompatible library version: mlbench.so requires version 2.10.0 or later, but libR.dylib provides version 2.9.0
    Error in dyn.load(file, DLLpath = DLLpath, ...) :
    unable to load shared library '/Builds/packages/leopard-universal/Rlib/2.10/rpart/libs/i386/rpart.so':
    dlopen(/Builds/packages/leopard-universal/Rlib/2.10/rpart/libs/i386/rpart.so, 6): Library not loaded: /Library/Frameworks/R.framework/Versions/2.10/Resources/lib/libR.dylib
    Referenced from: /Builds/packages/leopard-universal/Rlib/2.10/rpart/libs/i386/rpart.so
    Reason: Incompatible library version: rpart.so requires version 2.10.0 or later, but libR.dylib provides version 2.9.0
    Error in dyn.load(file, DLLpath = DLLpath, ...) :
    unable to load shared library '/Builds/packages/leopard-universal/Rlib/2.10/e1071/libs/i386/e1071.so':
    dlopen(/Builds/packages/leopard-universal/Rlib/2.10/e1071/libs/i386/e1071.so, 6): Library not loaded: /Library/Frameworks/R.framework/Versions/2.10/Resources/lib/libR.dylib
    Referenced from: /Builds/packages/leopard-universal/Rlib/2.10/e1071/libs/i386/e1071.so
    Reason: Incompatible library version: e1071.so requires version 2.10.0 or later, but libR.dylib provides version 2.9.0
  • 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 'klaR-Ex.R' failed.
    The error most likely occurred in:

    > ### * locpvs
    >
    > flush(stderr()); flush(stdout())
    >
    > ### Name: locpvs
    > ### Title: Pairwise variable selection for classification in local models
    > ### Aliases: locpvs
    > ### Keywords: classif
    >
    > ### ** Examples
    >
    >
    > ## this example might be a bit artificial, but it sufficiently shows how locpvs has to be used
    >
    > ## learn a locpvs-model on the Vehicle dataset
    >
    > library("mlbench")
    Warning: package 'mlbench' was built under R version 2.10.0
    Error in dyn.load(file, DLLpath = DLLpath, ...) :
    unable to load shared library '/Builds/packages/leopard-universal/Rlib/2.10/mlbench/libs/i386/mlbench.so':
    dlopen(/Builds/packages/leopard-universal/Rlib/2.10/mlbench/libs/i386/mlbench.so, 6): Library not loaded: /Library/Frameworks/R.framework/Versions/2.10/Resources/lib/libR.dylib
    Referenced from: /Builds/packages/leopard-universal/Rlib/2.10/mlbench/libs/i386/mlbench.so
    Reason: Incompatible library version: mlbench.so requires version 2.10.0 or later, but libR.dylib provides version 2.9.0
    Error in library("mlbench") : .First.lib failed for 'mlbench'
    Execution halted
  • elapsed time (check, wall clock): 0:41