CRAN Package Check Results for Package solitude

Last updated on 2020-06-18 07:50:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 3.70 25.92 29.62 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.1 2.56 20.43 22.99 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 44.08 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.1 34.26 ERROR
r-devel-windows-ix86+x86_64 0.2.1 9.00 50.00 59.00 ERROR
r-patched-linux-x86_64 0.2.1 3.41 25.13 28.54 ERROR
r-patched-solaris-x86 0.2.1 54.80 ERROR
r-release-linux-x86_64 0.2.1 2.72 25.17 27.89 ERROR
r-release-osx-x86_64 0.2.1 NOTE
r-release-windows-ix86+x86_64 0.2.1 8.00 36.00 44.00 ERROR
r-oldrel-osx-x86_64 0.2.1 NOTE
r-oldrel-windows-ix86+x86_64 0.2.1 6.00 48.00 54.00 ERROR

Check Details

Version: 0.2.1
Check: examples
Result: ERROR
    Running examples in 'solitude-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: isolationForest
    > ### Title: Fit an Isolation Forest
    > ### Aliases: isolationForest
    > ### Keywords: datasets
    >
    > ### ** Examples
    >
    > data("attrition", package = "rsample")
    Warning in data("attrition", package = "rsample") :
     data set 'attrition' not found
    > set.seed(1)
    > index = sample(ceiling(nrow(attrition) * 0.2))
    Error in nrow(attrition) : object 'attrition' not found
    Calls: sample -> nrow
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.2.1
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘R6’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.2.1
Check: examples
Result: ERROR
    Running examples in ‘solitude-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: isolationForest
    > ### Title: Fit an Isolation Forest
    > ### Aliases: isolationForest
    > ### Keywords: datasets
    >
    > ### ** Examples
    >
    > data("attrition", package = "rsample")
    Warning in data("attrition", package = "rsample") :
     data set ‘attrition’ not found
    > set.seed(1)
    > index = sample(ceiling(nrow(attrition) * 0.2))
    Error in nrow(attrition) : object 'attrition' not found
    Calls: sample -> nrow
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64