Last updated on 2026-07-15 23:51:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.8 | 80.13 | 236.84 | 316.97 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.3.9 | 52.45 | 162.50 | 214.95 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.3.9 | 122.00 | 377.17 | 499.17 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.9 | 53.00 | 153.40 | 206.40 | OK | |
| r-devel-windows-x86_64 | 0.3.9 | 85.00 | 261.00 | 346.00 | OK | |
| r-patched-linux-x86_64 | 0.3.8 | 72.70 | 226.54 | 299.24 | NOTE | |
| r-release-linux-x86_64 | 0.3.8 | 72.77 | 227.85 | 300.62 | NOTE | |
| r-release-macos-arm64 | 0.3.9 | 16.00 | 52.00 | 68.00 | OK | |
| r-release-macos-x86_64 | 0.3.9 | 49.00 | 270.00 | 319.00 | OK | |
| r-release-windows-x86_64 | 0.3.9 | 78.00 | 241.00 | 319.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.9 | 15.00 | 53.00 | 68.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.9 | 49.00 | 230.00 | 279.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.9 | 81.00 | 303.00 | 384.00 | OK |
Version: 0.3.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-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.3.9
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’.
Flavor: r-devel-linux-x86_64-debian-gcc