CRAN Package Check Results for Package PCIT

Last updated on 2018-11-24 00:51:17 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5-3 2.05 26.99 29.04 NOTE
r-devel-linux-x86_64-debian-gcc 1.5-3 1.54 22.36 23.90 NOTE
r-devel-linux-x86_64-fedora-clang 1.5-3 34.84 NOTE
r-devel-linux-x86_64-fedora-gcc 1.5-3 34.16 NOTE
r-devel-windows-ix86+x86_64 1.5-3 9.00 68.00 77.00 NOTE
r-patched-linux-x86_64 1.5-3 2.08 26.10 28.18 NOTE
r-patched-solaris-x86 1.5-3 54.80 NOTE
r-release-linux-x86_64 1.5-3 1.86 25.72 27.58 NOTE
r-release-windows-ix86+x86_64 1.5-3 10.00 68.00 78.00 NOTE
r-release-osx-x86_64 1.5-3 NOTE
r-oldrel-windows-ix86+x86_64 1.5-3 9.00 67.00 76.00 NOTE
r-oldrel-osx-x86_64 1.5-3 NOTE

Check Details

Version: 1.5-3
Check: R code for possible problems
Result: NOTE
    defineTasks: no visible global function definition for ‘par’
    defineTasks: no visible global function definition for ‘abline’
    plotCorCoeff: no visible global function definition for ‘hist’
    plotCorCoeff: no visible global function definition for ‘plot.new’
    plotCorCoeff: no visible global function definition for ‘plot.window’
    plotCorCoeff: no visible global function definition for ‘rect’
    plotCorCoeff: no visible global function definition for ‘axis’
    plotCorCoeff: no visible global function definition for ‘title’
    plotCorCoeff: no visible global function definition for ‘legend’
    Undefined global functions or variables:
     abline axis hist legend par plot.new plot.window rect title
    Consider adding
     importFrom("graphics", "abline", "axis", "hist", "legend", "par",
     "plot.new", "plot.window", "rect", "title")
    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: 1.5-3
Check: compiled code
Result: NOTE
    File ‘PCIT/libs/PCIT.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.5-3
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘Rmpi’
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64