CRAN Package Check Results for Package decon

Last updated on 2020-08-07 01:49:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2-4 5.41 48.22 53.63 NOTE
r-devel-linux-x86_64-debian-gcc 1.2-4 3.81 33.29 37.10 NOTE
r-devel-linux-x86_64-fedora-clang 1.2-4 72.98 NOTE
r-devel-linux-x86_64-fedora-gcc 1.2-4 59.49 NOTE
r-devel-windows-ix86+x86_64 1.2-4 16.00 114.00 130.00 NOTE
r-patched-linux-x86_64 1.2-4 4.94 44.99 49.93 NOTE
r-patched-solaris-x86 1.2-4 133.70 NOTE
r-release-linux-x86_64 1.2-4 4.83 44.38 49.21 NOTE
r-release-macos-x86_64 1.2-4 NOTE
r-release-windows-ix86+x86_64 1.2-4 11.00 114.00 125.00 NOTE
r-oldrel-macos-x86_64 1.2-4 NOTE
r-oldrel-windows-ix86+x86_64 1.2-4 11.00 138.00 149.00 NOTE

Check Details

Version: 1.2-4
Check: R code for possible problems
Result: NOTE
    DeconCPdf: no visible global function definition for 'bw.nrd0'
    DeconCPdf: no visible global function definition for 'bw.nrd'
    DeconCPdf: no visible global function definition for 'bw.ucv'
    DeconCPdf: no visible global function definition for 'bw.bcv'
    DeconCPdf: no visible global function definition for 'bw.SJ'
    DeconCPdf: no visible global function definition for 'density'
    DeconCPdf: no visible global function definition for 'dnorm'
    bw.dboot2 : suppL2: no visible global function definition for 'density'
    bw.dboot2 : suppL2: no visible global function definition for 'rnorm'
    bw.dboot2 : gaussL2: no visible global function definition for
     'density'
    bw.dboot2 : gaussL2: no visible global function definition for 'rnorm'
    bw.dmise: no visible global function definition for 'var'
    plot.Decon: no visible global function definition for 'plot.default'
    plot.Decon: no visible global function definition for 'abline'
    Undefined global functions or variables:
     abline bw.SJ bw.bcv bw.nrd bw.nrd0 bw.ucv density dnorm plot.default
     rnorm var
    Consider adding
     importFrom("graphics", "abline", "plot.default")
     importFrom("stats", "bw.SJ", "bw.bcv", "bw.nrd", "bw.nrd0", "bw.ucv",
     "density", "dnorm", "rnorm", "var")
    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: 1.2-4
Check: compiled code
Result: NOTE
    File ‘decon/libs/decon.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