CRAN Package Check Results for Package less

Last updated on 2023-03-30 02:50:45 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 36.08 159.33 195.41 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 28.55 118.36 146.91 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 243.00 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.0 235.15 NOTE
r-devel-windows-x86_64 0.1.0 45.00 0.00 45.00 OK
r-patched-linux-x86_64 0.1.0 33.25 148.83 182.08 OK
r-release-linux-x86_64 0.1.0 25.03 142.42 167.45 OK
r-release-macos-arm64 0.1.0 57.00 NOTE
r-release-macos-x86_64 0.1.0 87.00 NOTE
r-release-windows-x86_64 0.1.0 44.00 176.00 220.00 OK
r-oldrel-macos-arm64 0.1.0 65.00 NOTE
r-oldrel-macos-x86_64 0.1.0 87.00 NOTE
r-oldrel-windows-ix86+x86_64 0.1.0 67.00 170.00 237.00 ERROR

Check Details

Version: 0.1.0
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-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in 'less-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: test_timing
    > ### Title: Compare Fitting Time
    > ### Aliases: test_timing
    >
    > ### ** Examples
    >
    > X <- matrix(sample(100, 20), nrow = 10)
    > y <- sample(100, 10)
    > test_timing(1, X, y)
    Error in barplot.default(unlist(timings), main = "Fitting Time of Different Regressors", :
     log scale error: at least one 'height + offset' value <= 0
    Calls: test_timing -> barplot -> barplot.default
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64