CRAN Package Check Results for Maintainer ‘Alessandro Bessi <alessandro.bessi at iusspavia.it>’

Last updated on 2020-08-07 01:50:12 CEST.

Package NOTE OK
disparityfilter 12
MCTM 12
staTools 12

Package disparityfilter

Current CRAN status: OK: 12

Package MCTM

Current CRAN status: NOTE: 12

Version: 1.0
Check: DESCRIPTION meta-information
Result: NOTE
    Checking should be performed on sources prepared by 'R CMD build'.
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Package staTools

Current CRAN status: NOTE: 12

Version: 0.1.0
Check: R code for possible problems
Result: NOTE
    inspect: no visible global function definition for 'par'
    inspect: no visible global function definition for 'abline'
    inspect: no visible global function definition for 'lines'
    inspect: no visible global function definition for 'points'
    plotfit: no visible global function definition for 'dev.off'
    plotfit: no visible global function definition for 'par'
    plotfit: no visible global function definition for 'lines'
    plotfit: no visible global function definition for 'points'
    plotfit: no visible global function definition for 'legend'
    plothill: no visible global function definition for 'par'
    plothill: no visible global function definition for 'abline'
    plothill: no visible global function definition for 'points'
    plotmultifit: no visible global function definition for 'par'
    plotmultifit: no visible global function definition for 'lines'
    plotmultifit: no visible global function definition for 'points'
    plotmultifit: no visible global function definition for 'pexp'
    plotmultifit: no visible global function definition for 'plnorm'
    plotmultifit: no visible global function definition for 'ppois'
    plotmultifit: no visible global function definition for 'legend'
    plotols: no visible global function definition for 'dev.off'
    plotols: no visible global function definition for 'lm'
    plotols: no visible global function definition for 'par'
    plotols: no visible global function definition for 'abline'
    plotols: no visible global function definition for 'legend'
    Undefined global functions or variables:
     abline dev.off legend lines lm par pexp plnorm points ppois
    Consider adding
     importFrom("grDevices", "dev.off")
     importFrom("graphics", "abline", "legend", "lines", "par", "points")
     importFrom("stats", "lm", "pexp", "plnorm", "ppois")
    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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

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