CRAN Package Check Results for Package DATforDCEMRI

Last updated on 2019-04-13 01:57:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.55 5.96 33.91 39.87 NOTE
r-devel-linux-x86_64-debian-gcc 0.55 5.10 27.71 32.81 NOTE
r-devel-linux-x86_64-fedora-clang 0.55 48.75 NOTE
r-devel-linux-x86_64-fedora-gcc 0.55 47.46 NOTE
r-devel-windows-ix86+x86_64 0.55 15.00 49.00 64.00 NOTE
r-patched-linux-x86_64 0.55 6.54 33.69 40.23 NOTE
r-patched-solaris-x86 0.55 77.70 NOTE
r-release-linux-x86_64 0.55 4.77 32.61 37.38 NOTE
r-release-windows-ix86+x86_64 0.55 12.00 44.00 56.00 NOTE
r-release-osx-x86_64 0.55 NOTE
r-oldrel-windows-ix86+x86_64 0.55 7.00 53.00 60.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-patched-linux-x86_64, r-patched-solaris-x86

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-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-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: 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-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