Last updated on 2026-07-19 05:50:27 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.1 | 6.04 | 63.00 | 69.04 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 1.2.3 | 5.00 | 51.89 | 56.89 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2.3 | 11.00 | 98.76 | 109.76 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.3 | 45.44 | OK | |||
| r-devel-windows-x86_64 | 1.2.3 | 15.00 | 85.00 | 100.00 | OK | |
| r-patched-linux-x86_64 | 1.2.1 | 6.51 | 57.24 | 63.75 | OK | |
| r-release-linux-x86_64 | 1.2.3 | 5.79 | 58.40 | 64.19 | OK | |
| r-release-macos-arm64 | 1.2.3 | 2.00 | 22.00 | 24.00 | OK | |
| r-release-macos-x86_64 | 1.2.3 | 5.00 | 77.00 | 82.00 | OK | |
| r-release-windows-x86_64 | 1.2.3 | 11.00 | 88.00 | 99.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.3 | 1.00 | 25.00 | 26.00 | OK | |
| r-oldrel-macos-x86_64 | 1.2.3 | 5.00 | 76.00 | 81.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.1 | 10.00 | 103.00 | 113.00 | OK |
Version: 1.2.1
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
nat.templatebrains/data/FCWB.demo.R (.Dim: 1, .Names: 1)
nat.templatebrains/tests/testthat/test-transformation.r (.Dim: 1)
'.Dim' should be changed to 'dim'.
'.Names' should be changed to 'names'.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.2.1
Check: contents of ‘data’ directory
Result: WARN
Output for data("FCWB.demo", package = "nat.templatebrains"):
Warning in structure(c(0, 563.9342, 0, 326.3877, 0, 107), .Dim = 2:3, class = "boundingbox") :
Replacing special names ‘.Dim’ is deprecated; use ‘dim’ instead.
Warning in structure(list(name = "FlyCircuit Whole Brain (demonstration purposes)", :
Replacing special names ‘.Names’ is deprecated; use ‘names’ instead.
Flavor: r-devel-linux-x86_64-debian-clang