Back to Multiple platform build/check report for BioC 3.7 |
|
This page was generated on 2018-10-17 08:47:35 -0400 (Wed, 17 Oct 2018).
Package 1551/1561 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
XDE 2.26.0 Robert Scharpf
| malbec2 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | OK | OK | WARNINGS | |||||||
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | WARNINGS | OK | |||||||
merida2 | OS X 10.11.6 El Capitan / x86_64 | [ OK ] | OK | OK | OK |
Package: XDE |
Version: 2.26.0 |
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL XDE |
StartedAt: 2018-10-16 15:36:08 -0400 (Tue, 16 Oct 2018) |
EndedAt: 2018-10-16 15:37:23 -0400 (Tue, 16 Oct 2018) |
EllapsedTime: 75.6 seconds |
RetCode: 0 |
Status: OK |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL XDE ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/3.5/Resources/library’ * installing *source* package ‘XDE’ ... ** libs clang++ -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c Cholesky.cpp -o Cholesky.o clang++ -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c Matrix_v2.cpp -o Matrix_v2.o In file included from Matrix_v2.cpp:1: ./Matrix_v2.h:4:17: warning: using directive refers to implicitly-defined namespace 'std' using namespace std; ^ Matrix_v2.cpp:244:7: warning: unused variable 'k' [-Wunused-variable] int k = 1; ^ Matrix_v2.cpp:246:9: warning: unused variable 'j' [-Wunused-variable] int i,j,r; ^ 3 warnings generated. clang++ -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c Potential_v2.cpp -o Potential_v2.o Potential_v2.cpp:374:34: warning: equality comparison result unused [-Wunused-comparison] if (theGene[k][i] == 1) include == 1; ˜˜˜˜˜˜˜˜^˜˜˜ Potential_v2.cpp:374:34: note: use '=' to turn this equality comparison into an assignment if (theGene[k][i] == 1) include == 1; ^˜ = Potential_v2.cpp:876:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (omega0 = 0.0) ˜˜˜˜˜˜˜^˜˜˜˜ Potential_v2.cpp:876:14: note: place parentheses around the assignment to silence this warning if (omega0 = 0.0) ^ ( ) Potential_v2.cpp:876:14: note: use '==' to turn this assignment into an equality comparison if (omega0 = 0.0) ^ == 2 warnings generated. clang++ -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c Random_v2.cpp -o Random_v2.o Random_v2.cpp:1847:10: warning: unused variable 'x' [-Wunused-variable] double x,y,tt,sum; ^ 1 warning generated. clang++ -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c Rinterface_v2.cpp -o Rinterface_v2.o In file included from Rinterface_v2.cpp:2: In file included from ./Update_v2.h:8: ./Random.h:19:9: warning: 'PI' macro redefined [-Wmacro-redefined] #define PI 3.14159265 ^ /Library/Frameworks/R.framework/Resources/include/R_ext/Constants.h:36:9: note: previous definition is here #define PI M_PI ^ 1 warning generated. clang++ -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c Structure.cpp -o Structure.o Structure.cpp:528:8: warning: unused variable 'c' [-Wunused-variable] char c; ^ Structure.cpp:1642:8: warning: unused variable 'nRead' [-Wunused-variable] int nRead = sscanf(var1,"%d",&value); ^ Structure.cpp:1668:12: warning: unused variable 'nRead' [-Wunused-variable] int nRead = sscanf(var2,"%le",&value); ^ Structure.cpp:1579:12: warning: unused variable 'c' [-Wunused-variable] char c; ^ Structure.cpp:1728:12: warning: unused variable 'c' [-Wunused-variable] char c; ^ 5 warnings generated. clang++ -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c Update_v2.cpp -o Update_v2.o Update_v2.cpp:3919:10: warning: unused variable 'pot' [-Wunused-variable] double pot = - OmegaGibbs(df,D,oldClique,oldComponents,Q,G,Delta, ^ Update_v2.cpp:3973:10: warning: unused variable 'pot' [-Wunused-variable] double pot = DeltaStarGibbs(oldClique,oldComponents,Q,G,S,newValues, ^ 2 warnings generated. clang++ -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c Utility_v2.cpp -o Utility_v2.o Utility_v2.cpp:221:12: warning: unused variable 'detPrior' [-Wunused-variable] double detPrior = inverse(var,varInv); ^ Utility_v2.cpp:228:12: warning: unused variable 'detPosterior' [-Wunused-variable] double detPosterior = 1.0 /inverse(varInv,var); ^ Utility_v2.cpp:303:9: warning: unused variable 's' [-Wunused-variable] int s; ^ Utility_v2.cpp:328:12: warning: unused variable 'detPrior' [-Wunused-variable] double detPrior = inverse(var,varInv); ^ Utility_v2.cpp:334:12: warning: unused variable 'detPosterior' [-Wunused-variable] double detPosterior = 1.0 / inverse(varInv,var); ^ Utility_v2.cpp:764:6: warning: unused variable 'ngg' [-Wunused-variable] int ngg = neighbour[gg].size(); ^ Utility_v2.cpp:954:8: warning: unused variable 'ngg' [-Wunused-variable] int ngg = neighbour[gg].size(); ^ Utility_v2.cpp:1463:33: warning: unused variable 'itextra' [-Wunused-variable] map<int,double>::iterator itextra = VinvSparse[k].end(); ^ 8 warnings generated. clang++ -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c diffExpressed_main.cpp -o diffExpressed_main.o In file included from diffExpressed_main.cpp:16: ./Random.h:19:9: warning: 'PI' macro redefined [-Wmacro-redefined] #define PI 3.14159265 ^ /Library/Frameworks/R.framework/Resources/include/R_ext/Constants.h:36:9: note: previous definition is here #define PI M_PI ^ 1 warning generated. clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/include -fPIC -Wall -g -O2 -c registerDynamicSymbol.c -o registerDynamicSymbol.o clang++ -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o XDE.so Cholesky.o Matrix_v2.o Potential_v2.o Random_v2.o Rinterface_v2.o Structure.o Update_v2.o Utility_v2.o diffExpressed_main.o registerDynamicSymbol.o -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Library/Frameworks/R.framework/Versions/3.5/Resources/library/XDE/libs ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ‘XDE.Rnw’ ‘XdeParameterClass.Rnw’ ** testing if installed package can be loaded * DONE (XDE)