CRAN Package Check Results for Maintainer ‘Omar E. Olmedo <omareolmedo at gmail.com>’

Last updated on 2020-08-07 01:50:29 CEST.

Package NOTE
kriging 12
limitplot 12

Package kriging

Current CRAN status:

Version: 1.1
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Description field: should contain one or more complete sentences.
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.1
Check: R code for possible problems
Result: NOTE
    image.kriging: no visible global function definition for 'heat.colors'
    image.kriging: no visible global function definition for 'image'
    kriging: no visible global function definition for 'lm'
    plot.kriging: no visible global function definition for 'curve'
    Undefined global functions or variables:
     curve heat.colors image lm
    Consider adding
     importFrom("grDevices", "heat.colors")
     importFrom("graphics", "curve", "image")
     importFrom("stats", "lm")
    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

Version: 1.1
Check: compiled code
Result: NOTE
    File ‘kriging/libs/kriging.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.1
Check: R code for possible problems
Result: NOTE
    image.kriging: no visible global function definition for ‘heat.colors’
    image.kriging: no visible global function definition for ‘image’
    kriging: no visible global function definition for ‘lm’
    plot.kriging: no visible global function definition for ‘plot’
    plot.kriging: no visible global function definition for ‘curve’
    Undefined global functions or variables:
     curve heat.colors image lm plot
    Consider adding
     importFrom("grDevices", "heat.colors")
     importFrom("graphics", "curve", "image", "plot")
     importFrom("stats", "lm")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Package limitplot

Current CRAN status:

Version: 1.2
Check: R code for possible problems
Result: NOTE
    plotBox: no visible global function definition for 'sd'
    plotBox: no visible global function definition for 'rect'
    plotBox: no visible global function definition for 'qnorm'
    plotBox: no visible global function definition for 'segments'
    plotInit: no visible global function definition for 'runif'
    plotInit: no visible global function definition for 'mtext'
    plotInit: no visible global function definition for 'segments'
    plotStack: no visible global function definition for 'points'
    Undefined global functions or variables:
     mtext points qnorm rect runif sd segments
    Consider adding
     importFrom("graphics", "mtext", "points", "rect", "segments")
     importFrom("stats", "qnorm", "runif", "sd")
    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

Version: 1.2
Check: R code for possible problems
Result: NOTE
    plotBox: no visible global function definition for ‘sd’
    plotBox: no visible global function definition for ‘rect’
    plotBox: no visible global function definition for ‘qnorm’
    plotBox: no visible global function definition for ‘segments’
    plotInit: no visible global function definition for ‘plot’
    plotInit: no visible global function definition for ‘runif’
    plotInit: no visible global function definition for ‘mtext’
    plotInit: no visible global function definition for ‘segments’
    plotStack: no visible global function definition for ‘points’
    Undefined global functions or variables:
     mtext plot points qnorm rect runif sd segments
    Consider adding
     importFrom("graphics", "mtext", "plot", "points", "rect", "segments")
     importFrom("stats", "qnorm", "runif", "sd")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64