Last updated on 2026-06-14 06:51:03 CEST.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| ACNE | 13 | ||
| aroma.affymetrix | 13 | ||
| aroma.apd | 13 | ||
| aroma.cn | 13 | ||
| aroma.core | 13 | ||
| 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 | 1 | 12 | |
| matrixStats | 13 | ||
| parallelly | 13 | ||
| port4me | 13 | ||
| profmem | 13 | ||
| progressify | 13 | ||
| progressr | 13 | ||
| PSCBS | 13 | ||
| R.cache | 13 | ||
| R.devices | 13 | ||
| 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: OK: 13
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: ERROR: 1, OK: 12
Version: 0.10.1
Check: tests
Result: ERROR
Running ‘test-aperm.R’ [1s/1s]
Running ‘test-as.listenv.R’ [1s/1s]
Running ‘test-as.vector.R’ [1s/1s]
Running ‘test-get_variable,dimensions.R’ [0s/1s]
Running ‘test-get_variable.R’ [0s/1s]
Running ‘test-lapply.R’ [0s/1s]
Running ‘test-listenv,dimensions.R’ [1s/1s]
Running ‘test-listenv.R’ [1s/1s]
Running ‘test-parse_env_subset,dimensions.R’ [1s/1s]
Running ‘test-parse_env_subset.R’ [1s/1s]
Running ‘test-undim.R’ [0s/1s]
Running ‘test-utils,conditions.R’ [0s/1s]
Running ‘test-utils.R’ [0s/1s]
Running the tests in ‘tests/test-lapply.R’ failed.
Complete output:
> #! /usr/bin/env Rscript
> ## This runs testme test script inst/testme/test-lapply.R
> ## Don't edit - it was autogenerated by inst/testme/deploy.R
> listenv:::testme("lapply")
Test 'lapply' ...
chr "none"
> library("listenv")
> message("*** lapply() ...")
*** lapply() ...
> x <- as.list(1:6)
> names(x) <- letters[seq_along(x)]
> y <- as.listenv(x)
> z0 <- lapply(x, FUN = function(x) x^2)
> z1 <- lapply(y, FUN = function(x) x^2)
> stopifnot(identical(z1, z0))
> message("*** lapply() ... DONE")
*** lapply() ... DONE
> message("*** apply() ...")
*** apply() ...
> x <- matrix(as.list(1:6), nrow = 2)
> rownames(x) <- letters[seq_len(nrow(x))]
> colnames(x) <- LETTERS[seq_len(ncol(x))]
> y <- as.listenv(x)
> z0 <- apply(x, MARGIN = 1, FUN = function(x) sum(unlist(x)))
> aperm.listenv <- function(a, ...) {
+ a <- as.list(a)
+ a <- aperm(a, ...)
+ as.listenv(a)
+ }
> z1 <- apply(y, MARGIN = 1, FUN = function(x) sum(unlist(x)))
Error in attributes(newX) <- list(dim = c(prod(d.call), d2)) :
invalid first argument, must be vector (list or atomic)
Calls: <Anonymous> ... testme_run_test -> source -> withVisible -> eval -> eval -> apply
Execution halted
Flavor: 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: 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