Last updated on 2023-03-24 20:54:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5-3 | 228.43 | 422.88 | 651.31 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.5-3 | 185.39 | 316.84 | 502.23 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.5-3 | 806.72 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.5-3 | 885.99 | WARN | |||
r-devel-windows-x86_64 | 1.5-3 | 505.00 | 620.00 | 1125.00 | WARN | |
r-patched-linux-x86_64 | 1.5-3 | 198.91 | 383.17 | 582.08 | OK | |
r-release-linux-x86_64 | 1.5-3 | 188.42 | 387.42 | 575.84 | OK | |
r-release-macos-arm64 | 1.5-3 | 235.00 | OK | |||
r-release-macos-x86_64 | 1.5-3 | 294.00 | OK | |||
r-release-windows-x86_64 | 1.5-3 | 445.00 | 577.00 | 1022.00 | OK | |
r-oldrel-macos-arm64 | 1.5-3 | 162.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.5-3 | 250.00 | ERROR | |||
r-oldrel-windows-ix86+x86_64 | 1.5-3 | 2.00 | 20.00 | 22.00 | ERROR |
Version: 1.5-3
Check: compiled code
Result: WARN
File ‘Matrix/libs/Matrix.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘validity.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
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
Version: 1.5-3
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
../Core/cholmod_add.c:34:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Core/cholmod_add.c:35:12: warning: argument 4 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Cholesky/cholmod_factorize.c:101:12: warning: argument 2 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Cholesky/cholmod_rowfac.c:577:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Cholesky/cholmod_rowfac.c:602:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Cholesky/cholmod_rowfac.c:629:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../MatrixOps/cholmod_sdmult.c:59:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../MatrixOps/cholmod_sdmult.c:60:12: warning: argument 4 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Modify/cholmod_rowadd.c:72:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Modify/cholmod_rowadd.c:116:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Modify/cholmod_rowdel.c:72:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Modify/cholmod_rowdel.c:104:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Supernodal/cholmod_super_numeric.c:102:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/Matrix.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc-12 (Debian 12.2.0-14) 12.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.5-3
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
../Core/cholmod_add.c:34:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Core/cholmod_add.c:35:12: warning: argument 4 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Cholesky/cholmod_factorize.c:101:12: warning: argument 2 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Cholesky/cholmod_rowfac.c:577:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Cholesky/cholmod_rowfac.c:602:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Cholesky/cholmod_rowfac.c:629:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../MatrixOps/cholmod_sdmult.c:59:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../MatrixOps/cholmod_sdmult.c:60:12: warning: argument 4 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Modify/cholmod_rowadd.c:72:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Modify/cholmod_rowadd.c:116:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Modify/cholmod_rowdel.c:72:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Modify/cholmod_rowdel.c:104:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
../Supernodal/cholmod_super_numeric.c:102:12: warning: argument 3 of type ‘double[2]’ with mismatched bound [-Warray-parameter=]
See ‘/data/gannet/ripley/R/packages/tests-devel/Matrix.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)’
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.5-3
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
../Core/cholmod_add.c:34:12: warning: argument 3 of type 'double[2]' with mismatched bound [-Warray-parameter=]
../Core/cholmod_add.c:35:12: warning: argument 4 of type 'double[2]' with mismatched bound [-Warray-parameter=]
../Cholesky/cholmod_factorize.c:101:12: warning: argument 2 of type 'double[2]' with mismatched bound [-Warray-parameter=]
../Cholesky/cholmod_rowfac.c:577:12: warning: argument 3 of type 'double[2]' with mismatched bound [-Warray-parameter=]
../Cholesky/cholmod_rowfac.c:602:12: warning: argument 3 of type 'double[2]' with mismatched bound [-Warray-parameter=]
../Cholesky/cholmod_rowfac.c:629:12: warning: argument 3 of type 'double[2]' with mismatched bound [-Warray-parameter=]
../MatrixOps/cholmod_sdmult.c:59:12: warning: argument 3 of type 'double[2]' with mismatched bound [-Warray-parameter=]
../MatrixOps/cholmod_sdmult.c:60:12: warning: argument 4 of type 'double[2]' with mismatched bound [-Warray-parameter=]
../Modify/cholmod_rowadd.c:72:12: warning: argument 3 of type 'double[2]' with mismatched bound [-Warray-parameter=]
../Modify/cholmod_rowadd.c:116:12: warning: argument 3 of type 'double[2]' with mismatched bound [-Warray-parameter=]
../Modify/cholmod_rowdel.c:72:12: warning: argument 3 of type 'double[2]' with mismatched bound [-Warray-parameter=]
../Modify/cholmod_rowdel.c:104:12: warning: argument 3 of type 'double[2]' with mismatched bound [-Warray-parameter=]
../Supernodal/cholmod_super_numeric.c:102:12: warning: argument 3 of type 'double[2]' with mismatched bound [-Warray-parameter=]
See 'd:/Rcompile/CRANpkg/local/4.3/Matrix.Rcheck/00install.out' for details.
* used C compiler: 'gcc.exe (GCC) 12.2.0'
Flavor: r-devel-windows-x86_64
Version: 1.5-3
Check: tests
Result: ERROR
Running ‘Class+Meth.R’ [1s/1s]
Running the tests in ‘tests/Class+Meth.R’ failed.
Last 13 lines of output:
> # further checkMatrix(), etc
> if(interactive()) options(error = recover)
> options(warn=1)# show as they happen
> cat("doExtras:",doExtras,"\n")
doExtras: FALSE
>
> no.Mcl <- function(cl) ## TRUE if MatrixClass() returns empty, i.e., have "no Matrix-pkg class"
+ identical(Matrix:::MatrixClass(cl), character(0))
>
> setClass("myDGC", contains = "dgCMatrix")
> M <- new("myDGC", as(Matrix(c(-2:4, rep(0,9)), 4), "CsparseMatrix"))
Error in if (...length() && any(...names() == "Dimnames")) .Object@Dimnames <- fixupDN(.Object@Dimnames) :
missing value where TRUE/FALSE needed
Calls: new -> initialize -> initialize
Execution halted
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.5-3
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-windows-ix86+x86_64