Back to Multiple platform build/check report for BioC 3.20: simplified long |
|
This page was generated on 2024-06-11 15:40 -0400 (Tue, 11 Jun 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 22.04.3 LTS) | x86_64 | 4.4.0 RC (2024-04-16 r86468) -- "Puppy Cup" | 4679 |
palomino4 | Windows Server 2022 Datacenter | x64 | 4.4.0 RC (2024-04-16 r86468 ucrt) -- "Puppy Cup" | 4414 |
merida1 | macOS 12.7.4 Monterey | x86_64 | 4.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" | 4441 |
kjohnson1 | macOS 13.6.6 Ventura | arm64 | 4.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" | 4394 |
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 819/2239 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
GeoDiff 1.11.0 (landing page) Nicole Ortogero
| nebbiolo2 | Linux (Ubuntu 22.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
palomino4 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
merida1 | macOS 12.7.4 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
kjohnson1 | macOS 13.6.6 Ventura / arm64 | OK | OK | OK | OK | |||||||||
To the developers/maintainers of the GeoDiff package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/GeoDiff.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: GeoDiff |
Version: 1.11.0 |
Command: F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD INSTALL GeoDiff |
StartedAt: 2024-06-09 16:57:23 -0400 (Sun, 09 Jun 2024) |
EndedAt: 2024-06-09 16:59:26 -0400 (Sun, 09 Jun 2024) |
EllapsedTime: 123.4 seconds |
RetCode: 0 |
Status: OK |
############################################################################## ############################################################################## ### ### Running command: ### ### F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD INSTALL GeoDiff ### ############################################################################## ############################################################################## * installing to library 'F:/biocbuild/bbs-3.20-bioc/R/library' * installing *source* package 'GeoDiff' ... ** using staged installation ** libs using C++ compiler: 'G__~1.EXE (GCC) 13.2.0' using C++11 g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.20-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/RcppArmadillo/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/roptim/include' -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c NBthDEOptPara.cpp -o NBthDEOptPara.o NBthDEOptPara.cpp: In member function 'virtual double NBthDE_paranll::operator()(const arma::vec&)': NBthDEOptPara.cpp:34:9: warning: unused variable 'm' [-Wunused-variable] 34 | int m = y.n_elem; | ^ NBthDEOptPara.cpp: In member function 'virtual void NBthDE_paranll::Gradient(const arma::vec&, arma::vec&)': NBthDEOptPara.cpp:85:22: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 85 | for(int k = 0; k < y.n_elem; k++){ | ~~^~~~~~~~~~ NBthDEOptPara.cpp:58:9: warning: unused variable 'm' [-Wunused-variable] 58 | int m = y.n_elem; | ^ g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.20-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/RcppArmadillo/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/roptim/include' -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c NBthmDEGrad.cpp -o NBthmDEGrad.o NBthmDEGrad.cpp: In function 'arma::vec NBthmDE_grad(arma::vec&, arma::mat&, arma::mat&, arma::vec&, arma::vec&, arma::vec&, arma::vec&, arma::mat&, double, double)': NBthmDEGrad.cpp:34:20: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 34 | for(int i = 0; i < y.n_elem; i++){ | ~~^~~~~~~~~~ NBthmDEGrad.cpp: In function 'arma::mat NBthmDE_gradM(arma::vec&, arma::mat&, arma::mat&, arma::vec&, arma::mat&, arma::vec&, arma::vec&, arma::mat&, double, double)': NBthmDEGrad.cpp:90:24: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 90 | for(int k = 0; k < y.n_elem; k++){ | ~~^~~~~~~~~~ g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.20-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/RcppArmadillo/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/roptim/include' -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c NBthmDEMH.cpp -o NBthmDEMH.o g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.20-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/RcppArmadillo/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/roptim/include' -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c NBthmDEOptPara.cpp -o NBthmDEOptPara.o NBthmDEOptPara.cpp: In member function 'virtual void NBthmDE_fparanll::Gradient(const arma::vec&, arma::vec&)': NBthmDEOptPara.cpp:107:24: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 107 | for(int k = 0; k < y.n_elem; k++){ | ~~^~~~~~~~~~ g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.20-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/RcppArmadillo/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/roptim/include' -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c NBthmDEOptU.cpp -o NBthmDEOptU.o g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.20-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/RcppArmadillo/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/roptim/include' -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c PoisthNormOptPara.cpp -o PoisthNormOptPara.o g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.20-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/RcppArmadillo/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/roptim/include' -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.20-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/RcppArmadillo/include' -I'F:/biocbuild/bbs-3.20-bioc/R/library/roptim/include' -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c dnbinom_mu_vec.cpp -o dnbinom_mu_vec.o g++ -shared -s -static-libgcc -o GeoDiff.dll tmp.def NBthDEOptPara.o NBthmDEGrad.o NBthmDEMH.o NBthmDEOptPara.o NBthmDEOptU.o PoisthNormOptPara.o RcppExports.o dnbinom_mu_vec.o -fopenmp -LF:/biocbuild/bbs-3.20-bioc/R/bin/x64 -lRlapack -LF:/biocbuild/bbs-3.20-bioc/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.20-bioc/R/bin/x64 -lR installing to F:/biocbuild/bbs-3.20-bioc/R/library/00LOCK-GeoDiff/00new/GeoDiff/libs/x64 ** R ** data ** 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 (GeoDiff)