CRAN Package Check Results for Package lasvmR

Last updated on 2018-04-18 08:19:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 32.61 29.00 61.61 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.2 23.48 23.82 47.30 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.2 78.39 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.2 68.94 NOTE
r-devel-windows-ix86+x86_64 0.1.2 79.00 83.00 162.00 OK
r-devel-osx-x86_64 0.1.2 ERROR
r-patched-linux-x86_64 0.1.2 31.75 28.65 60.40 NOTE
r-patched-solaris-x86 0.1.2 82.20 OK
r-release-linux-x86_64 0.1.2 33.36 29.81 63.17 NOTE
r-release-windows-ix86+x86_64 0.1.2 66.00 79.00 145.00 OK
r-release-osx-x86_64 0.1.2 OK
r-oldrel-windows-ix86+x86_64 0.1.2 62.00 59.00 121.00 OK

Additional issues

clang-ASAN

Check Details

Version: 0.1.2
Check: compiled code
Result: NOTE
    File ‘lasvmR/libs/lasvmR.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-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/13s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     > library(testthat)
     > library(lasvmR)
     lasvmR loaded.
     >
     > test_check("lasvmR")
     ── 1. Failure: walltime works roughly as expected (@test_Parameter.R#37) ──────
     mT[3] is not strictly less than 10. Difference: 1.11
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 4 SKIPPED: 0 FAILED: 1
     1. Failure: walltime works roughly as expected (@test_Parameter.R#37)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-osx-x86_64