Last updated on 2026-07-16 01:56:38 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 2.61 | 32.58 | 35.19 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.3.0 | 1.84 | 26.12 | 27.96 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.3.0 | 53.78 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 30.59 | NOTE | |||
| r-devel-windows-x86_64 | 1.3.0 | 4.00 | 75.00 | 79.00 | NOTE | |
| r-patched-linux-x86_64 | 1.3.0 | 2.59 | 28.90 | 31.49 | OK | |
| r-release-linux-x86_64 | 1.3.0 | 2.33 | 28.88 | 31.21 | OK | |
| r-release-macos-arm64 | 1.3.0 | 1.00 | 78.00 | 79.00 | OK | |
| r-release-macos-x86_64 | 1.3.0 | 2.00 | 83.00 | 85.00 | OK | |
| r-release-windows-x86_64 | 1.3.0 | 4.00 | 73.00 | 77.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3.0 | 2.00 | 82.00 | 84.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.0 | 6.00 | 74.00 | 80.00 | OK |
Version: 1.3.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Samuel R. Borstein <sam@borstein.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = c("Samuel", "R."),
family = "Borstein",
role = c("aut", "cre"),
email = "sam@borstein.com"),
person(given = "Brian",
family = "O'Meara",
role = "aut",
email = "bomeara@utk.edu"))
as necessary.
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.3.0
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
AnnotationBustR/tests/testthat/test_AnnotationBust.R (.Names: 1)
AnnotationBustR/tests/testthat/test_FindLongestSeq.R (.Label: 1, .Names: 1)
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 1.3.0
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
AnnotationBustR/tests/testthat/test_AnnotationBust.R (.Names: 1)
AnnotationBustR/tests/testthat/test_FindLongestSeq.R (.Label: 1, .Names: 1)
'.Names' should be changed to 'names'.
'.Label' should be changed to 'levels'.
Flavor: r-devel-linux-x86_64-fedora-gcc