Last updated on 2020-08-07 01:49:34 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0 | 1.53 | 22.84 | 24.37 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0 | 1.46 | 17.72 | 19.18 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.0 | 38.82 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0 | 28.90 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.0 | 8.00 | 42.00 | 50.00 | NOTE | |
r-patched-linux-x86_64 | 2.0 | 1.79 | 22.40 | 24.19 | NOTE | |
r-patched-solaris-x86 | 2.0 | 46.10 | NOTE | |||
r-release-linux-x86_64 | 2.0 | 1.92 | 22.15 | 24.07 | NOTE | |
r-release-macos-x86_64 | 2.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 2.0 | 6.00 | 32.00 | 38.00 | NOTE | |
r-oldrel-macos-x86_64 | 2.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.0 | 4.00 | 46.00 | 50.00 | NOTE |
Version: 2.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'stats' in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
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: 2.0
Check: R code for possible problems
Result: NOTE
ardec: no visible global function definition for 'filter'
ardec.lm: no visible global function definition for 'ar'
ardec.lm: no visible global function definition for 'lm'
Undefined global functions or variables:
ar filter lm
Consider adding
importFrom("stats", "ar", "filter", "lm")
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