* installing *source* package ‘np’ ... ** package ‘np’ 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 jksum.c -o jksum.o jksum.c:2770:15: warning: unused variable 'xmi' [-Wunused-variable] double xyj, xmi; ^ jksum.c:2799:10: warning: unused variable 'ofac' [-Wunused-variable] double ofac = num_obs_train - 1.0; ^ 2 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 kernel.c -o kernel.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 kernelb.c -o kernelb.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 kernelcv.c -o kernelcv.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 kernele.c -o kernele.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 kernelw.c -o kernelw.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 mat_vec.c -o mat_vec.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 matrix.c -o matrix.o matrix.c:162:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if((A[i]==NULL)) ~~~~^~~~~~ matrix.c:162:11: note: remove extraneous parentheses around the comparison to silence this warning if((A[i]==NULL)) ~ ^ ~ matrix.c:162:11: note: use '=' to turn this equality comparison into an assignment if((A[i]==NULL)) ^~ = 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 np.c -o np.o 1 warning 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 nr.c -o nr.o np.c:314:3: warning: variable 'bwmfunc' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default : REprintf("np.c: invalid bandwidth selection method."); ^~~~~~~ np.c:320:15: note: uninitialized use occurs here fret_best = bwmfunc(vector_scale_factor); ^~~~~~~ np.c:184:31: note: initialize the variable 'bwmfunc' to silence this warning double (* bwmfunc)(double *); ^ = NULL np.c:669:3: warning: variable 'bwmfunc' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default : REprintf("np.c: invalid bandwidth selection method."); ^~~~~~~ np.c:675:15: note: uninitialized use occurs here fret_best = bwmfunc(vector_scale_factor); ^~~~~~~ np.c:506:31: note: initialize the variable 'bwmfunc' to silence this warning double (* bwmfunc)(double *); ^ = NULL np.c:1054:3: warning: variable 'bwmfunc' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default : REprintf("np.c: invalid bandwidth selection method."); ^~~~~~~ np.c:1060:15: note: uninitialized use occurs here fret_best = bwmfunc(vector_scale_factor); ^~~~~~~ np.c:865:31: note: initialize the variable 'bwmfunc' to silence this warning double (* bwmfunc)(double *); ^ = NULL np.c:1445:3: warning: variable 'bwmfunc' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default : REprintf("np.c: invalid bandwidth selection method."); ^~~~~~~ np.c:1451:15: note: uninitialized use occurs here fret_best = bwmfunc(vector_scale_factor); ^~~~~~~ np.c:1245:31: note: initialize the variable 'bwmfunc' to silence this warning double (* bwmfunc)(double *); ^ = NULL np.c:2529:3: warning: variable 'bwmfunc' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default : REprintf("np.c: invalid bandwidth selection method."); ^~~~~~~ np.c:2535:15: note: uninitialized use occurs here fret_best = bwmfunc(vector_scale_factor); ^~~~~~~ np.c:2358:31: note: initialize the variable 'bwmfunc' to silence this warning double (* bwmfunc)(double *); ^ = NULL nr.c:248:8: warning: explicitly assigning a variable of type 'int' to itself [-Wself-assign] nh = nh; /* Simply to avoid warning about unused variable */ ~~ ^ ~~ np.c:3537:28: warning: implicit conversion turns floating-point number into integer: 'double' to 'int' [-Wconversion] itmax, ^~~~~ np.c:3538:28: warning: implicit conversion turns floating-point number into integer: 'double' to 'int' [-Wconversion] itmax, /* Maximum number of multistarts */ ^~~~~ 1 warning generated. 7 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 statmods.c -o statmods.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 tree.c -o tree.o clang -mtune=native -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o np.so jksum.o kernel.o kernelb.o kernelcv.o kernele.o kernelw.o mat_vec.o matrix.o np.o nr.o statmods.o tree.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/np.Rcheck/np/libs ** R ** data ** demo ** inst ** preparing package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ‘entropy_np.Rnw’ using ‘UTF-8’ ‘np.Rnw’ using ‘UTF-8’ ‘np_faq.Rnw’ ** testing if installed package can be loaded * DONE (np)