CRAN Package Check Results for Package LPStimeSeries

Last updated on 2022-06-14 11:49:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0-5 4.71 54.52 59.23 NOTE
r-devel-linux-x86_64-debian-gcc 1.0-5 3.47 43.25 46.72 NOTE
r-devel-linux-x86_64-fedora-clang 1.0-5 74.43 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0-5 72.88 NOTE
r-devel-windows-x86_64 1.0-5 38.00 74.00 112.00 NOTE
r-patched-linux-x86_64 1.0-5 4.53 53.73 58.26 NOTE
r-release-linux-x86_64 1.0-5 3.85 53.15 57.00 NOTE
r-release-macos-arm64 1.0-5 26.00 NOTE
r-release-macos-x86_64 1.0-5 34.00 NOTE
r-release-windows-x86_64 1.0-5 10.00 72.00 82.00 NOTE
r-oldrel-macos-arm64 1.0-5 28.00 NOTE
r-oldrel-macos-x86_64 1.0-5 45.00 NOTE
r-oldrel-windows-ix86+x86_64 1.0-5 11.00 96.00 107.00 NOTE

Check Details

Version: 1.0-5
Check: R code for possible problems
Result: NOTE
    learnPattern.default: no visible global function definition for 'runif'
    plot.learnPattern: no visible global function definition for 'matplot'
    plotMDS: no visible global function definition for 'par'
    plotMDS: no visible global function definition for 'rainbow'
    plotMDS: no visible global function definition for 'pairs'
    visualizePattern: no visible global function definition for 'par'
    visualizePattern: no visible global function definition for 'points'
    visualizePattern: no visible global function definition for 'legend'
    Undefined global functions or variables:
     legend matplot pairs par points rainbow runif
    Consider adding
     importFrom("grDevices", "rainbow")
     importFrom("graphics", "legend", "matplot", "pairs", "par", "points")
     importFrom("stats", "runif")
    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-x86_64, 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.0-5
Check: compiled code
Result: NOTE
    File ‘LPStimeSeries/libs/LPStimeSeries.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