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.1 | 2.94 | 25.54 | 28.48 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 2.28 | 20.92 | 23.20 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 43.50 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 34.84 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 9.00 | 34.00 | 43.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 3.22 | 25.92 | 29.14 | NOTE | |
r-patched-solaris-x86 | 1.1 | 51.30 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 2.65 | 25.99 | 28.64 | NOTE | |
r-release-macos-x86_64 | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 7.00 | 34.00 | 41.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 6.00 | 42.00 | 48.00 | NOTE |
Version: 1.1
Check: R code for possible problems
Result: NOTE
.LoadTickDataHK: no visible global function definition for 'read.csv'
.LoadTickDataSHSZ: no visible global function definition for 'read.csv'
DrawDown: no visible global function definition for 'na.omit'
PerformanceReport: no visible global function definition for
'aggregate'
PerformanceReport: no visible global function definition for 'sd'
Undefined global functions or variables:
aggregate na.omit read.csv sd
Consider adding
importFrom("stats", "aggregate", "na.omit", "sd")
importFrom("utils", "read.csv")
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