Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2024-11-30 12:47 -0500 (Sat, 30 Nov 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" | 4748 |
palomino7 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" | 4461 |
lconway | macOS 12.7.1 Monterey | x86_64 | R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" | 4403 |
Click on any hostname to see more info about the system (e.g. compilers) (*) as reported by 'uname -p', except on Windows and Mac OS X |
Package 525/2272 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
DelayedArray 0.33.2 (landing page) Hervé Pagès
| nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | WARNINGS | OK | |||||||||
To the developers/maintainers of the DelayedArray package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/DelayedArray.git to reflect on this report. See Troubleshooting Build Report for more information. - Use the following Renviron settings to reproduce errors and warnings. - If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information. |
Package: DelayedArray |
Version: 0.33.2 |
Command: _R_CHECK_CODETOOLS_PROFILE_="suppressFundefMismatch=TRUE" /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:DelayedArray.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings DelayedArray_0.33.2.tar.gz |
StartedAt: 2024-11-29 21:16:44 -0500 (Fri, 29 Nov 2024) |
EndedAt: 2024-11-29 21:41:39 -0500 (Fri, 29 Nov 2024) |
EllapsedTime: 1495.5 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: DelayedArray.Rcheck |
Warnings: 1 |
############################################################################## ############################################################################## ### ### Running command: ### ### _R_CHECK_CODETOOLS_PROFILE_="suppressFundefMismatch=TRUE" /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:DelayedArray.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings DelayedArray_0.33.2.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.21-bioc/meat/DelayedArray.Rcheck’ * using R Under development (unstable) (2024-11-20 r87352) * using platform: x86_64-apple-darwin20 * R was compiled by Apple clang version 14.0.0 (clang-1400.0.29.202) GNU Fortran (GCC) 12.2.0 * running under: macOS Monterey 12.7.6 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘DelayedArray/DESCRIPTION’ ... OK * this is package ‘DelayedArray’ version ‘0.33.2’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ...Warning: unable to access index for repository https://CRAN.R-project.org/src/contrib: cannot open URL 'https://CRAN.R-project.org/src/contrib/PACKAGES' INFO Depends: includes the non-default packages: 'stats4', 'Matrix', 'BiocGenerics', 'MatrixGenerics', 'S4Vectors', 'IRanges', 'S4Arrays', 'SparseArray' Adding so many packages to the search path is excessive and importing selectively is preferable. * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... NOTE Found the following hidden files and directories: .BBSoptions These were most likely included in error. See section ‘Package structure’ in the ‘Writing R Extensions’ manual. * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘DelayedArray’ can be installed ... OK * used C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ * used SDK: ‘MacOSX11.3.sdk’ * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking whether startup messages can be suppressed ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: DelayedArray-utils.Rd: arbind, acbind Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. * checking for missing documentation entries ... WARNING Undocumented code objects: ‘defaultMultAutoGrids’ Undocumented S4 methods: generic '[' and siglist 'DelayedArray,ANY,ANY,ANY' generic '[<-' and siglist 'DelayedArray,ANY,ANY,ANY' All user-level objects in a package (including S4 classes and methods) should have documentation entries. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking compiled code ... NOTE Note: information on .o files is not available * checking sizes of PDF files under ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed RleArray-class 35.318 3.911 39.506 DelayedMatrix-rowsum 12.018 1.577 13.779 DelayedArray-utils 8.200 0.888 9.184 DelayedArray-class 6.726 0.780 7.566 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘run_unitTests.R’ OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking running R code from vignettes ... SKIPPED * checking re-building of vignette outputs ... SKIPPED * checking PDF version of manual ... OK * DONE Status: 1 WARNING, 3 NOTEs See ‘/Users/biocbuild/bbs-3.21-bioc/meat/DelayedArray.Rcheck/00check.log’ for details.
DelayedArray.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL DelayedArray ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library’ * installing *source* package ‘DelayedArray’ ... ** using staged installation ** libs using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ using SDK: ‘MacOSX11.3.sdk’ clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/S4Vectors/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c R_init_DelayedArray.c -o R_init_DelayedArray.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/S4Vectors/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c S4Vectors_stubs.c -o S4Vectors_stubs.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/S4Vectors/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c compress_atomic_vector.c -o compress_atomic_vector.o clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o DelayedArray.so R_init_DelayedArray.o S4Vectors_stubs.o compress_atomic_vector.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/00LOCK-DelayedArray/00new/DelayedArray/libs ** R ** inst ** byte-compile and prepare package for lazy loading Creating a new generic function for ‘apply’ in package ‘DelayedArray’ Creating a new generic function for ‘sweep’ in package ‘DelayedArray’ Creating a new generic function for ‘scale’ in package ‘DelayedArray’ Creating a generic function for ‘dnorm’ from package ‘stats’ in package ‘DelayedArray’ Creating a generic function for ‘pnorm’ from package ‘stats’ in package ‘DelayedArray’ Creating a generic function for ‘qnorm’ from package ‘stats’ in package ‘DelayedArray’ Creating a generic function for ‘dbinom’ from package ‘stats’ in package ‘DelayedArray’ Creating a generic function for ‘pbinom’ from package ‘stats’ in package ‘DelayedArray’ Creating a generic function for ‘qbinom’ from package ‘stats’ in package ‘DelayedArray’ Creating a generic function for ‘dpois’ from package ‘stats’ in package ‘DelayedArray’ Creating a generic function for ‘ppois’ from package ‘stats’ in package ‘DelayedArray’ Creating a generic function for ‘qpois’ from package ‘stats’ in package ‘DelayedArray’ Creating a generic function for ‘dlogis’ from package ‘stats’ in package ‘DelayedArray’ Creating a generic function for ‘plogis’ from package ‘stats’ in package ‘DelayedArray’ Creating a generic function for ‘qlogis’ from package ‘stats’ in package ‘DelayedArray’ ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (DelayedArray)
DelayedArray.Rcheck/tests/run_unitTests.Rout
R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin20 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > require("DelayedArray") || stop("unable to load DelayedArray package") Loading required package: DelayedArray Loading required package: stats4 Loading required package: Matrix Loading required package: BiocGenerics Loading required package: generics Attaching package: 'generics' The following objects are masked from 'package:base': as.difftime, as.factor, as.ordered, intersect, is.element, setdiff, setequal, union Attaching package: 'BiocGenerics' The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabs The following objects are masked from 'package:base': Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append, as.data.frame, basename, cbind, colnames, dirname, do.call, duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, saveRDS, table, tapply, unique, unsplit, which.max, which.min Loading required package: MatrixGenerics Loading required package: matrixStats Attaching package: 'MatrixGenerics' The following objects are masked from 'package:matrixStats': colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse, colCounts, colCummaxs, colCummins, colCumprods, colCumsums, colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs, colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats, colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds, colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads, colWeightedMeans, colWeightedMedians, colWeightedSds, colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet, rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods, rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps, rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins, rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks, rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars, rowWeightedMads, rowWeightedMeans, rowWeightedMedians, rowWeightedSds, rowWeightedVars Loading required package: S4Vectors Attaching package: 'S4Vectors' The following objects are masked from 'package:Matrix': expand, unname The following object is masked from 'package:utils': findMatches The following objects are masked from 'package:base': I, expand.grid, unname Loading required package: IRanges Loading required package: S4Arrays Loading required package: abind Attaching package: 'S4Arrays' The following object is masked from 'package:abind': abind The following object is masked from 'package:base': rowsum Loading required package: SparseArray Attaching package: 'DelayedArray' The following objects are masked from 'package:base': apply, scale, sweep [1] TRUE > DelayedArray:::.test() Error in S4Arrays:::normarg_perm(perm, dim(seed)) : 'perm' must be an integer vector Error in validObject(.Object) : invalid class "DelayedAperm" object: 'perm' cannot be an empty vector Error in validObject(.Object) : invalid class "DelayedAperm" object: only dimensions with an extent of 1 can be dropped Error in validObject(.Object) : invalid class "DelayedAperm" object: all non-NA values in 'perm' must be >= 1 and <= 'length(dim(a))' Error in validObject(.Object) : invalid class "DelayedAperm" object: only dimensions with an extent of 1 can be dropped Loading required package: rhdf5 Attaching package: 'HDF5Array' The following object is masked from 'package:rhdf5': h5ls Loading required namespace: HDF5Array Loading required namespace: HDF5Array Loading required namespace: HDF5Array Loading required namespace: HDF5Array Loading required namespace: HDF5Array Loading required namespace: HDF5Array Loading required namespace: HDF5Array Loading required namespace: HDF5Array Attaching package: 'genefilter' The following object is masked from 'package:DelayedArray': rowVars The following objects are masked from 'package:SparseArray': rowSds, rowVars The following objects are masked from 'package:MatrixGenerics': rowSds, rowVars The following objects are masked from 'package:matrixStats': rowSds, rowVars Error in seed(x) : seed() is not supported on a DelayedArray object with multiple seeds at the moment. Note that you can check the number of seeds with nseed(). You can use 'seedApply(x, identity)' to extract all the seeds as a list. In addition: Warning messages: 1: In log(a + 0.2) : NaNs produced 2: In OP(a) : NaNs produced Error : unable to find an inherited method for function 'is_noop' for signature 'x = "DelayedNaryIsoOp"' Error in seed(x) : seed() is not supported on a DelayedArray object with multiple seeds at the moment. Note that you can check the number of seeds with nseed(). You can use 'seedApply(x, identity)' to extract all the seeds as a list. Error : unable to find an inherited method for function 'is_noop' for signature 'x = "DelayedNaryIsoOp"' Error in seed(x) : seed() is not supported on a DelayedArray object with multiple seeds at the moment. Note that you can check the number of seeds with nseed(). You can use 'seedApply(x, identity)' to extract all the seeds as a list. Error : unable to find an inherited method for function 'is_noop' for signature 'x = "DelayedNaryIsoOp"' Error in seed(x) : seed() is not supported on a DelayedArray object with multiple seeds at the moment. Note that you can check the number of seeds with nseed(). You can use 'seedApply(x, identity)' to extract all the seeds as a list. Error : unable to find an inherited method for function 'is_noop' for signature 'x = "DelayedNaryIsoOp"' Error in seed(x) : seed() is not supported on a DelayedArray object with multiple seeds at the moment. Note that you can check the number of seeds with nseed(). You can use 'seedApply(x, identity)' to extract all the seeds as a list. Error : unable to find an inherited method for function 'is_noop' for signature 'x = "DelayedNaryIsoOp"' Error in match.fun(OP) : 'NULL' is not a function, character or symbol Error in match.fun(OP) : 'list(NULL)' is not a function, character or symbol Error in get(as.character(FUN), mode = "function", envir = envir) : object 'not-an-existing-function' of mode 'function' was not found Error in new_DelayedNaryIsoOp("<=", array(dim = 4:2), array(dim = 2:4)) : non-conformable array-like objects Error in S4Arrays:::normarg_dimnames(dimnames, seed_dim) : the supplied 'dimnames' must be NULL or a list Error in S4Arrays:::normarg_dimnames(dimnames, seed_dim) : the supplied 'dimnames' must have one list element per dimension Error in FUN(X[[i]], ...) : each list element in the supplied 'dimnames' must be NULL or a character vector Error in FUN(X[[i]], ...) : length of 'dimnames[[1]]' (26) must equal the array extent (5) Error in S4Arrays:::normalize_Nindex(Nindex, seed) : 'Nindex' must be a list with one list element per dimension in 'x' Error in S4Arrays:::normalize_Nindex(Nindex, seed) : 'Nindex' must be a list with one list element per dimension in 'x' Error : subscript contains out-of-bounds indices Error : subscript contains invalid names Error : subscript contains out-of-bounds ranges Error : subscript contains out-of-bounds ranges Error in new_DelayedUnaryIsoOpStack(.TEST_SVT3, NULL) : 'OPS' must be a list Error in FUN(X[[i]], ...) : 'OPS[[1L]]' is not a function, character or symbol Error in get(as.character(FUN), mode = "function", envir = envir) : object 'not-an-existing-function' of mode 'function' was not found RUNIT TEST PROTOCOL -- Fri Nov 29 21:41:31 2024 *********************************************** Number of test functions: 43 Number of errors: 0 Number of failures: 0 1 Test Suite : DelayedArray RUnit Tests - 43 test functions, 0 errors, 0 failures Number of test functions: 43 Number of errors: 0 Number of failures: 0 > > proc.time() user system elapsed 703.228 15.054 1074.398
DelayedArray.Rcheck/DelayedArray-Ex.timings
name | user | system | elapsed | |
AutoBlock-global-settings | 0.187 | 0.006 | 0.194 | |
AutoGrid | 1.420 | 0.083 | 1.507 | |
ConstantArray-class | 0.047 | 0.007 | 0.054 | |
DelayedAbind-class | 0.085 | 0.013 | 0.098 | |
DelayedAperm-class | 0.031 | 0.005 | 0.036 | |
DelayedArray-class | 6.726 | 0.780 | 7.566 | |
DelayedArray-stats | 1.741 | 0.276 | 2.046 | |
DelayedArray-utils | 8.200 | 0.888 | 9.184 | |
DelayedMatrix-mult | 0.390 | 0.106 | 0.509 | |
DelayedMatrix-rowsum | 12.018 | 1.577 | 13.779 | |
DelayedNaryIsoOp-class | 0.034 | 0.001 | 0.036 | |
DelayedSetDimnames-class | 0.015 | 0.001 | 0.017 | |
DelayedSubassign-class | 0.048 | 0.001 | 0.049 | |
DelayedSubset-class | 0.046 | 0.001 | 0.048 | |
DelayedUnaryIsoOpStack-class | 0.051 | 0.002 | 0.053 | |
DelayedUnaryIsoOpWithArgs-class | 0.120 | 0.003 | 0.124 | |
RealizationSink-class | 2.557 | 0.317 | 2.932 | |
RleArray-class | 35.318 | 3.911 | 39.506 | |
SparseArraySeed-class | 0.000 | 0.001 | 0.001 | |
SparseArraySeed-utils | 0.000 | 0.000 | 0.001 | |
blockApply | 1.151 | 0.944 | 1.936 | |
chunkGrid | 0 | 0 | 0 | |
makeCappedVolumeBox | 0.185 | 0.026 | 0.210 | |
matrixStats-methods | 1.355 | 0.627 | 2.025 | |
realize | 1.278 | 0.790 | 2.095 | |
showtree | 0.140 | 0.007 | 0.147 | |
simplify | 0.408 | 0.018 | 0.429 | |