CRAN Package Check Results for Package DATforDCEMRI

Last updated on 2020-02-02 07:58:40 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.55 7.03 36.34 43.37 NOTE
r-devel-linux-x86_64-debian-gcc 0.55 5.89 29.06 34.95 NOTE
r-devel-linux-x86_64-fedora-clang 0.55 53.13 NOTE
r-devel-linux-x86_64-fedora-gcc 0.55 51.68 NOTE
r-devel-windows-ix86+x86_64 0.55 15.00 46.00 61.00 NOTE
r-devel-windows-ix86+x86_64-gcc8 0.55 17.00 70.00 87.00 NOTE
r-patched-linux-x86_64 0.55 6.88 33.00 39.88 NOTE
r-patched-solaris-x86 0.55 76.90 NOTE
r-release-linux-x86_64 0.55 6.00 32.79 38.79 NOTE
r-release-windows-ix86+x86_64 0.55 17.00 77.00 94.00 NOTE
r-release-osx-x86_64 0.55 NOTE
r-oldrel-windows-ix86+x86_64 0.55 7.00 49.00 56.00 NOTE
r-oldrel-osx-x86_64 0.55 NOTE

Check Details

Version: 0.55
Check: package dependencies
Result: NOTE
    Depends: includes the non-default packages:
     'xtable', 'akima', 'R.oo', 'R.methodsS3', 'matlab', 'lattice',
     'locfit', 'grid'
    Adding so many packages to the search path is excessive and importing
    selectively is preferable.
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-devel-windows-ix86+x86_64-gcc8, 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

Version: 0.55
Check: DESCRIPTION meta-information
Result: NOTE
    Deprecated license: CC BY-NC-SA 3.0
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-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.55
Check: dependencies in R code
Result: NOTE
    'library' or 'require' calls to packages already attached by Depends:
     'R.methodsS3' 'R.oo' 'akima' 'graphics' 'grid' 'lattice' 'locfit'
     'matlab' 'xtable'
     Please remove these calls from your code.
    'library' or 'require' call to 'R.matlab' in package code.
     Please use :: or requireNamespace() instead.
     See section 'Suggested packages' in the 'Writing R Extensions' manual.
    Packages in Depends field not imported from:
     'R.methodsS3' 'R.oo' 'akima' 'grid' 'lattice' 'locfit' 'matlab'
     'xtable'
     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-devel-windows-ix86+x86_64-gcc8, 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: 0.55
Check: R code for possible problems
Result: NOTE
    DAT : DATrun : calch: no visible global function definition for
     'preplot'
    DAT : DATrun: no visible global function definition for 'rot90'
    DAT : DATrun: no visible global function definition for 'median'
    DAT : DATrun: no visible global function definition for 'locfit.robust'
    DAT : DATrun: no visible global function definition for 'preplot'
    DAT : DATrun: no visible global function definition for 'dev.new'
    DAT : DATrun: no visible global function definition for 'image'
    DAT : DATrun: no visible global function definition for 'palette'
    DAT : DATrun: no visible global function definition for
     'colorRampPalette'
    DAT : DATrun: no visible global function definition for 'text'
    DAT : DATrun: no visible global function definition for 'dev.set'
    DAT : DATrun: no visible global function definition for 'locator'
    DAT : DATrun: no visible global function definition for 'graphics.off'
    DAT : DATrun: no visible global function definition for 'pdf'
    DAT : DATrun: no visible global function definition for 'layout'
    DAT : DATrun: no visible global function definition for 'par'
    DAT : DATrun: no visible global function definition for 'plot'
    DAT : DATrun: no visible global function definition for 'frame'
    DAT : DATrun: no visible global function definition for 'lines'
    DAT : DATrun: no visible global function definition for 'dev.off'
    DAT : DATrun: no visible global function definition for 'writeMat'
    DAT: no visible binding for global variable 'DAT.simData'
    Undefined global functions or variables:
     DAT.simData colorRampPalette dev.new dev.off dev.set frame
     graphics.off image layout lines locator locfit.robust median palette
     par pdf plot preplot rot90 text writeMat
    Consider adding
     importFrom("grDevices", "colorRampPalette", "dev.new", "dev.off",
     "dev.set", "graphics.off", "palette", "pdf")
     importFrom("graphics", "frame", "image", "layout", "lines", "locator",
     "par", "plot", "text")
     importFrom("stats", "median", "preplot")
    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-devel-windows-ix86+x86_64-gcc8, 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: 0.55
Check: for non-standard things in the check directory
Result: NOTE
    Found the following files/directories:
     'mydcemridata_s1-s2.RData'
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

Version: 0.55
Check: package dependencies
Result: NOTE
    Depends: includes the non-default packages:
     'xtable' 'akima' 'R.oo' 'R.methodsS3' 'matlab' 'lattice' 'locfit'
     'grid'
    Adding so many packages to the search path is excessive and importing
    selectively is preferable.
Flavors: r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64