CRAN Package Check Results for Maintainer ‘Yoli Shavit <ys388 at cam.ac.uk>’

Last updated on 2022-04-24 03:53:07 CEST.

Package NOTE
FisHiCal 12
hbm 12

Package FisHiCal

Current CRAN status:

Version: 1.1
Check: R code for possible problems
Result: NOTE
    lsmacof: no visible global function definition for 'cmdscale'
    plotInc: no visible global function definition for 'rainbow'
    prepareCalib: no visible global function definition for 'lm'
    Undefined global functions or variables:
     cmdscale lm rainbow
    Consider adding
     importFrom("grDevices", "rainbow")
     importFrom("stats", "cmdscale", "lm")
    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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

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

Package hbm

Current CRAN status:

Version: 1.0
Check: R code for possible problems
Result: NOTE
    detect.movement: no visible global function definition for 't.test'
    generate.random.conf: no visible global function definition for 'rnorm'
    Undefined global functions or variables:
     rnorm t.test
    Consider adding
     importFrom("stats", "rnorm", "t.test")
    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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64