Last updated on 2025-12-05 19:49:47 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.4.0 | 3.00 | 31.55 | 34.55 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.4.0 | 2.41 | 23.51 | 25.92 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.4.0 | 52.36 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.4.0 | 20.00 | 33.20 | 53.20 | OK | |
| r-devel-windows-x86_64 | 1.4.0 | 5.00 | 50.00 | 55.00 | OK | |
| r-patched-linux-x86_64 | 1.4.0 | 3.25 | 27.82 | 31.07 | OK | |
| r-release-linux-x86_64 | 1.4.0 | 3.48 | 29.08 | 32.56 | OK | |
| r-release-macos-arm64 | 1.4.0 | OK | ||||
| r-release-macos-x86_64 | 1.4.0 | 5.00 | 45.00 | 50.00 | OK | |
| r-release-windows-x86_64 | 1.4.0 | 5.00 | 48.00 | 53.00 | OK | |
| r-oldrel-macos-arm64 | 1.4.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.4.0 | 4.00 | 38.00 | 42.00 | OK | |
| r-oldrel-windows-x86_64 | 1.4.0 | 7.00 | 58.00 | 65.00 | OK |
Version: 1.4.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Alexander Grueneberg <cran@agrueneberg.info>’
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.4.0
Check: examples
Result: ERROR
Running examples in ‘LinkedMatrix-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ColumnLinkedMatrix-class
> ### Title: A Class for Linking Matrices by Columns or Rows
> ### Aliases: ColumnLinkedMatrix-class RowLinkedMatrix-class
> ### Keywords: classes
>
> ### ** Examples
>
> # Create various matrix-like objects that correspond in dimensions
> m1 <- ff::ff(initdata = rnorm(50), dim = c(5, 10))
> m2 <- bigmemory::big.matrix(init = rnorm(50), nrow = 5, ncol = 10)
Error in loadNamespace(x) : there is no package called ‘bigmemory’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc