Last updated on 2026-08-12 00:50:58 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | NOTE | |||||
| r-devel-linux-x86_64-debian-gcc | 0.4.29 | 9.30 | 58.28 | 67.58 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.4.29 | 10.00 | 53.26 | 63.26 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.29 | 10.00 | 50.87 | 60.87 | NOTE | |
| r-devel-windows-x86_64 | 0.4.29 | 18.00 | 97.00 | 115.00 | NOTE | |
| r-patched-linux-x86_64 | 0.4.29 | 14.09 | 81.81 | 95.90 | NOTE | |
| r-release-linux-x86_64 | 0.4.29 | 14.60 | 83.23 | 97.83 | 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 | 18.00 | 103.00 | 121.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 | 25.00 | 123.00 | 148.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’.
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)
'.Dimnames' should be changed to 'dimnames'.
'.Names' should be changed to 'names'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.4.29
Check: R code for possible problems
Result: NOTE
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)
'.Dimnames' should be changed to 'dimnames'.
'.Names' should be changed to 'names'.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-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’.
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64