CRAN Package Check Results for Package SoftRandomForest

Last updated on 2022-01-06 15:51:33 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 2.49 73.48 75.97 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.0 2.44 54.53 56.97 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 91.66 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 79.97 ERROR
r-devel-windows-x86_64-new-UL 0.1.0 41.00 97.00 138.00 ERROR
r-devel-windows-x86_64-new-TK 0.1.0 ERROR
r-patched-linux-x86_64 0.1.0 3.13 71.95 75.08 OK
r-release-linux-x86_64 0.1.0 3.34 70.94 74.28 OK
r-release-macos-arm64 0.1.0 OK
r-release-macos-x86_64 0.1.0 OK
r-release-windows-ix86+x86_64 0.1.0 6.00 94.00 100.00 OK
r-oldrel-macos-x86_64 0.1.0 OK
r-oldrel-windows-ix86+x86_64 0.1.0 6.00 92.00 98.00 OK

Check Details

Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in 'SoftRandomForest-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: SoftObservation
    > ### Title: Recording the prediction weights to analyze observation-level
    > ### patterns
    > ### Aliases: SoftObservation
    >
    > ### ** Examples
    >
    > Responses = SoftClassMatrix(as.vector(iris$Species))
    > SoftObservation(response = Responses[,1], responselabel = "setosa", train = iris[,1:4],
    + depth = 2, keep = TRUE, observation = 34, export = TRUE, path = tempdir())
    Error in test[, Response01$Feature] : subscript out of bounds
    Calls: SoftObservation -> SoftForestPredDepth2 -> inv.logit -> plogis
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in ‘SoftRandomForest-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: SoftObservation
    > ### Title: Recording the prediction weights to analyze observation-level
    > ### patterns
    > ### Aliases: SoftObservation
    >
    > ### ** Examples
    >
    > Responses = SoftClassMatrix(as.vector(iris$Species))
    > SoftObservation(response = Responses[,1], responselabel = "setosa", train = iris[,1:4],
    + depth = 2, keep = TRUE, observation = 34, export = TRUE, path = tempdir())
    Error in test[, Response01$Feature] : subscript out of bounds
    Calls: SoftObservation -> SoftForestPredDepth2 -> inv.logit -> plogis
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-new-UL, r-devel-windows-x86_64-new-TK