* installing *source* package ‘QCA’ ... ** package ‘QCA’ successfully unpacked and MD5 sums checked ** libs clang -mtune=native -I/Users/ripley/R/R-clang/include -DNDEBUG -I/usr/local/include -fPIC -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -c findSubsets.c -o findSubsets.o clang -mtune=native -I/Users/ripley/R/R-clang/include -DNDEBUG -I/usr/local/include -fPIC -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -c removeRedundants.c -o removeRedundants.o clang -mtune=native -I/Users/ripley/R/R-clang/include -DNDEBUG -I/usr/local/include -fPIC -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -c superSubset.c -o superSubset.o superSubset.c:26:11: warning: incompatible pointer types assigning to 'Rboolean *' from 'int *' [-Wincompatible-pointer-types] p_fuz = LOGICAL(fuz); ^ ~~~~~~~~~~~~ superSubset.c:28:11: warning: incompatible pointer types assigning to 'Rboolean *' from 'int *' [-Wincompatible-pointer-types] p_nec = LOGICAL(nec); ^ ~~~~~~~~~~~~ superSubset.c:22:12: warning: unused variable 'dataline' [-Wunused-variable] double dataline[xcols], copyline[xcols]; ^ superSubset.c:38:9: warning: variable 'so' is uninitialized when used here [-Wuninitialized] so += p_vo[i]; ^~ superSubset.c:7:50: note: initialize the variable 'so' to silence this warning double *p_x, *p_incovpri, *p_vo, min, max, so, sumx_min, sumx_max, sumpmin_min, sumpmin_max, prisum_min, prisum_max, temp1, temp2; ^ = 0.0 superSubset.c:146:10: warning: incompatible pointer types assigning to 'Rboolean *' from 'int *' [-Wincompatible-pointer-types] pfuz = LOGICAL(fuz); ^ ~~~~~~~~~~~~ superSubset.c:148:10: warning: incompatible pointer types assigning to 'Rboolean *' from 'int *' [-Wincompatible-pointer-types] pnec = LOGICAL(nec); ^ ~~~~~~~~~~~~ superSubset.c:164:12: warning: unused variable 'dataline' [-Wunused-variable] double dataline[xcols], copyline[xcols]; ^ superSubset.c:175:9: warning: variable 'so' is uninitialized when used here [-Wuninitialized] so += pvo[i]; ^~ superSubset.c:130:47: note: initialize the variable 'so' to silence this warning double *px, *pincovpri, *pvo, min, max, so, sumx_min, sumx_max, sumpmin_min, sumpmin_max, prisum_min, prisum_max, temp1, temp2; ^ = 0.0 8 warnings generated. clang -mtune=native -I/Users/ripley/R/R-clang/include -DNDEBUG -I/usr/local/include -fPIC -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -c truthTable.c -o truthTable.o truthTable.c:26:11: warning: incompatible pointer types assigning to 'Rboolean *' from 'int *' [-Wincompatible-pointer-types] p_fuz = LOGICAL(fuz); ^ ~~~~~~~~~~~~ truthTable.c:22:12: warning: unused variable 'dataline' [-Wunused-variable] double dataline[xcols], copyline[xcols]; ^ truthTable.c:46:9: warning: variable 'so' is uninitialized when used here [-Wuninitialized] so += p_vo[i]; ^~ truthTable.c:8:54: note: initialize the variable 'so' to silence this warning double *p_x, *p_inclpri, *p_which, *p_vo, min, so, sumx, sumpmin, prisum, temp1, temp2; ^ = 0.0 truthTable.c:178:11: warning: incompatible pointer types assigning to 'Rboolean *' from 'int *' [-Wincompatible-pointer-types] p_fuz = LOGICAL(fuz); ^ ~~~~~~~~~~~~ truthTable.c:173:12: warning: unused variable 'dataline' [-Wunused-variable] double dataline[xcols], copyline[xcols]; ^ truthTable.c:197:9: warning: variable 'so' is uninitialized when used here [-Wuninitialized] so += p_vo[i]; ^~ truthTable.c:154:54: note: initialize the variable 'so' to silence this warning double *p_x, *p_inclpri, *p_which, *p_vo, min, so, sumx, sumpmin, prisum, temp1, temp2; ^ = 0.0 6 warnings generated. clang -mtune=native -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o QCA.so findSubsets.o removeRedundants.o superSubset.o truthTable.o -L/Users/ripley/R/R-clang/lib -lR -dylib_file libRblas.dylib:/Users/ripley/R/R-clang/lib/libRblas.dylib -Wl,-framework -Wl,CoreFoundation installing to /Users/ripley/R/packages/tests-clang/QCA.Rcheck/QCA/libs ** R ** data ** inst ** preparing package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded * DONE (QCA)