CRAN Package Check Results for Package mpm

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0-22 3.05 29.30 32.35 NOTE
r-devel-linux-x86_64-debian-gcc 1.0-22 2.38 22.76 25.14 NOTE
r-devel-linux-x86_64-fedora-clang 1.0-22 46.80 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0-22 37.79 NOTE
r-devel-windows-ix86+x86_64 1.0-22 9.00 45.00 54.00 NOTE
r-patched-linux-x86_64 1.0-22 2.52 29.33 31.85 NOTE
r-patched-solaris-x86 1.0-22 61.70 NOTE
r-release-linux-x86_64 1.0-22 3.13 28.87 32.00 NOTE
r-release-macos-x86_64 1.0-22 NOTE
r-release-windows-ix86+x86_64 1.0-22 14.00 55.00 69.00 NOTE
r-oldrel-macos-x86_64 1.0-22 NOTE
r-oldrel-windows-ix86+x86_64 1.0-22 6.00 48.00 54.00 NOTE

Check Details

Version: 1.0-22
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to 'MASS' which was already attached by Depends.
     Please remove these calls from your code.
    Packages in Depends field not imported from:
     'KernSmooth' 'MASS'
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
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.0-22
Check: R code for possible problems
Result: NOTE
    export.summary.mpm: warning in complex(real = x$Rows[, FdimsR[1]], imag
     = x$Rows[, FdimsR[2]]): partial argument match of 'imag' to
     'imaginary'
    export.summary.mpm: warning in complex(real = x$Columns[, FdimsC[1]],
     imag = x$Columns[, FdimsC[2]]): partial argument match of 'imag' to
     'imaginary'
    .onAttach: no visible global function definition for
     'packageDescription'
    export.summary.mpm: no visible global function definition for
     'write.table'
    mpm: no visible binding for global variable 'median'
    plot.mpm: no visible global function definition for 'rainbow'
    plot.mpm: no visible global function definition for 'quantile'
    plot.mpm: no visible global function definition for 'par'
    plot.mpm: no visible global function definition for 'points'
    plot.mpm: no visible global function definition for 'smoothScatter'
    plot.mpm: no visible global function definition for 'colorRampPalette'
    plot.mpm: no visible global function definition for 'symbols'
    plot.mpm: no visible global function definition for 'text'
    plot.mpm: no visible global function definition for 'lines'
    plot.mpm: no visible global function definition for 'box'
    Undefined global functions or variables:
     box colorRampPalette lines median packageDescription par points
     quantile rainbow smoothScatter symbols text write.table
    Consider adding
     importFrom("grDevices", "colorRampPalette", "rainbow")
     importFrom("graphics", "box", "lines", "par", "points",
     "smoothScatter", "symbols", "text")
     importFrom("stats", "median", "quantile")
     importFrom("utils", "packageDescription", "write.table")
    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