CRAN Package Check Results for Package lobstr

Last updated on 2019-05-12 09:48:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 20.37 25.75 46.12 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.1 16.13 20.99 37.12 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 71.49 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 61.92 OK
r-patched-linux-x86_64 1.0.1 18.64 25.62 44.26 OK
r-patched-solaris-x86 1.0.1 79.70 OK
r-release-linux-x86_64 1.0.1 19.49 25.61 45.10 OK
r-release-windows-ix86+x86_64 1.0.1 60.00 81.00 141.00 OK
r-release-osx-x86_64 1.0.1 OK
r-oldrel-windows-ix86+x86_64 1.0.1 59.00 79.00 138.00 OK
r-oldrel-osx-x86_64 1.0.1 OK

Check Details

Version: 1.0.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Warning: unable to re-encode 'utils.R' lines 14, 15, 16, 17, 18
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.1
Check: tests
Result: ERROR
     Running 'testthat.R' [1s/2s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(lobstr)
     >
     > test_check("lobstr")
     -- 1. Failure: can print complex expression (@test-ast.R#11) ------------------
     `ast(function(x) if (x > 1) f(y$x, "x", g()))` has changed from known value recorded in 'test-ast-fancy.txt'.
     13/13 mismatches
     x[1]: "o-`function` "
     y[1]: "<U+2588><U+2500>`function` "
    
     x[2]: "+-o-x = `` "
     y[2]: "<U+251C><U+2500><U+2588><U+2500>x = `` "
    
     x[3]: "+-o-`if` "
     y[3]: "<U+251C><U+2500><U+2588><U+2500>`if` "
    
     x[4]: "| +-o-`>` "
     y[4]: "<U+2502> <U+251C><U+2500><U+2588><U+2500>`>` "
    
     x[5]: "| | +-x "
     y[5]: "<U+2502> <U+2502> <U+251C><U+2500>x "
    
     -- 2. Failure: basic list display (@test-ref.R#10) ----------------------------
     `ref(x, list(), list(x, x, x), list(a = x, b = x), letters)` has changed from known value recorded in 'test-ref-list.txt'.
     8/14 mismatches
     x[3]: "o [2:0x002] <list> "
     y[3]: "<U+2588> [2:0x002] <list> "
    
     x[5]: "o [3:0x003] <list> "
     y[5]: "<U+2588> [3:0x003] <list> "
    
     x[6]: "+-[1:0x001] "
     y[6]: "<U+251C><U+2500>[1:0x001] "
    
     x[7]: "+-[1:0x001] "
     y[7]: "<U+251C><U+2500>[1:0x001] "
    
     x[8]: "\\-[1:0x001] "
     y[8]: "<U+2514><U+2500>[1:0x001] "
    
     -- 3. Failure: basic environment display (@test-ref.R#31) ---------------------
     `ref(e)` has changed from known value recorded in 'test-ref-env.txt'.
     4/4 mismatches
     x[1]: "o [1:0x001] <env> "
     y[1]: "<U+2588> [1:0x001] <env> "
    
     x[2]: "+-a = [2:0x002] <int> "
     y[2]: "<U+251C><U+2500>a = [2:0x002] <int> "
    
     x[3]: "+-b = [2:0x002] "
     y[3]: "<U+251C><U+2500>b = [2:0x002] "
    
     x[4]: "\\-c = [1:0x001] "
     y[4]: "<U+2514><U+2500>c = [1:0x001] "
    
     -- 4. Failure: can display ref to global string pool on request (@test-ref.R#42)
     `ref(c("string", "string", "new string"), character = TRUE)` has changed from known value recorded in 'test-ref-character.txt'.
     4/4 mismatches
     x[1]: "o [1:0x001] <chr> "
     y[1]: "<U+2588> [1:0x001] <chr> "
    
     x[2]: "+-[2:0x002] <string: \"string\"> "
     y[2]: "<U+251C><U+2500>[2:0x002] <string: \"string\"> "
    
     x[3]: "+-[2:0x002] "
     y[3]: "<U+251C><U+2500>[2:0x002] "
    
     x[4]: "\\-[3:0x003] <string: \"new string\"> "
     y[4]: "<U+2514><U+2500>[3:0x003] <string: \"new string\"> "
    
     == testthat results ===========================================================
     OK: 57 SKIPPED: 0 WARNINGS: 0 FAILED: 4
     1. Failure: can print complex expression (@test-ast.R#11)
     2. Failure: basic list display (@test-ref.R#10)
     3. Failure: basic environment display (@test-ref.R#31)
     4. Failure: can display ref to global string pool on request (@test-ref.R#42)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang