CRAN Package Check Results for Maintainer ‘Donghoh Kim <donghoh.kim at gmail.com>’

Last updated on 2022-04-24 03:52:53 CEST.

Package NOTE OK
CVThresh 12
EMD 12
EPT 12
SynchWave 12

Package CVThresh

Current CRAN status: NOTE: 12

Version: 1.1.1
Check: R code for possible problems
Result: NOTE
    cvimpute.by.wavelet: no visible global function definition for 'sd'
    cvimpute.by.wavelet: no visible global function definition for 'mad'
    cvimpute.image.by.wavelet: no visible global function definition for
     'sd'
    cvimpute.image.by.wavelet: no visible global function definition for
     'mad'
    cvwavelet.image.after.impute: no visible global function definition for
     'sd'
    cvwavelet.image.after.impute: no visible global function definition for
     'mad'
    Undefined global functions or variables:
     mad sd
    Consider adding
     importFrom("stats", "mad", "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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Package EMD

Current CRAN status: OK: 12

Package EPT

Current CRAN status: OK: 12

Package SynchWave

Current CRAN status: NOTE: 12

Version: 1.1.1
Check: dependencies in R code
Result: NOTE
    Package in Depends field not imported from: 'fields'
     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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.1.1
Check: R code for possible problems
Result: NOTE
    cwt_fw: no visible global function definition for 'fft'
    cwt_iw: no visible global function definition for 'fft'
    est_riskshrink_thresh: no visible global function definition for
     'median'
    Undefined global functions or variables:
     fft median
    Consider adding
     importFrom("stats", "fft", "median")
    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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.1.1
Check: compiled code
Result: NOTE
    File ‘SynchWave/libs/SynchWave.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