Last updated on 2026-07-16 11:52:33 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 3.62 | 67.25 | 70.87 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.0 | 3.69 | 52.74 | 56.43 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.4.0 | 8.00 | 98.17 | 106.17 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 55.82 | NOTE | |||
| r-devel-windows-x86_64 | 0.4.0 | 7.00 | 101.00 | 108.00 | NOTE | |
| r-patched-linux-x86_64 | 0.4.0 | 5.83 | 60.85 | 66.68 | OK | |
| r-release-linux-x86_64 | 0.4.0 | 4.59 | 61.66 | 66.25 | OK | |
| r-release-macos-arm64 | 0.4.0 | 1.00 | 23.00 | 24.00 | OK | |
| r-release-macos-x86_64 | 0.4.0 | 4.00 | 86.00 | 90.00 | OK | |
| r-release-windows-x86_64 | 0.4.0 | 9.00 | 99.00 | 108.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.0 | 3.00 | 118.00 | 121.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.0 | 9.00 | 110.00 | 119.00 | OK |
Version: 0.4.0
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
nlist/R/nlist.R (.Names: 1)
nlist/tests/testthat/test-aggregate.R (.Names: 4, .Dim: 2)
nlist/tests/testthat/test-as-list.R (.Names: 1)
nlist/tests/testthat/test-as-mcmc-list.R (.Dim: 26, .Dimnames: 26)
nlist/tests/testthat/test-as-mcmc.R (.Dim: 22, .Dimnames: 22)
nlist/tests/testthat/test-as-nlists.R (.Names: 1)
nlist/tests/testthat/test-estimates.R (.Names: 3, .Dim: 1)
nlist/tests/testthat/test-nlist.R (.Names: 1)
nlist/tests/testthat/test-nlists.R (.Names: 1)
nlist/tests/testthat/test-relist-nlist.R (.Names: 1)
nlist/tests/testthat/test-split-chains.R (.Dim: 2)
nlist/tests/testthat/test-unlist-nlist.R (.Names: 1)
nlist/tests/testthat/tests-fill-all.R (.Dim: 2)
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 0.4.0
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
nlist/R/nlist.R (.Names: 1)
nlist/tests/testthat/test-aggregate.R (.Names: 4, .Dim: 2)
nlist/tests/testthat/test-as-list.R (.Names: 1)
nlist/tests/testthat/test-as-mcmc-list.R (.Dim: 26, .Dimnames: 26)
nlist/tests/testthat/test-as-mcmc.R (.Dim: 22, .Dimnames: 22)
nlist/tests/testthat/test-as-nlists.R (.Names: 1)
nlist/tests/testthat/test-estimates.R (.Names: 3, .Dim: 1)
nlist/tests/testthat/test-nlist.R (.Names: 1)
nlist/tests/testthat/test-nlists.R (.Names: 1)
nlist/tests/testthat/test-relist-nlist.R (.Names: 1)
nlist/tests/testthat/test-split-chains.R (.Dim: 2)
nlist/tests/testthat/test-unlist-nlist.R (.Names: 1)
nlist/tests/testthat/tests-fill-all.R (.Dim: 2)
'.Names' should be changed to 'names'.
'.Dim' should be changed to 'dim'.
'.Dimnames' should be changed to 'dimnames'.
Flavor: r-devel-linux-x86_64-fedora-gcc