Last updated on 2026-08-05 18:51:01 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.16.0 | 95.43 | 199.32 | 294.75 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.16.0 | 79.96 | 153.32 | 233.28 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.16.0 | 80.00 | 137.48 | 217.48 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.16.0 | 88.00 | 136.40 | 224.40 | NOTE | |
| r-devel-windows-x86_64 | 1.16.0 | 117.00 | 240.00 | 357.00 | NOTE | |
| r-patched-linux-x86_64 | 1.16.0 | 107.42 | 188.30 | 295.72 | OK | |
| r-release-linux-x86_64 | 1.16.0 | 112.92 | 187.64 | 300.56 | OK | |
| r-release-macos-arm64 | 1.16.0 | 21.00 | 42.00 | 63.00 | OK | |
| r-release-macos-x86_64 | 1.16.0 | 58.00 | 184.00 | 242.00 | OK | |
| r-release-windows-x86_64 | 1.16.0 | 115.00 | 256.00 | 371.00 | OK | |
| r-oldrel-macos-arm64 | 1.16.0 | 17.00 | 49.00 | 66.00 | OK | |
| r-oldrel-macos-x86_64 | 1.16.0 | 66.00 | 332.00 | 398.00 | OK | |
| r-oldrel-windows-x86_64 | 1.16.0 | 135.00 | 312.00 | 447.00 | OK |
Version: 1.16.0
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
vcfR/tests/testthat/test_genetic_diff.R (.Dim: 2, .Dimnames: 2, .Label: 1)
vcfR/tests/testthat/test_genotype_matrix_functions.R (.Dim: 1, .Dimnames: 1)
'.Dim' should be changed to 'dim'.
'.Dimnames' should be changed to 'dimnames'.
'.Label' should be changed to 'levels'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 1.16.0
Check: dependencies in R code
Result: NOTE
Error: there is no package called 'mgcv'
Call sequence:
8: find.package(package, lib.loc, verbose = verbose)
7: library.dynam(lib, package, package.lib)
6: loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
5: asNamespace(ns)
4: namespaceImportFrom(ns, loadNamespace(j <- i[[1L]], c(lib.loc,
.libPaths()), versionCheck = vI[[j]]), i[[2L]], from = package)
3: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]])
2: namespaceImport(ns, loadNamespace(i, c(lib.loc, .libPaths()),
versionCheck = vI[[i]]), from = package)
1: loadNamespace(package, lib.loc)
Execution halted
Flavor: r-devel-windows-x86_64