Last updated on 2026-07-15 23:51:25 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.29 | 15.94 | 87.29 | 103.23 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.4.29 | 9.55 | 63.00 | 72.55 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.4.29 | 25.00 | 130.75 | 155.75 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.29 | 10.00 | 52.55 | 62.55 | OK | |
| r-devel-windows-x86_64 | 0.4.29 | 17.00 | 107.00 | 124.00 | OK | |
| r-patched-linux-x86_64 | 0.4.29 | 12.83 | 81.56 | 94.39 | NOTE | |
| r-release-linux-x86_64 | 0.4.29 | 15.19 | 81.81 | 97.00 | NOTE | |
| r-release-macos-arm64 | 0.4.29 | 3.00 | 22.00 | 25.00 | OK | |
| r-release-macos-x86_64 | 0.4.29 | 10.00 | 77.00 | 87.00 | OK | |
| r-release-windows-x86_64 | 0.4.29 | 20.00 | 109.00 | 129.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.29 | 3.00 | 24.00 | 27.00 | OK | |
| r-oldrel-macos-x86_64 | 0.4.29 | 10.00 | 68.00 | 78.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.29 | 23.00 | 121.00 | 144.00 | OK |
Version: 0.4.29
Check: R code for possible problems
Result: NOTE
Found the following calls to attach():
File ‘quantmod/R/attachSymbols.R’:
attach(NULL, pos = pos, name = DB$name)
attach(NULL, pos = pos, name = DB$name)
See section ‘Good practice’ in ‘?attach’.
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.4.29
Check: R code for possible problems
Result: NOTE
Found the following calls to attach():
File ‘quantmod/R/attachSymbols.R’:
attach(NULL, pos = pos, name = DB$name)
attach(NULL, pos = pos, name = DB$name)
See section ‘Good practice’ in ‘?attach’.
Found calls to structure() using deprecated special names:
quantmod/R/adjustOHLC.R (.Dimnames: 1)
quantmod/R/axTicksByTime2.R (.Names: 1)
quantmod/R/chart_Series.R (.Dimnames: 3)
quantmod/R/oanda.R (.Names: 1)
Flavor: r-devel-linux-x86_64-debian-gcc