CRAN Package Check Results for Package olctools

Last updated on 2020-08-07 01:49:54 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 44.82 27.26 72.08 OK
r-devel-linux-x86_64-debian-gcc 0.3.0 30.61 21.49 52.10 OK
r-devel-linux-x86_64-fedora-clang 0.3.0 103.65 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3.0 90.15 NOTE
r-devel-windows-ix86+x86_64 0.3.0 109.00 63.00 172.00 OK
r-patched-linux-x86_64 0.3.0 31.05 27.19 58.24 OK
r-patched-solaris-x86 0.3.0 96.40 OK
r-release-linux-x86_64 0.3.0 31.02 27.43 58.45 OK
r-release-macos-x86_64 0.3.0 OK
r-release-windows-ix86+x86_64 0.3.0 113.00 88.00 201.00 OK
r-oldrel-macos-x86_64 0.3.0 ERROR
r-oldrel-windows-ix86+x86_64 0.3.0 81.00 62.00 143.00 OK

Check Details

Version: 0.3.0
Check: compiled code
Result: NOTE
    File ‘olctools/libs/olctools.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [1s/2s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     Expected match: "The length value"
     Actual message: "c++ exception (unknown reason)"
    
     ── 2. Failure: OLC encoding throws an error with odd-numbered requested lengths
     `x` threw an error with unexpected message.
     Expected match: "The length value"
     Actual message: "c++ exception (unknown reason)"
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 34 SKIPPED: 1 FAILED: 2
     1. Failure: OLC encoding throws an error with odd-numbered requested lengths below 8 (@test_encoding.R#20)
     2. Failure: OLC encoding throws an error with odd-numbered requested lengths below 8 (@test_encoding.R#21)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-macos-x86_64