CRAN Package Check Results for Package timesboot

Last updated on 2020-10-11 01:47:35 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 1.87 21.53 23.40 WARN
r-devel-linux-x86_64-debian-gcc 1.0 1.62 16.80 18.42 NOTE
r-devel-linux-x86_64-fedora-clang 1.0 41.23 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0 27.49 NOTE
r-devel-windows-ix86+x86_64 1.0 4.00 30.00 34.00 NOTE
r-patched-linux-x86_64 1.0 1.88 20.98 22.86 NOTE
r-patched-solaris-x86 1.0 42.80 NOTE
r-release-linux-x86_64 1.0 1.94 20.70 22.64 NOTE
r-release-macos-x86_64 1.0 NOTE
r-release-windows-ix86+x86_64 1.0 4.00 38.00 42.00 NOTE
r-oldrel-macos-x86_64 1.0 NOTE
r-oldrel-windows-ix86+x86_64 1.0 4.00 37.00 41.00 NOTE

Check Details

Version: 1.0
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.0
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to 'boot' which was already attached by Depends.
     Please remove these calls from your code.
    Package in Depends field not imported from: 'boot'
     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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0
Check: R code for possible problems
Result: NOTE
    boot_autocov: no visible global function definition for 'is.ts'
    boot_autocov: no visible global function definition for 'tsboot'
    boot_autocov: no visible global function definition for 'quantile'
    boot_autocov: no visible global function definition for 'par'
    boot_autocov: no visible global function definition for 'frequency'
    boot_autocov: no visible global function definition for 'polygon'
    boot_autocov: no visible global function definition for 'lines'
    boot_autocov: no visible global function definition for 'abline'
    boot_autocov: no visible global function definition for 'acf'
    boot_spec: no visible global function definition for 'is.ts'
    boot_spec: no visible global function definition for 'tsboot'
    boot_spec: no visible global function definition for 'spec.pgram'
    boot_spec: no visible global function definition for 'quantile'
    boot_spec: no visible global function definition for 'polygon'
    boot_spec: no visible global function definition for 'lines'
    redraw: no visible global function definition for 'spec.pgram'
    statistic: no visible global function definition for 'acf'
    Undefined global functions or variables:
     abline acf frequency is.ts lines par polygon quantile spec.pgram
     tsboot
    Consider adding
     importFrom("graphics", "abline", "lines", "par", "polygon")
     importFrom("stats", "acf", "frequency", "is.ts", "quantile",
     "spec.pgram")
    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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0
Check: for unstated dependencies in examples
Result: WARN
    Error: .onLoad failed in loadNamespace() for 'utils', details:
     call: system("uname -a", intern = TRUE)
     error: cannot popen 'uname -a', probable reason 'Cannot allocate memory'
    Execution halted
    Warning: system call failed: Operation not permitted
Flavor: r-devel-linux-x86_64-debian-clang