CRAN Package Check Results for Package prof.tree

Last updated on 2022-04-24 03:52:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 2.07 38.21 40.28 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 1.40 29.25 30.65 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 50.28 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 37.42 OK
r-patched-linux-x86_64 0.1.0 2.17 36.72 38.89 OK
r-release-linux-x86_64 0.1.0 1.98 36.23 38.21 OK
r-release-macos-arm64 0.1.0 OK
r-release-macos-x86_64 0.1.0 OK
r-release-windows-x86_64 0.1.0 15.00 59.00 74.00 OK
r-oldrel-macos-arm64 0.1.0 OK
r-oldrel-macos-x86_64 0.1.0 OK
r-oldrel-windows-ix86+x86_64 0.1.0 5.00 45.00 50.00 ERROR

Check Details

Version: 0.1.0
Check: tests
Result: ERROR
     Running 'testthat.R' [3s]
    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