CRAN Package Check Results for Package IsingSampler

Last updated on 2019-04-22 01:47:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2 21.51 31.24 52.75 NOTE
r-devel-linux-x86_64-debian-gcc 0.2 19.71 24.82 44.53 NOTE
r-devel-linux-x86_64-fedora-clang 0.2 76.62 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2 77.46 NOTE
r-devel-windows-ix86+x86_64 0.2 62.00 95.00 157.00 NOTE
r-patched-linux-x86_64 0.2 20.62 30.32 50.94 NOTE
r-patched-solaris-x86 0.2 86.70 NOTE
r-release-linux-x86_64 0.2 21.31 29.60 50.91 NOTE
r-release-windows-ix86+x86_64 0.2 43.00 98.00 141.00 NOTE
r-release-osx-x86_64 0.2 NOTE
r-oldrel-windows-ix86+x86_64 0.2 42.00 88.00 130.00 NOTE
r-oldrel-osx-x86_64 0.2 NOTE

Check Details

Version: 0.2
Check: R code for possible problems
Result: NOTE
    EstimateIsingLL: no visible global function definition for 'combn'
    EstimateIsingLL: no visible global function definition for 'loglin'
    EstimateIsingPL: no visible global function definition for 'nlm'
    EstimateIsingUni : <anonymous>: no visible global function definition
     for 'glm'
    EstimateIsingUni : <anonymous>: no visible binding for global variable
     'binomial'
    EstimateIsingUni: no visible binding for global variable 'coef'
    Undefined global functions or variables:
     binomial coef combn glm loglin nlm
    Consider adding
     importFrom("stats", "binomial", "coef", "glm", "loglin", "nlm")
     importFrom("utils", "combn")
    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.2
Check: compiled code
Result: NOTE
    File ‘IsingSampler/libs/IsingSampler.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