Last updated on 2025-12-20 11:50:24 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.2 | 88.47 | 115.37 | 203.84 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.2 | 47.70 | 76.41 | 124.11 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.2 | 182.00 | 187.93 | 369.93 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 146.00 | 170.75 | 316.75 | ERROR | |
| r-devel-windows-x86_64 | 1.0.2 | 98.00 | 165.00 | 263.00 | OK | |
| r-patched-linux-x86_64 | 1.0.2 | 82.73 | 112.35 | 195.08 | OK | |
| r-release-linux-x86_64 | 1.0.2 | 79.72 | 108.35 | 188.07 | OK | |
| r-release-macos-arm64 | 1.0.2 | 15.00 | 20.00 | 35.00 | OK | |
| r-release-macos-x86_64 | 1.0.2 | 52.00 | 89.00 | 141.00 | OK | |
| r-release-windows-x86_64 | 1.0.2 | 89.00 | 153.00 | 242.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.2 | 16.00 | 25.00 | 41.00 | NOTE | |
| r-oldrel-macos-x86_64 | 1.0.2 | 56.00 | 90.00 | 146.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.0.2 | 112.00 | 189.00 | 301.00 | OK |
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘highfrequency-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: aggregateTrades
> ### Title: Aggregate a 'data.table' or 'xts' object containing trades data´
> ### Aliases: aggregateTrades
> ### Keywords: data manipulation
>
> ### ** Examples
>
> # Aggregate trade data to 5 minute frequency
> tDataAggregated <- aggregateTrades(sampleTData, alignBy = "minutes", alignPeriod = 5)
Error in `[.data.table`(tData, , `:=`(VWPRICE, sum(SIZETPRICE/SIZESUM)), :
attempt access index 11/11 in VECTOR_ELT
Calls: aggregateTrades -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘highfrequency-Ex.R’ failed
The error most likely occurred in:
> ### Name: aggregateTrades
> ### Title: Aggregate a 'data.table' or 'xts' object containing trades data´
> ### Aliases: aggregateTrades
> ### Keywords: data manipulation
>
> ### ** Examples
>
> # Aggregate trade data to 5 minute frequency
> tDataAggregated <- aggregateTrades(sampleTData, alignBy = "minutes", alignPeriod = 5)
Error in `[.data.table`(tData, , `:=`(VWPRICE, sum(SIZETPRICE/SIZESUM)), :
attempt access index 11/11 in VECTOR_ELT
Calls: aggregateTrades -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.2
Check: installed package size
Result: NOTE
installed size is 6.9Mb
sub-directories of 1Mb or more:
data 1.9Mb
libs 3.9Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64