Back to Multiple platform build/check report for BioC 3.12
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

INSTALL report for batchelor on malbec1

This page was generated on 2021-05-06 12:26:57 -0400 (Thu, 06 May 2021).

To the developers/maintainers of the batchelor package:
Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 123/1974HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
batchelor 1.6.3  (landing page)
Aaron Lun
Snapshot Date: 2021-05-05 14:51:38 -0400 (Wed, 05 May 2021)
URL: https://git.bioconductor.org/packages/batchelor
Branch: RELEASE_3_12
Last Commit: b108a53
Last Changed Date: 2021-04-16 03:26:43 -0400 (Fri, 16 Apr 2021)
malbec1Linux (Ubuntu 18.04.5 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version exists in internal repository
tokay1Windows Server 2012 R2 Standard / x64  OK    OK    OK    OK  UNNEEDED, same version exists in internal repository
merida1macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version exists in internal repository

Summary

Package: batchelor
Version: 1.6.3
Command: /home/biocbuild/bbs-3.12-bioc/R/bin/R CMD INSTALL batchelor
StartedAt: 2021-05-05 16:48:04 -0400 (Wed, 05 May 2021)
EndedAt: 2021-05-05 16:48:54 -0400 (Wed, 05 May 2021)
EllapsedTime: 49.7 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.12-bioc/R/bin/R CMD INSTALL batchelor
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.12-bioc/R/library’
* installing *source* package ‘batchelor’ ...
** using staged installation
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.12-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.12-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c adjust_shift_variance.cpp -o adjust_shift_variance.o
adjust_shift_variance.cpp: In function ‘Rcpp::NumericVector adjust_shift_variance(Rcpp::NumericMatrix, Rcpp::NumericMatrix, Rcpp::NumericMatrix, double, Rcpp::IntegerVector, Rcpp::IntegerVector)’:
adjust_shift_variance.cpp:34:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (ngenes != data2.nrow() || ngenes != vect.ncol()) {
         ~~~~~~~^~~~~~~~~~~~~~~
adjust_shift_variance.cpp:34:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (ngenes != data2.nrow() || ngenes != vect.ncol()) {
                                   ~~~~~~~^~~~~~~~~~~~~~
adjust_shift_variance.cpp:39:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (ncells != vect.nrow()) {
         ~~~~~~~^~~~~~~~~~~~~~
adjust_shift_variance.cpp:118:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (size_t other=0; other<restrict1.size(); ++other) {
                                  ~~~~~^~~~~~~~~~~~~~~~~
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.12-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c find_mutual_nns.cpp -o find_mutual_nns.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.12-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c smooth_gaussian_kernel.cpp -o smooth_gaussian_kernel.o
smooth_gaussian_kernel.cpp: In function ‘SEXPREC* smooth_gaussian_kernel(Rcpp::NumericMatrix, Rcpp::IntegerVector, Rcpp::NumericMatrix, double)’:
smooth_gaussian_kernel.cpp:18:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (nmnn!=index.size()) {
         ~~~~^~~~~~~~~~~~~~
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.12-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c utils.cpp -o utils.o
g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.12-bioc/R/lib -L/usr/local/lib -o batchelor.so RcppExports.o adjust_shift_variance.o find_mutual_nns.o smooth_gaussian_kernel.o utils.o -L/home/biocbuild/bbs-3.12-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.12-bioc/R/library/00LOCK-batchelor/00new/batchelor/libs
** 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
** 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 (batchelor)