CRAN Package Check Results for Package logitchoice

Last updated on 2019-04-20 18:48:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.4 2.79 17.74 20.53 NOTE
r-devel-linux-x86_64-debian-gcc 0.9.4 2.82 17.89 20.71 NOTE
r-devel-linux-x86_64-fedora-clang 0.9.4 24.88 NOTE
r-devel-linux-x86_64-fedora-gcc 0.9.4 23.54 NOTE
r-devel-windows-ix86+x86_64 0.9.4 10.00 39.00 49.00 NOTE
r-patched-linux-x86_64 0.9.4 2.00 18.15 20.15 NOTE
r-patched-solaris-x86 0.9.4 37.40 NOTE
r-release-linux-x86_64 0.9.4 1.53 16.77 18.30 NOTE
r-release-windows-ix86+x86_64 0.9.4 7.00 33.00 40.00 NOTE
r-release-osx-x86_64 0.9.4 NOTE
r-oldrel-windows-ix86+x86_64 0.9.4 7.00 40.00 47.00 NOTE
r-oldrel-osx-x86_64 0.9.4 NOTE

Additional issues

rchk

Check Details

Version: 0.9.4
Check: R code for possible problems
Result: NOTE
    test_compute_gradient: no visible global function definition for
     'rnorm'
    test_compute_probabilities: no visible global function definition for
     'rnorm'
    test_logitchoice: no visible global function definition for 'rnorm'
    test_solver: no visible global function definition for 'rnorm'
    Undefined global functions or variables:
     rnorm
    Consider adding
     importFrom("stats", "rnorm")
    to your NAMESPACE file.
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-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 0.9.4
Check: compiled code
Result: NOTE
    File ‘logitchoice/libs/logitchoice.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