Last updated on 2022-06-13 12:54:44 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.37 | 32.12 | 33.49 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.54 | 25.34 | 26.88 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 43.45 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 40.77 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 13.00 | 49.00 | 62.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.08 | 31.47 | 33.55 | NOTE | |
r-release-linux-x86_64 | 1.0 | 1.83 | 31.11 | 32.94 | NOTE | |
r-release-macos-arm64 | 1.0 | 14.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 23.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 13.00 | 48.00 | 61.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 18.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 24.00 | 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-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
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-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
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-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