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

INSTALL report for batchelor on tokay1

This page was generated on 2021-05-06 12:29:58 -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: C:\cygwin\bin\curl.exe -O http://172.29.0.3/BBS/3.12/bioc/src/contrib/batchelor_1.6.3.tar.gz && rm -rf batchelor.buildbin-libdir && mkdir batchelor.buildbin-libdir && C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=batchelor.buildbin-libdir batchelor_1.6.3.tar.gz && C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD INSTALL batchelor_1.6.3.zip && rm batchelor_1.6.3.tar.gz batchelor_1.6.3.zip
StartedAt: 2021-05-05 17:58:33 -0400 (Wed, 05 May 2021)
EndedAt: 2021-05-05 18:00:12 -0400 (Wed, 05 May 2021)
EllapsedTime: 99.4 seconds
RetCode: 0
Status:   OK   

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://172.29.0.3/BBS/3.12/bioc/src/contrib/batchelor_1.6.3.tar.gz && rm -rf batchelor.buildbin-libdir && mkdir batchelor.buildbin-libdir && C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=batchelor.buildbin-libdir batchelor_1.6.3.tar.gz && C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD INSTALL batchelor_1.6.3.zip && rm batchelor_1.6.3.tar.gz batchelor_1.6.3.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  113k  100  113k    0     0  14.5M      0 --:--:-- --:--:-- --:--:-- 15.8M

install for i386

* installing *source* package 'batchelor' ...
** using staged installation
** libs
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -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 of integer expressions of different signedness: 'const size_t' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
     if (ngenes != data2.nrow() || ngenes != vect.ncol()) {
         ~~~~~~~^~~~~~~~~~~~~~~
adjust_shift_variance.cpp:34:42: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
     if (ngenes != data2.nrow() || ngenes != vect.ncol()) {
                                   ~~~~~~~^~~~~~~~~~~~~~
adjust_shift_variance.cpp:39:16: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
     if (ncells != vect.nrow()) {
         ~~~~~~~^~~~~~~~~~~~~~
adjust_shift_variance.cpp:118:39: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'R_xlen_t' {aka 'int'} [-Wsign-compare]
             for (size_t other=0; other<restrict1.size(); ++other) {
                                  ~~~~~^~~~~~~~~~~~~~~~~
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c find_mutual_nns.cpp -o find_mutual_nns.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -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 of integer expressions of different signedness: 'const size_t' {aka 'const unsigned int'} and 'R_xlen_t' {aka 'int'} [-Wsign-compare]
     if (nmnn!=index.size()) {
         ~~~~^~~~~~~~~~~~~~
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c utils.cpp -o utils.o
C:/rtools40/mingw32/bin/g++ -shared -s -static-libgcc -o batchelor.dll tmp.def RcppExports.o adjust_shift_variance.o find_mutual_nns.o smooth_gaussian_kernel.o utils.o -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.12-bioc/meat/batchelor.buildbin-libdir/00LOCK-batchelor/00new/batchelor/libs/i386
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'batchelor'
    finding HTML links ... done
    BatchelorParam                          html  
    finding level-2 HTML links ... done

    batchCorrect                            html  
    batchelor-restrict                      html  
    checkInputs                             html  
    clusterMNN                              html  
    correctExperiments                      html  
    cosineNorm                              html  
    divideIntoBatches                       html  
    fastMNN                                 html  
    findMutualNN                            html  
    mnnCorrect                              html  
    multiBatchNorm                          html  
    multiBatchPCA                           html  
    noCorrect                               html  
    reducedMNN                              html  
    regressBatches                          html  
    rescaleBatches                          html  
** 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

install for x64

* installing *source* package 'batchelor' ...
** libs
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -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 of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'int' [-Wsign-compare]
     if (ngenes != data2.nrow() || ngenes != vect.ncol()) {
         ~~~~~~~^~~~~~~~~~~~~~~
adjust_shift_variance.cpp:34:42: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'int' [-Wsign-compare]
     if (ngenes != data2.nrow() || ngenes != vect.ncol()) {
                                   ~~~~~~~^~~~~~~~~~~~~~
adjust_shift_variance.cpp:39:16: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'int' [-Wsign-compare]
     if (ncells != vect.nrow()) {
         ~~~~~~~^~~~~~~~~~~~~~
adjust_shift_variance.cpp:118:39: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
             for (size_t other=0; other<restrict1.size(); ++other) {
                                  ~~~~~^~~~~~~~~~~~~~~~~
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c find_mutual_nns.cpp -o find_mutual_nns.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -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 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]
     if (nmnn!=index.size()) {
         ~~~~^~~~~~~~~~~~~~
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c utils.cpp -o utils.o
C:/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o batchelor.dll tmp.def RcppExports.o adjust_shift_variance.o find_mutual_nns.o smooth_gaussian_kernel.o utils.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.12-bioc/meat/batchelor.buildbin-libdir/batchelor/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'batchelor' as batchelor_1.6.3.zip
* DONE (batchelor)
* installing to library 'C:/Users/biocbuild/bbs-3.12-bioc/R/library'
package 'batchelor' successfully unpacked and MD5 sums checked