CRAN Package Check Results for Package RoBMA

Last updated on 2021-03-04 00:48:08 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.1 17.75 164.11 181.86 OK
r-devel-linux-x86_64-debian-gcc 1.2.1 12.75 117.78 130.53 OK
r-devel-linux-x86_64-fedora-clang 1.2.1 237.50 NOTE
r-devel-linux-x86_64-fedora-gcc 1.2.1 232.71 NOTE
r-devel-windows-ix86+x86_64 1.2.1 35.00 343.00 378.00 OK
r-patched-linux-x86_64 1.2.1 15.58 165.55 181.13 OK
r-patched-solaris-x86 1.2.1 283.40 NOTE
r-release-linux-x86_64 1.2.1 18.39 165.71 184.10 OK
r-release-macos-x86_64 1.2.1 NOTE
r-release-windows-ix86+x86_64 1.2.1 37.00 391.00 428.00 OK
r-oldrel-macos-x86_64 1.2.1 ERROR
r-oldrel-windows-ix86+x86_64 1.2.1 30.00 354.00 384.00 OK

Check Details

Version: 1.2.1
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.2.1
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.2.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [88s/88s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     x[9]: "Pub. bias 8/12 0.500 0.615 1.596"
     y[9]: "Pub. bias 8/12 0.500 0.615 1.598"
    
     x[13]: "mu 0.533 0.557 0.000 1.341"
     y[13]: "mu 0.537 0.559 0.000 1.333"
    
     x[14]: "tau 0.132 0.000 0.000 0.852"
     y[14]: "tau 0.131 0.000 0.000 0.861"
    
     x[16]: "omega[0.05,0.1] 0.766 0.878 0.139 1.000"
     y[16]: "omega[0.05,0.1] 0.762 0.875 0.130 1.000"
    
     [ FAIL 2 | WARN 0 | SKIP 7 | PASS 3 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-macos-x86_64