This page was generated on 2023-01-02 09:00:20 -0500 (Mon, 02 Jan 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
palomino5 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2022-12-25 r83502 ucrt) -- "Unsuffered Consequences"
| 4165 |
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 |
CHECK results for BiocSingular on palomino5
To the developers/maintainers of the BiocSingular package:
Make sure to use the following settings in order to reproduce any error or warning you see on this page.
|
raw results
| BiocSingular 1.15.0 (landing page) Aaron Lun
Snapshot Date: 2022-12-28 11:00:06 -0500 (Wed, 28 Dec 2022) |
git_url: https://git.bioconductor.org/packages/BiocSingular |
git_branch: master |
git_last_commit: 02c5f1f |
git_last_commit_date: 2022-11-01 11:19:16 -0500 (Tue, 01 Nov 2022) |
| palomino5 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | | |
Summary
Command output
Installation output
BiocSingular.Rcheck/00install.out
##############################################################################
##############################################################################
###
### Running command:
###
### F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD INSTALL BiocSingular
###
##############################################################################
##############################################################################
* installing to library 'F:/biocbuild/bbs-3.17-bioc/R/library'
* installing *source* package 'BiocSingular' ...
** using staged installation
** libs
using C++ compiler: 'G__~1.EXE (GCC) 12.2.0'
using C++11
g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include' -I"c:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include' -I"c:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c compute_scale.cpp -o compute_scale.o
compute_scale.cpp: In function 'Rcpp::NumericVector compute_scale(Rcpp::RObject, Rcpp::RObject)':
compute_scale.cpp:21:35: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
21 | if (numeric_centers.size()!=ncols) {
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
In file included from F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:12,
from F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:11,
from F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/beachmat.h:24,
from compute_scale.cpp:2:
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader<V, TIT>::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<13>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:46: required from 'beachmat::lin_SparseArraySeed<V, TIT>::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<13>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:36:39: required from 'std::unique_ptr<M> beachmat::read_lin_sparse_block_raw(Rcpp::RObject) [with M = lin_matrix; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:57: required from here
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:535:17: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
535 | if (nnz != x.size()) {
| ~~~~^~~~~~~~~~~
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:45: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
| ~~~~~~^~~~
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:73: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
| ~~~~~~^~~~
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:593:35: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
593 | for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) {
| ~~^~~~~
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader<V, TIT>::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:46: required from 'beachmat::lin_SparseArraySeed<V, TIT>::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:38:39: required from 'std::unique_ptr<M> beachmat::read_lin_sparse_block_raw(Rcpp::RObject) [with M = lin_matrix; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:57: required from here
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:535:17: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
535 | if (nnz != x.size()) {
| ~~~~^~~~~~~~~~~
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:45: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
| ~~~~~~^~~~
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:73: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
| ~~~~~~^~~~
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:593:35: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
593 | for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) {
| ~~^~~~~
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::SparseArraySeed_reader<V, TIT>::SparseArraySeed_reader(Rcpp::RObject) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]':
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:561:46: required from 'beachmat::lin_SparseArraySeed<V, TIT>::lin_SparseArraySeed(Rcpp::RObject) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:40:39: required from 'std::unique_ptr<M> beachmat::read_lin_sparse_block_raw(Rcpp::RObject) [with M = lin_matrix; Rcpp::RObject = Rcpp::RObject_Impl<Rcpp::PreserveStorage>]'
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/read_lin_block.h:65:57: required from here
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:535:17: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
535 | if (nnz != x.size()) {
| ~~~~^~~~~~~~~~~
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:45: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
| ~~~~~~^~~~
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:551:73: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
551 | if (lastR <= 0 || lastR > NR || lastC <= 0 || lastC > NC) {
| ~~~~~~^~~~
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:593:35: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long long unsigned int'} [-Wsign-compare]
593 | for (int v = 0; v < nnz; ++v, ++rowIt, ++colIt, ++xIt) {
| ~~^~~~~
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const int*; ALT = int*; TIT = const double*; I = int; P = long long unsigned int; size_t = long long unsigned int]':
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:42: required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const int*; ALT = int*; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = long long unsigned int]'
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:596:51: required from 'beachmat::sparse_index<const int*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, int*, int*, size_t, size_t) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = long long unsigned int]'
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:595:35: required from here
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const long long unsigned int' [-Wsign-compare]
250 | if (idex != *pIt && static_cast<size_t>(i[idex]) == r) {
| ~~~~~^~~~~~~
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const double*; ALT = double*; TIT = const double*; I = int; P = long long unsigned int; size_t = long long unsigned int]':
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:42: required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const double*; ALT = double*; V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = long long unsigned int]'
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:602:54: required from 'beachmat::sparse_index<const double*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, double*, int*, size_t, size_t) [with V = Rcpp::Vector<14, Rcpp::PreserveStorage>; TIT = const double*; size_t = long long unsigned int]'
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:601:38: required from here
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const long long unsigned int' [-Wsign-compare]
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const int*; ALT = int*; TIT = const int*; I = int; P = long long unsigned int; size_t = long long unsigned int]':
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:42: required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const int*; ALT = int*; V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = long long unsigned int]'
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:596:51: required from 'beachmat::sparse_index<const int*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, int*, int*, size_t, size_t) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = long long unsigned int]'
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:595:35: required from here
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const long long unsigned int' [-Wsign-compare]
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h: In instantiation of 'beachmat::sparse_index<OUT, I> beachmat::Csparse_core<TIT, I, P>::get_row(size_t, ALT, I*, size_t, size_t) [with OUT = const double*; ALT = double*; TIT = const int*; I = int; P = long long unsigned int; size_t = long long unsigned int]':
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:650:42: required from 'beachmat::sparse_index<OUT, int> beachmat::SparseArraySeed_reader<V, TIT>::get_row(size_t, ALT, int*, size_t, size_t) [with OUT = const double*; ALT = double*; V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = long long unsigned int]'
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:602:54: required from 'beachmat::sparse_index<const double*, int> beachmat::lin_SparseArraySeed<V, TIT>::get_row(size_t, double*, int*, size_t, size_t) [with V = Rcpp::Vector<10, Rcpp::PreserveStorage>; TIT = const int*; size_t = long long unsigned int]'
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/lin_matrix.h:601:38: required from here
F:/biocbuild/bbs-3.17-bioc/R/library/beachmat/include/beachmat3/Csparse_reader.h:250:22: warning: comparison of integer expressions of different signedness: 'const int' and 'const long long unsigned int' [-Wsign-compare]
g++ -shared -s -static-libgcc -o BiocSingular.dll tmp.def RcppExports.o compute_scale.o -Lc:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64 -Lc:/rtools42/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.17-bioc/R/bin/x64 -lR
installing to F:/biocbuild/bbs-3.17-bioc/R/library/00LOCK-BiocSingular/00new/BiocSingular/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (BiocSingular)
Tests output
BiocSingular.Rcheck/tests/testthat.Rout
R Under development (unstable) (2022-12-25 r83502 ucrt) -- "Unsuffered Consequences"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
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.
> library(BiocSingular)
> library(testthat)
> test_check("BiocSingular")
Loading required package: stats4
Loading required package: Matrix
Loading required package: BiocGenerics
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, intersect, is.unsorted,
lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
tapply, union, 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 objects are masked from 'package:base':
I, expand.grid, unname
Loading required package: IRanges
Attaching package: 'IRanges'
The following object is masked from 'package:grDevices':
windows
Attaching package: 'DelayedArray'
The following objects are masked from 'package:base':
apply, rowsum, scale, sweep
[ FAIL 0 | WARN 6 | SKIP 0 | PASS 487 ]
[ FAIL 0 | WARN 6 | SKIP 0 | PASS 487 ]
>
> proc.time()
user system elapsed
20.68 0.85 22.64
Example timings
BiocSingular.Rcheck/BiocSingular-Ex.timings