Last updated on 2025-05-21 12:48:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.8 | 172.90 | 191.22 | 364.12 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.9 | 139.82 | 149.26 | 289.08 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.10 | 514.73 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.10 | 570.42 | NOTE | |||
r-devel-windows-x86_64 | 2.0.9 | 467.00 | 298.00 | 765.00 | OK | |
r-patched-linux-x86_64 | 2.0.7 | 183.58 | 129.41 | 312.99 | OK | |
r-release-linux-x86_64 | 2.0.7 | 178.79 | 131.89 | 310.68 | OK | |
r-release-macos-arm64 | 2.0.10 | 156.00 | ERROR | |||
r-release-macos-x86_64 | 2.0.10 | 261.00 | OK | |||
r-release-windows-x86_64 | 2.0.10 | 489.00 | 326.00 | 815.00 | OK | |
r-oldrel-macos-arm64 | 2.0.10 | 132.00 | ERROR | |||
r-oldrel-macos-x86_64 | 2.0.10 | 241.00 | NOTE | |||
r-oldrel-windows-x86_64 | 2.0.5 | 714.00 | 454.00 | 1168.00 | NOTE |
Version: 2.0.10
Check: compiled code
Result: NOTE
File ‘RcppPlanc/libs/libnmflib.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 2.0.10
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-release-macos-arm64
Version: 2.0.10
Check: installed package size
Result: NOTE
installed size is 27.8Mb
sub-directories of 1Mb or more:
libs 25.7Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 2.0.10
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 2.0.10
Check: examples
Result: ERROR
Running examples in ‘RcppPlanc-Ex.R’ failed
The error most likely occurred in:
> ### Name: H5SpMat
> ### Title: Argument list object for using a sparse matrix stored in HDF5
> ### file
> ### Aliases: H5SpMat as.H5SpMat as.H5SpMat.matrix as.H5SpMat.dgCMatrix
> ### as.H5SpMat.default
>
> ### ** Examples
>
> if (require("withr")) {
+ H5SpMatEx <- function() {
+ withr::local_dir(withr::local_tempdir())
+ h <- H5SpMat(system.file("extdata/ctrl_sparse.h5", package = "RcppPlanc"),
+ "scaleDataSparse/data", "scaleDataSparse/indices", "scaleDataSparse/indptr", 173, 300)
+ dim(h)
+
+ library(Matrix)
+ ctrl.dense <- as.matrix(ctrl.sparse)
+ h1 <- as.H5SpMat(ctrl.sparse, "ctrl_from_sparse_to_sparse.h5", "matrix")
+ h1
+ h2 <- as.H5SpMat(ctrl.dense, "ctrl_from_dense_to_sparse.h5", "matrix")
+ h2
+ }
+ H5SpMatEx()
+ }
Loading required package: withr
Error in self$flush() : HDF5-API Errors:
error #000: ../../src/hdf5-1.12.2/src/H5FDint.c in H5FD_write(): line 240: driver write request failed
class: HDF5
major: Virtual File Layer
minor: Write failed
error #001: ../../src/hdf5-1.12.2/src/H5FDsec2.c in H5FD__sec2_write(): line 870: file write failed: time = Wed May 21 12:05:45 2025
, filename = '/private/var/folders/k4/0jwzxmln0nb8y6rkzprptb640000gq/T/RtmplJA1u1/file2cce16654806/ctrl_from_dense_to_ class: HDF5
major: Low-level I/O
minor: Write failed
error #002: ../../src/hdf5-1.12.2/src/H5Dchunk.c in H5D__chunk_flush_entry(): line 3452: unable to write raw data to file
class: HDF5
major: Dataset
minor: Write failed
error #003: ../../src/hdf5-1.12.2/src/H5Fio.c in H5F_shared_block_write(): line 191: write through page buffer failed
class: HDF5
major: Low-level I/O
minor: Write failed
error #004: ../../src/hdf5-1.12.2/src/H5PB.c in H
Calls: H5SpMatEx ... .h5attr_write -> <Anonymous> -> <Anonymous> -> <Anonymous> -> .Call
Execution halted
Flavor: r-oldrel-macos-arm64
Version: 2.0.5
Check: installed package size
Result: NOTE
installed size is 52.0Mb
sub-directories of 1Mb or more:
libs 50.0Mb
Flavor: r-oldrel-windows-x86_64