Last updated on 2020-08-07 01:50:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.05 | 20.88 | 22.93 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.51 | 16.37 | 17.88 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 36.05 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 26.92 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 9.00 | 32.00 | 41.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.78 | 20.70 | 22.48 | NOTE | |
r-patched-solaris-x86 | 1.0 | 42.80 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.90 | 20.82 | 22.72 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 9.00 | 42.00 | 51.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 42.00 | 46.00 | NOTE |
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