CRAN Package Check Results for Package RoBMA

Last updated on 2020-09-17 02:08:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.4 41.01 223.11 264.12 OK
r-devel-linux-x86_64-debian-gcc 1.0.4 30.24 151.34 181.58 OK
r-devel-linux-x86_64-fedora-clang 1.0.4 325.40 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.4 348.30 NOTE
r-devel-windows-ix86+x86_64 1.0.4 90.00 582.00 672.00 OK
r-patched-linux-x86_64 1.0.4 35.36 214.59 249.95 OK
r-patched-solaris-x86 1.0.4 479.10 NOTE
r-release-linux-x86_64 1.0.4 37.69 214.16 251.85 OK
r-release-macos-x86_64 1.0.4 NOTE
r-release-windows-ix86+x86_64 1.0.4 88.00 554.00 642.00 OK
r-oldrel-macos-x86_64 1.0.4 ERROR
r-oldrel-windows-ix86+x86_64 1.0.4 61.00 560.00 621.00 OK

Check Details

Version: 1.0.4
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘Rdpack’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 1.0.4
Check: compiled code
Result: NOTE
    File ‘RoBMA/libs/RoBMA.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: 1.0.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [145s/145s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     y[9]: "Pub. bias 8/12 0.500 0.545 1.197"
    
     x[13]: "mu 0.602 0.636 0.000 1.390"
     y[13]: "mu 0.600 0.640 0.000 1.383"
    
     x[14]: "tau 0.152 0.000 0.000 0.971"
     y[14]: "tau 0.148 0.000 0.000 0.946"
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 3 | SKIPPED: 7 | WARNINGS: 0 | FAILED: 2 ]
     1. Failure: print function (@test-0-CRAN.R#33)
     2. Failure: summary function (@test-0-CRAN.R#47)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-macos-x86_64