Last updated on 2023-01-28 00:52:42 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.8 | 79.31 | 242.57 | 321.88 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.8 | 61.25 | 175.69 | 236.94 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.8 | 438.84 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.8 | 407.92 | NOTE | |||
r-devel-windows-x86_64 | 0.2.8 | 115.00 | 344.00 | 459.00 | OK | |
r-patched-linux-x86_64 | 0.2.8 | 76.16 | 226.24 | 302.40 | NOTE | |
r-release-linux-x86_64 | 0.2.8 | 74.15 | 236.80 | 310.95 | NOTE | |
r-release-macos-arm64 | 0.2.8 | 80.00 | OK | |||
r-release-macos-x86_64 | 0.2.8 | 129.00 | OK | |||
r-release-windows-x86_64 | 0.2.8 | 117.00 | 357.00 | 474.00 | OK | |
r-oldrel-macos-arm64 | 0.2.8 | 72.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.8 | 126.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.2.8 | 184.00 | 370.00 | 554.00 | OK |
Version: 0.2.8
Check: R code for possible problems
Result: NOTE
Found the following calls to attach():
File ‘apollo/R/apollo_attach.R’:
attach(as.list(apollo_beta), warn.conflicts = FALSE)
attach(database, warn.conflicts = FALSE)
attach(draws, warn.conflicts = FALSE)
attach(randcoeff, warn.conflicts = FALSE)
attach(lcpars, warn.conflicts = FALSE)
See section ‘Good practice’ in ‘?attach’.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.2.8
Check: C++ specification
Result: NOTE
Specified C++11: please update to current default of C++17
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc