Last updated on 2025-05-16 05:49:14 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 2.93 | 114.14 | 117.07 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 2.14 | 76.50 | 78.64 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 181.46 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 193.29 | OK | |||
r-devel-windows-x86_64 | 0.1.1 | 5.00 | 112.00 | 117.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 2.93 | 101.19 | 104.12 | OK | |
r-release-linux-x86_64 | 0.1.0 | 2.73 | 101.44 | 104.17 | ERROR | |
r-release-macos-arm64 | 0.1.1 | 89.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 162.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 4.00 | 110.00 | 114.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 69.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.1 | 169.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 5.00 | 144.00 | 149.00 | OK |
Version: 0.1.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘geom_parttree.Rd’ ‘parttree.Rd’ ‘plot.parttree.Rd’
Flavor: r-release-linux-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [4s/4s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
>
> if ( requireNamespace("tinytest", quietly=TRUE) ){
+ Sys.setenv("OMP_THREAD_LIMIT" = 2) # https://github.com/Rdatatable/data.table/issues/5658
+ tinytest::test_package("parttree")
+ }
test_ctree.R.................. 0 tests Loading required package: partykit
Loading required package: grid
Loading required package: libcoin
Loading required package: mvtnorm
test_ctree.R.................. 1 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m1.7s<1b>[0m
Loading required package: mlr3
test_mlr3.R................... 2 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.7s<1b>[0m
test_rpart.R.................. 0 tests
test_rpart.R.................. 0 tests
test_rpart.R.................. 0 tests
test_rpart.R.................. 0 tests
test_rpart.R.................. 0 tests
test_rpart.R.................. 0 tests Error in plot.new() :
could not open file '_tinysnapshot_review/iris_classification.png'
Calls: <Anonymous> ... expect_equivalent_images -> plot -> plot.raster -> plot.new
Execution halted
Flavor: r-release-linux-x86_64