Last updated on 2019-01-15 00:46:49 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 0.97 | 19.50 | 20.47 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 0.76 | 15.67 | 16.43 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 24.14 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 22.57 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 3.00 | 47.00 | 50.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 0.56 | 18.07 | 18.63 | NOTE | |
r-patched-solaris-x86 | 1.0 | 36.10 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 0.84 | 17.93 | 18.77 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 4.00 | 32.00 | 36.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 3.00 | 28.00 | 31.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | 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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64