CRAN Package Check Results for Package less

Last updated on 2023-03-26 03:50:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 44.73 163.84 208.57 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 26.96 118.07 145.03 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 258.21 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.0 235.15 NOTE
r-patched-linux-x86_64 0.1.0 35.02 150.65 185.67 OK
r-release-linux-x86_64 0.1.0 25.44 142.40 167.84 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 59.00 193.00 252.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 66.00 179.00 245.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