CRAN Package Check Results for Package prof.tree

Last updated on 2022-05-15 01:52:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 2.29 37.46 39.75 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 1.44 29.27 30.71 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 48.79 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 47.21 OK
r-devel-windows-x86_64 0.1.0 14.00 60.00 74.00 OK
r-patched-linux-x86_64 0.1.0 1.78 36.25 38.03 OK
r-release-linux-x86_64 0.1.0 1.87 36.68 38.55 OK
r-release-macos-arm64 0.1.0 16.00 OK
r-release-macos-x86_64 0.1.0 24.00 OK
r-release-windows-x86_64 0.1.0 16.00 61.00 77.00 OK
r-oldrel-macos-arm64 0.1.0 20.00 OK
r-oldrel-macos-x86_64 0.1.0 30.00 OK
r-oldrel-windows-ix86+x86_64 0.1.0 6.00 53.00 59.00 ERROR

Check Details

Version: 0.1.0
Check: tests
Result: ERROR
     Running 'testthat.R' [4s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(prof.tree)
     >
     > test_check("prof.tree")
     levelName real percent env
     1 * 0.170 100.0 %
     2 ¦--`summary` 0.157 92.4 % base
     3 ¦ ¦--`glm` 0.128 75.3 % stats
     4 ¦ ¦ °--... 8 nodes w/ 143 sub NA
     5 ¦ ¦--`lazyLoadDBfetch` 0.002 1.2 % base
     6 ¦ °--`summary.glm` 0.025 14.7 % stats
     7 ¦ °--... 7 nodes w/ 13 sub NA
     8 °--`data.frame` 0.013 7.6 % base
     9 ¦--`as.data.frame` 0.009 5.3 % base
     10 ¦ °--... 1 nodes w/ 15 sub NA
     11 ¦--`unlist` 0.001 0.6 % base
     12 ¦--`make.names` 0.001 0.6 % base
     13 °--`as.list` 0.001 0.6 % base
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 27 ]
    
     == Failed tests ================================================================
     -- Error (test-print.R:11:5): Print contains -----------------------------------
     Error in `gsub(paste0("([\\", paste0(collapse = "\\", chars), "])"), "\\\\\\1",
     x, perl = TRUE)`: input string 1 is invalid UTF-8
     Backtrace:
     x
     1. \-testthat::expect_output(print(tree), "levelName") at test-print.R:11:4
     2. \-testthat::expect_match(...)
     3. \-testthat:::expect_match_(...)
     4. +-base::paste0(...)
     5. \-testthat escape(encodeString(act$val))
     6. \-base::gsub(...)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 27 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64