CRAN Package Check Results for Package isdals

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0-4 2.45 60.65 63.10 NOTE
r-devel-linux-x86_64-debian-gcc 3.0.0 2.24 48.92 51.16 OK
r-devel-linux-x86_64-fedora-clang 3.0.0 84.53 OK
r-devel-linux-x86_64-fedora-gcc 3.0.0 71.11 OK
r-patched-linux-x86_64 3.0.0 3.06 60.37 63.43 OK
r-release-linux-x86_64 2.0-4 2.54 57.44 59.98 NOTE
r-release-macos-arm64 2.0-4 NOTE
r-release-macos-x86_64 2.0-4 NOTE
r-release-windows-x86_64 2.0-4 42.00 98.00 140.00 NOTE
r-oldrel-macos-arm64 2.0-4 NOTE
r-oldrel-macos-x86_64 2.0-4 NOTE
r-oldrel-windows-ix86+x86_64 3.0.0 5.00 83.00 88.00 OK

Check Details

Version: 2.0-4
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-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

Version: 2.0-4
Check: R code for possible problems
Result: NOTE
    residualplot: no visible global function definition for 'predict'
    residualplot: no visible global function definition for 'rstandard'
    residualplot: no visible global function definition for
     'complete.cases'
    residualplot: no visible global function definition for 'points'
    residualplot: no visible global function definition for 'lines'
    residualplot: no visible global function definition for 'smooth.spline'
    residualplot: no visible global function definition for 'sd'
    residualplot: no visible global function definition for 'rgb'
    residualplot: no visible global function definition for 'polygon'
    Undefined global functions or variables:
     complete.cases lines points polygon predict rgb rstandard sd
     smooth.spline
    Consider adding
     importFrom("grDevices", "rgb")
     importFrom("graphics", "lines", "points", "polygon")
     importFrom("stats", "complete.cases", "predict", "rstandard", "sd",
     "smooth.spline")
    to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, 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