Last updated on 2026-04-29 21:49:13 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| ACNE | 13 | ||
| aroma.affymetrix | 13 | ||
| aroma.apd | 13 | ||
| aroma.cn | 13 | ||
| aroma.core | 1 | 12 | |
| calmate | 2 | 11 | |
| dChipIO | 13 | ||
| doFuture | 13 | ||
| future | 13 | ||
| future.apply | 13 | ||
| future.batchtools | 13 | ||
| future.callr | 13 | ||
| future.mirai | 13 | ||
| future.tests | 13 | ||
| futureverse | 13 | ||
| futurize | 13 | ||
| globals | 13 | ||
| listenv | 13 | ||
| matrixStats | 13 | ||
| parallelly | 13 | ||
| port4me | 13 | ||
| profmem | 13 | ||
| progressify | 13 | ||
| progressr | 13 | ||
| PSCBS | 13 | ||
| R.cache | 13 | ||
| R.devices | 5 | 8 | |
| R.filesets | 13 | ||
| R.huge | 13 | ||
| R.matlab | 13 | ||
| R.methodsS3 | 2 | 11 | |
| R.oo | 13 | ||
| R.rsp | 13 | ||
| R.utils | 13 | ||
| seguid | 13 | ||
| startup | 13 | ||
| TopDom | 13 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 1, OK: 12
Version: 3.3.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Henrik Bengtsson <henrikb@braju.com>’
Additional repositories with no packages:
https://r-forge.r-project.org
Flavor: r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 2, OK: 11
Version: 0.13.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Henrik Bengtsson <henrikb@braju.com>’
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
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 5, OK: 8
Version: 2.17.3
Check: tests
Result: ERROR
Running ‘DevEvalFileProduct.R’ [1s/1s]
Running ‘DevEvalProduct.R’ [1s/1s]
Running ‘capabilitiesX11.R’ [1s/1s]
Running ‘capturePlot.R’ [1s/2s]
Running ‘dataURI.R’ [1s/1s]
Running ‘devAll.R’ [1s/1s]
Running ‘devDump.R’ [1s/1s]
Running ‘devEqualTypes.R’ [1s/1s]
Running ‘devEval,error.R’ [1s/1s]
Running ‘devEval.R’ [3s/5s]
Running ‘devIsInteractive.R’ [1s/1s]
Running ‘devIsOpen.R’ [1s/1s]
Running ‘devList.R’ [1s/1s]
Running ‘devListIndexOf.R’ [1s/1s]
Running ‘devNew.R’ [1s/1s]
Running ‘devOptions.R’ [2s/2s]
Running ‘devSet.R’ [1s/1s]
Running ‘devTypeName.R’ [1s/1s]
Running ‘favicon.R’ [1s/1s]
Running ‘toNNN.R’ [1s/2s]
Running ‘withPar.R’ [1s/1s]
Running the tests in ‘tests/DevEvalProduct.R’ failed.
Complete output:
> view <- R.devices:::view
>
> message("*** DevEvalProduct ...")
*** DevEvalProduct ...
>
> message("*** DevEvalProduct - subsetting ...")
*** DevEvalProduct - subsetting ...
>
> p <- R.devices:::DevEvalProduct("foo", tags=c("a", "b"))
> for (ff in c("fullname", "name", "tags")) {
+ cat(sprintf("%s: %s\n", ff, substring(p[[ff]], 1, 50)))
+ }
fullname: foo,a,b
name: foo
tags: a,b
>
> library("R.devices")
R.devices v2.17.3 (2025-12-18 06:11:04 UTC) successfully loaded. See ?R.devices for help.
>
> p <- DevEvalProduct("foo", tags=c("a", "b"))
> for (ff in c("fullname", "name", "tags")) {
+ cat(sprintf("%s: %s\n", ff, substring(p[[ff]], 1, 50)))
+ }
fullname: foo,a,b
name: foo
tags: a,b
>
> p <- DevEvalProduct("foo", tags=c("a", "b"))
> valueA <- p[["name"]]
> valueB <- p$name
> stopifnot(identical(valueB, valueA))
> value <- p[["non-existing-field"]]
> stopifnot(is.null(value))
Error: is.null(value) is not TRUE
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.17.3
Check: tests
Result: ERROR
Running ‘DevEvalFileProduct.R’ [0s/1s]
Running ‘DevEvalProduct.R’ [0s/1s]
Running ‘capabilitiesX11.R’ [1s/2s]
Running ‘capturePlot.R’ [1s/1s]
Running ‘dataURI.R’ [0s/1s]
Running ‘devAll.R’ [0s/1s]
Running ‘devDump.R’ [0s/1s]
Running ‘devEqualTypes.R’ [0s/1s]
Running ‘devEval,error.R’ [1s/1s]
Running ‘devEval.R’ [2s/3s]
Running ‘devIsInteractive.R’ [0s/1s]
Running ‘devIsOpen.R’ [0s/1s]
Running ‘devList.R’ [0s/1s]
Running ‘devListIndexOf.R’ [0s/1s]
Running ‘devNew.R’ [1s/1s]
Running ‘devOptions.R’ [1s/2s]
Running ‘devSet.R’ [1s/1s]
Running ‘devTypeName.R’ [0s/1s]
Running ‘favicon.R’ [0s/1s]
Running ‘toNNN.R’ [1s/1s]
Running ‘withPar.R’ [0s/1s]
Running the tests in ‘tests/DevEvalProduct.R’ failed.
Complete output:
> view <- R.devices:::view
>
> message("*** DevEvalProduct ...")
*** DevEvalProduct ...
>
> message("*** DevEvalProduct - subsetting ...")
*** DevEvalProduct - subsetting ...
>
> p <- R.devices:::DevEvalProduct("foo", tags=c("a", "b"))
> for (ff in c("fullname", "name", "tags")) {
+ cat(sprintf("%s: %s\n", ff, substring(p[[ff]], 1, 50)))
+ }
fullname: foo,a,b
name: foo
tags: a,b
>
> library("R.devices")
R.devices v2.17.3 (2025-12-18 06:11:04 UTC) successfully loaded. See ?R.devices for help.
>
> p <- DevEvalProduct("foo", tags=c("a", "b"))
> for (ff in c("fullname", "name", "tags")) {
+ cat(sprintf("%s: %s\n", ff, substring(p[[ff]], 1, 50)))
+ }
fullname: foo,a,b
name: foo
tags: a,b
>
> p <- DevEvalProduct("foo", tags=c("a", "b"))
> valueA <- p[["name"]]
> valueB <- p$name
> stopifnot(identical(valueB, valueA))
> value <- p[["non-existing-field"]]
> stopifnot(is.null(value))
Error: is.null(value) is not TRUE
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.17.3
Check: tests
Result: ERROR
Running ‘DevEvalFileProduct.R’
Running ‘DevEvalProduct.R’
Running ‘capabilitiesX11.R’
Running ‘capturePlot.R’
Running ‘dataURI.R’
Running ‘devAll.R’
Running ‘devDump.R’
Running ‘devEqualTypes.R’
Running ‘devEval,error.R’
Running ‘devEval.R’
Running ‘devIsInteractive.R’
Running ‘devIsOpen.R’
Running ‘devList.R’
Running ‘devListIndexOf.R’
Running ‘devNew.R’
Running ‘devOptions.R’
Running ‘devSet.R’
Running ‘devTypeName.R’
Running ‘favicon.R’
Running ‘toNNN.R’
Running ‘withPar.R’
Running the tests in ‘tests/DevEvalProduct.R’ failed.
Complete output:
> view <- R.devices:::view
>
> message("*** DevEvalProduct ...")
*** DevEvalProduct ...
>
> message("*** DevEvalProduct - subsetting ...")
*** DevEvalProduct - subsetting ...
>
> p <- R.devices:::DevEvalProduct("foo", tags=c("a", "b"))
> for (ff in c("fullname", "name", "tags")) {
+ cat(sprintf("%s: %s\n", ff, substring(p[[ff]], 1, 50)))
+ }
fullname: foo,a,b
name: foo
tags: a,b
>
> library("R.devices")
R.devices v2.17.3 (2025-12-18 06:11:04 UTC) successfully loaded. See ?R.devices for help.
>
> p <- DevEvalProduct("foo", tags=c("a", "b"))
> for (ff in c("fullname", "name", "tags")) {
+ cat(sprintf("%s: %s\n", ff, substring(p[[ff]], 1, 50)))
+ }
fullname: foo,a,b
name: foo
tags: a,b
>
> p <- DevEvalProduct("foo", tags=c("a", "b"))
> valueA <- p[["name"]]
> valueB <- p$name
> stopifnot(identical(valueB, valueA))
> value <- p[["non-existing-field"]]
> stopifnot(is.null(value))
Error: is.null(value) is not TRUE
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 2.17.3
Check: tests
Result: ERROR
Running 'DevEvalFileProduct.R' [1s]
Running 'DevEvalProduct.R' [1s]
Running 'capabilitiesX11.R' [1s]
Running 'capturePlot.R' [2s]
Running 'dataURI.R' [1s]
Running 'devAll.R' [1s]
Running 'devDump.R' [1s]
Running 'devEqualTypes.R' [1s]
Running 'devEval,error.R' [2s]
Running 'devEval.R' [4s]
Running 'devIsInteractive.R' [1s]
Running 'devIsOpen.R' [1s]
Running 'devList.R' [1s]
Running 'devListIndexOf.R' [1s]
Running 'devNew.R' [1s]
Running 'devOptions.R' [2s]
Running 'devSet.R' [1s]
Running 'devTypeName.R' [1s]
Running 'favicon.R' [1s]
Running 'toNNN.R' [1s]
Running 'withPar.R' [1s]
Running the tests in 'tests/DevEvalProduct.R' failed.
Complete output:
> view <- R.devices:::view
>
> message("*** DevEvalProduct ...")
*** DevEvalProduct ...
>
> message("*** DevEvalProduct - subsetting ...")
*** DevEvalProduct - subsetting ...
>
> p <- R.devices:::DevEvalProduct("foo", tags=c("a", "b"))
> for (ff in c("fullname", "name", "tags")) {
+ cat(sprintf("%s: %s\n", ff, substring(p[[ff]], 1, 50)))
+ }
fullname: foo,a,b
name: foo
tags: a,b
>
> library("R.devices")
R.devices v2.17.3 (2025-12-18 06:11:04 UTC) successfully loaded. See ?R.devices for help.
>
> p <- DevEvalProduct("foo", tags=c("a", "b"))
> for (ff in c("fullname", "name", "tags")) {
+ cat(sprintf("%s: %s\n", ff, substring(p[[ff]], 1, 50)))
+ }
fullname: foo,a,b
name: foo
tags: a,b
>
> p <- DevEvalProduct("foo", tags=c("a", "b"))
> valueA <- p[["name"]]
> valueB <- p$name
> stopifnot(identical(valueB, valueA))
> value <- p[["non-existing-field"]]
> stopifnot(is.null(value))
Error: is.null(value) is not TRUE
Execution halted
Flavor: r-devel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 13
Version: 3.7.0
Check: Rd files
Result: NOTE
checkRd: (-1) setOption.Matlab.Rd:37-39: Lost braces in \itemize; meant \describe ?
checkRd: (-1) setOption.Matlab.Rd:40-41: Lost braces in \itemize; meant \describe ?
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, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 2, OK: 11
Version: 1.8.2
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Henrik Bengtsson <henrikb@braju.com>’
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
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 13
Version: 0.10.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Henrik Bengtsson <henrikb@braju.com>’
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: 0.10.1
Check: Rd files
Result: NOTE
checkRd: (-1) TopDom.Rd:21: Lost braces; missing escapes or markup?
21 | Recommended range is in {5, ..., 20}.}
| ^
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, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64