Back to Multiple platform build/check report for BioC 3.15 |
|
This page was generated on 2022-03-18 11:07:38 -0400 (Fri, 18 Mar 2022).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 20.04.4 LTS) | x86_64 | R Under development (unstable) (2022-02-17 r81757) -- "Unsuffered Consequences" | 4334 |
riesling1 | Windows Server 2019 Standard | x64 | R Under development (unstable) (2021-11-21 r81221) -- "Unsuffered Consequences" | 4097 |
palomino3 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2022-02-17 r81757 ucrt) -- "Unsuffered Consequences" | 4083 |
merida1 | macOS 10.14.6 Mojave | x86_64 | R Under development (unstable) (2022-03-02 r81842) -- "Unsuffered Consequences" | 4134 |
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 |
To the developers/maintainers of the GGPA package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/GGPA.git to reflect on this report. See How and When does the builder pull? When will my changes propagate? here for more information. - Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
Package 781/2090 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
GGPA 1.7.0 (landing page) Dongjun Chung
| nebbiolo1 | Linux (Ubuntu 20.04.4 LTS) / x86_64 | OK | OK | OK | |||||||||
riesling1 | Windows Server 2019 Standard / x64 | OK | OK | OK | OK | |||||||||
palomino3 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
merida1 | macOS 10.14.6 Mojave / x86_64 | OK | OK | OK | OK | |||||||||
Package: GGPA |
Version: 1.7.0 |
Command: D:\biocbuild\bbs-3.15-bioc\R\bin\R.exe CMD INSTALL GGPA |
StartedAt: 2022-03-17 15:54:15 -0400 (Thu, 17 Mar 2022) |
EndedAt: 2022-03-17 15:55:19 -0400 (Thu, 17 Mar 2022) |
EllapsedTime: 64.6 seconds |
RetCode: 0 |
Status: OK |
############################################################################## ############################################################################## ### ### Running command: ### ### D:\biocbuild\bbs-3.15-bioc\R\bin\R.exe CMD INSTALL GGPA ### ############################################################################## ############################################################################## * installing to library 'D:/biocbuild/bbs-3.15-bioc/R/library' * installing *source* package 'GGPA' ... ** using staged installation ** libs "C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/RcppArmadillo/include' -I"C:/extsoft/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition -c 1_Main.cpp -o 1_Main.o "C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/RcppArmadillo/include' -I"C:/extsoft/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition -c 3_Param.cpp -o 3_Param.o 3_Param.cpp: In member function 'void CParam::S6_G_beta_ij(CData&)': 3_Param.cpp:350:47: warning: 'normC_prop' may be used uninitialized in this function [-Wmaybe-uninitialized] Beta = Beta_prop ; G_mat = G_prop ; normC = normC_prop ; ~~~~~~^~~~~~~~~~~~ 3_Param.cpp:335:32: warning: 'logP_denom' may be used uninitialized in this function [-Wmaybe-uninitialized] if ( w_cur > 0 ) logP_denom = logP_denom - log(w_cur) ; // f(G) // if w_cur=0, let 1/w_cur = 1, so that log(w_cur) = 0 ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 3_Param.cpp:334:33: warning: 'logP_numer' may be used uninitialized in this function [-Wmaybe-uninitialized] if ( w_prop > 0 ) logP_numer = logP_numer - log(w_prop) ; // f(G^q) // if w_prop=0, let 1/w_prop = 1, so that log(w_prop) = 0 ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ "C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/RcppArmadillo/include' -I"C:/extsoft/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition -c Gibbs_e_it_no_ann.cpp -o Gibbs_e_it_no_ann.o "C:/rtools40/mingw64/bin/"g++ -std=gnu++11 -I"D:/biocbuild/bbs-3.15-bioc/R/include" -DNDEBUG -I'D:/biocbuild/bbs-3.15-bioc/R/library/Rcpp/include' -I'D:/biocbuild/bbs-3.15-bioc/R/library/RcppArmadillo/include' -I"C:/extsoft/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -fno-reorder-blocks-and-partition -c RcppExports.cpp -o RcppExports.o C:/rtools40/mingw64/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o GGPA.dll tmp.def 1_Main.o 3_Param.o Gibbs_e_it_no_ann.o RcppExports.o -LD:/biocbuild/bbs-3.15-bioc/R/bin/x64 -lRlapack -LD:/biocbuild/bbs-3.15-bioc/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LD:/biocbuild/bbs-3.15-bioc/R/bin/x64 -lR installing to D:/biocbuild/bbs-3.15-bioc/R/library/00LOCK-GGPA/00new/GGPA/libs/x64 ** R ** data ** byte-compile and prepare package for lazy loading ** help *** installing help indices converting help for package 'GGPA' finding HTML links ... done GGPA-class html GGPA-internal html GGPA-package html GGPA html assoc html simulation 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 * DONE (GGPA) Making 'packages.html' ...Warning in packageDescription(i, lib.loc = lib, fields = "Title", encoding = "UTF-8") : DESCRIPTION file of package 'padma' is missing or broken done