Last updated on 2020-05-19 10:50:12 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4 | 4.98 | 30.85 | 35.83 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.4 | 3.84 | 24.99 | 28.83 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.4 | 43.71 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.4 | 42.78 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.4 | 18.00 | 87.00 | 105.00 | NOTE | |
r-patched-linux-x86_64 | 0.4 | 4.21 | 31.31 | 35.52 | NOTE | |
r-patched-solaris-x86 | 0.4 | 67.70 | NOTE | |||
r-release-linux-x86_64 | 0.4 | 4.16 | 30.80 | 34.96 | NOTE | |
r-release-osx-x86_64 | 0.4 | WARN | ||||
r-release-windows-ix86+x86_64 | 0.4 | 12.00 | 75.00 | 87.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.4 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 0.4 | 16.00 | 49.00 | 65.00 | NOTE |
Version: 0.4
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
am.c:275:9: warning: comparison of array 'readByte' not equal to a null pointer is always true [-Wtautological-pointer-compare]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 0.4
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-osx-x86_64, r-release-windows-ix86+x86_64, r-oldrel-osx-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.4
Check: R code for possible problems
Result: NOTE
aqDayOfWeekStat: no visible global function definition for 'index'
aqDropHour: no visible global function definition for 'index'
aqFilterOHLCSD: no visible binding for global variable 'sd'
aqHourIndex: no visible global function definition for 'index'
aqHourlyStat: no visible global function definition for 'index'
aqLoadOHLC: no visible global function definition for 'read.csv'
aqLoadSeriesField: no visible global function definition for 'read.csv'
aqLoadXtsFromCsv: no visible global function definition for 'read.csv2'
aqLoadYahooEOD: no visible global function definition for 'read.csv'
aqSaveXtsToCsv: no visible global function definition for 'write.csv2'
aqStoreSeriesField: no visible global function definition for 'index'
aqStoreSeriesField: no visible global function definition for
'capture.output'
aqStoreSeriesField: no visible global function definition for
'write.table'
Undefined global functions or variables:
capture.output index read.csv read.csv2 sd write.csv2 write.table
Consider adding
importFrom("stats", "sd")
importFrom("utils", "capture.output", "read.csv", "read.csv2",
"write.csv2", "write.table")
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-osx-x86_64, r-release-windows-ix86+x86_64, r-oldrel-osx-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.4
Check: compiled code
Result: NOTE
File ‘aqr/libs/aqr.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc