* installing *source* package ‘soobench’ ... ** package ‘soobench’ 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 bbobr.c -o bbobr.o bbobr.c:118:12: warning: unused variable 'rseed' [-Wunused-variable] int i, rseed; ^ bbobr.c:153:50: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32] res[current_value] = bbob_eval(fid, tid, n_parameters, ~~~~~~~~~ ^~~~~~~~~~~~ bbobr.c:144:16: warning: variable 'n_values' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] } else if (isVector(s_x)) { ^~~~~~~~~~~~~ /Users/ripley/R/R-clang/include/Rinternals.h:1013:19: note: expanded from macro 'isVector' #define isVector Rf_isVector ^ bbobr.c:152:45: note: uninitialized use occurs here for (current_value = 0; current_value < n_values; ++current_value) { ^~~~~~~~ bbobr.c:144:12: note: remove the 'if' if its condition is always true } else if (isVector(s_x)) { ^~~~~~~~~~~~~~~~~~~ bbobr.c:132:34: note: initialize the variable 'n_values' to silence this warning size_t n_parameters, n_values, current_value; ^ = 0 3 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 benchmarks.c -o benchmarks.o benchmarks.c:1633:34: warning: implicit conversion turns floating-point number into integer: 'double' to 'size_t' (aka 'unsigned long') [-Wconversion] rperm21 = malloc(sizeof(int) * fmax(DIM, NHIGHPEAKS21 - 1)); ~~~~~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ benchmarks.c:1637:34: warning: implicit conversion turns floating-point number into integer: 'double' to 'size_t' (aka 'unsigned long') [-Wconversion] rperm22 = malloc(sizeof(int) * fmax(DIM, NHIGHPEAKS22 - 1)); ~~~~~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 benchmarksdeclare.c -o benchmarksdeclare.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 benchmarkshelper.c -o benchmarkshelper.o benchmarkshelper.c:57:15: warning: implicit conversion turns floating-point number into integer: 'double' to 'int' [-Wconversion] tmp = floor((double)aktseed/(double)127773); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ benchmarkshelper.c:68:15: warning: implicit conversion turns floating-point number into integer: 'double' to 'int' [-Wconversion] tmp = floor((double)aktseed/(double)127773); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ benchmarkshelper.c:72:15: warning: implicit conversion turns floating-point number into integer: 'double' to 'int' [-Wconversion] tmp = floor((double)aktrand / (double)67108865); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 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 benchmarksnoisy.c -o benchmarksnoisy.o benchmarksnoisy.c:2027:34: warning: implicit conversion turns floating-point number into integer: 'double' to 'size_t' (aka 'unsigned long') [-Wconversion] rperm21 = malloc(sizeof(int) * fmax(DIM, NHIGHPEAKS21 - 1)); ~~~~~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 f_ackley.c -o f_ackley.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 f_branin.c -o f_branin.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 f_double_sum.c -o f_double_sum.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 f_ellipsoidal.c -o f_ellipsoidal.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 f_goldstein_price.c -o f_goldstein_price.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 f_griewank.c -o f_griewank.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 f_kotancheck.c -o f_kotancheck.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 f_mexican_hat.c -o f_mexican_hat.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 f_rastrigin.c -o f_rastrigin.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 f_rosenbrock.c -o f_rosenbrock.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 f_sphere.c -o f_sphere.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 f_weierstrass.c -o f_weierstrass.o f_weierstrass.c:7:32: warning: unused variable 'res' [-Wunused-variable] double c1 = 0.0, c2 = 0.0, res = 0.0; ^ 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 soobench.c -o soobench.o soobench.c:33:1: warning: variable 'n_values' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] R_SOOFUNCTION(f_ackley) ^~~~~~~~~~~~~~~~~~~~~~~ soobench.c:17:20: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^~~~~~~~~~~~~ /Users/ripley/R/R-clang/include/Rinternals.h:1013:19: note: expanded from macro 'isVector' #define isVector Rf_isVector ^ soobench.c:33:1: note: uninitialized use occurs here R_SOOFUNCTION(f_ackley) ^~~~~~~~~~~~~~~~~~~~~~~ soobench.c:25:49: note: expanded from macro 'R_SOOFUNCTION' for (current_value = 0; current_value < n_values; ++current_value) { \ ^~~~~~~~ soobench.c:33:1: note: remove the 'if' if its condition is always true R_SOOFUNCTION(f_ackley) ^ soobench.c:17:16: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^ soobench.c:33:1: note: variable 'n_values' is declared here R_SOOFUNCTION(f_ackley) ^ soobench.c:8:9: note: expanded from macro 'R_SOOFUNCTION' size_t n_parameters, n_values, current_value; \ ^ soobench.c:34:1: warning: variable 'n_values' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] R_SOOFUNCTION(f_branin) ^~~~~~~~~~~~~~~~~~~~~~~ soobench.c:17:20: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^~~~~~~~~~~~~ /Users/ripley/R/R-clang/include/Rinternals.h:1013:19: note: expanded from macro 'isVector' #define isVector Rf_isVector ^ soobench.c:34:1: note: uninitialized use occurs here R_SOOFUNCTION(f_branin) ^~~~~~~~~~~~~~~~~~~~~~~ soobench.c:25:49: note: expanded from macro 'R_SOOFUNCTION' for (current_value = 0; current_value < n_values; ++current_value) { \ ^~~~~~~~ soobench.c:34:1: note: remove the 'if' if its condition is always true R_SOOFUNCTION(f_branin) ^ soobench.c:17:16: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^ soobench.c:34:1: note: variable 'n_values' is declared here R_SOOFUNCTION(f_branin) ^ soobench.c:8:9: note: expanded from macro 'R_SOOFUNCTION' size_t n_parameters, n_values, current_value; \ ^ soobench.c:35:1: warning: variable 'n_values' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] R_SOOFUNCTION(f_double_sum) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:17:20: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^~~~~~~~~~~~~ /Users/ripley/R/R-clang/include/Rinternals.h:1013:19: note: expanded from macro 'isVector' #define isVector Rf_isVector ^ soobench.c:35:1: note: uninitialized use occurs here R_SOOFUNCTION(f_double_sum) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:25:49: note: expanded from macro 'R_SOOFUNCTION' for (current_value = 0; current_value < n_values; ++current_value) { \ ^~~~~~~~ soobench.c:35:1: note: remove the 'if' if its condition is always true R_SOOFUNCTION(f_double_sum) ^ soobench.c:17:16: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^ soobench.c:35:1: note: variable 'n_values' is declared here R_SOOFUNCTION(f_double_sum) ^ soobench.c:8:9: note: expanded from macro 'R_SOOFUNCTION' size_t n_parameters, n_values, current_value; \ ^ soobench.c:36:1: warning: variable 'n_values' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] R_SOOFUNCTION(f_ellipsoidal) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:17:20: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^~~~~~~~~~~~~ /Users/ripley/R/R-clang/include/Rinternals.h:1013:19: note: expanded from macro 'isVector' #define isVector Rf_isVector ^ soobench.c:36:1: note: uninitialized use occurs here R_SOOFUNCTION(f_ellipsoidal) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:25:49: note: expanded from macro 'R_SOOFUNCTION' for (current_value = 0; current_value < n_values; ++current_value) { \ ^~~~~~~~ soobench.c:36:1: note: remove the 'if' if its condition is always true R_SOOFUNCTION(f_ellipsoidal) ^ soobench.c:17:16: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^ soobench.c:36:1: note: variable 'n_values' is declared here R_SOOFUNCTION(f_ellipsoidal) ^ soobench.c:8:9: note: expanded from macro 'R_SOOFUNCTION' size_t n_parameters, n_values, current_value; \ ^ soobench.c:37:1: warning: variable 'n_values' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] R_SOOFUNCTION(f_goldstein_price) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:17:20: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^~~~~~~~~~~~~ /Users/ripley/R/R-clang/include/Rinternals.h:1013:19: note: expanded from macro 'isVector' #define isVector Rf_isVector ^ soobench.c:37:1: note: uninitialized use occurs here R_SOOFUNCTION(f_goldstein_price) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:25:49: note: expanded from macro 'R_SOOFUNCTION' for (current_value = 0; current_value < n_values; ++current_value) { \ ^~~~~~~~ soobench.c:37:1: note: remove the 'if' if its condition is always true R_SOOFUNCTION(f_goldstein_price) ^ soobench.c:17:16: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^ soobench.c:37:1: note: variable 'n_values' is declared here R_SOOFUNCTION(f_goldstein_price) ^ soobench.c:8:9: note: expanded from macro 'R_SOOFUNCTION' size_t n_parameters, n_values, current_value; \ ^ soobench.c:38:1: warning: variable 'n_values' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] R_SOOFUNCTION(f_griewank) ^~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:17:20: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^~~~~~~~~~~~~ /Users/ripley/R/R-clang/include/Rinternals.h:1013:19: note: expanded from macro 'isVector' #define isVector Rf_isVector ^ soobench.c:38:1: note: uninitialized use occurs here R_SOOFUNCTION(f_griewank) ^~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:25:49: note: expanded from macro 'R_SOOFUNCTION' for (current_value = 0; current_value < n_values; ++current_value) { \ ^~~~~~~~ soobench.c:38:1: note: remove the 'if' if its condition is always true R_SOOFUNCTION(f_griewank) ^ soobench.c:17:16: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^ soobench.c:38:1: note: variable 'n_values' is declared here R_SOOFUNCTION(f_griewank) ^ soobench.c:8:9: note: expanded from macro 'R_SOOFUNCTION' size_t n_parameters, n_values, current_value; \ ^ soobench.c:39:1: warning: variable 'n_values' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] R_SOOFUNCTION(f_kotancheck) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:17:20: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^~~~~~~~~~~~~ /Users/ripley/R/R-clang/include/Rinternals.h:1013:19: note: expanded from macro 'isVector' #define isVector Rf_isVector ^ soobench.c:39:1: note: uninitialized use occurs here R_SOOFUNCTION(f_kotancheck) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:25:49: note: expanded from macro 'R_SOOFUNCTION' for (current_value = 0; current_value < n_values; ++current_value) { \ ^~~~~~~~ soobench.c:39:1: note: remove the 'if' if its condition is always true R_SOOFUNCTION(f_kotancheck) ^ soobench.c:17:16: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^ soobench.c:39:1: note: variable 'n_values' is declared here R_SOOFUNCTION(f_kotancheck) ^ soobench.c:8:9: note: expanded from macro 'R_SOOFUNCTION' size_t n_parameters, n_values, current_value; \ ^ soobench.c:40:1: warning: variable 'n_values' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] R_SOOFUNCTION(f_mexican_hat) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:17:20: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^~~~~~~~~~~~~ /Users/ripley/R/R-clang/include/Rinternals.h:1013:19: note: expanded from macro 'isVector' #define isVector Rf_isVector ^ soobench.c:40:1: note: uninitialized use occurs here R_SOOFUNCTION(f_mexican_hat) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:25:49: note: expanded from macro 'R_SOOFUNCTION' for (current_value = 0; current_value < n_values; ++current_value) { \ ^~~~~~~~ soobench.c:40:1: note: remove the 'if' if its condition is always true R_SOOFUNCTION(f_mexican_hat) ^ soobench.c:17:16: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^ soobench.c:40:1: note: variable 'n_values' is declared here R_SOOFUNCTION(f_mexican_hat) ^ soobench.c:8:9: note: expanded from macro 'R_SOOFUNCTION' size_t n_parameters, n_values, current_value; \ ^ soobench.c:41:1: warning: variable 'n_values' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] R_SOOFUNCTION(f_rastrigin) ^~~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:17:20: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^~~~~~~~~~~~~ /Users/ripley/R/R-clang/include/Rinternals.h:1013:19: note: expanded from macro 'isVector' #define isVector Rf_isVector ^ soobench.c:41:1: note: uninitialized use occurs here R_SOOFUNCTION(f_rastrigin) ^~~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:25:49: note: expanded from macro 'R_SOOFUNCTION' for (current_value = 0; current_value < n_values; ++current_value) { \ ^~~~~~~~ soobench.c:41:1: note: remove the 'if' if its condition is always true R_SOOFUNCTION(f_rastrigin) ^ soobench.c:17:16: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^ soobench.c:41:1: note: variable 'n_values' is declared here R_SOOFUNCTION(f_rastrigin) ^ soobench.c:8:9: note: expanded from macro 'R_SOOFUNCTION' size_t n_parameters, n_values, current_value; \ ^ soobench.c:42:1: warning: variable 'n_values' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] R_SOOFUNCTION(f_rosenbrock) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:17:20: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^~~~~~~~~~~~~ /Users/ripley/R/R-clang/include/Rinternals.h:1013:19: note: expanded from macro 'isVector' #define isVector Rf_isVector ^ soobench.c:42:1: note: uninitialized use occurs here R_SOOFUNCTION(f_rosenbrock) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:25:49: note: expanded from macro 'R_SOOFUNCTION' for (current_value = 0; current_value < n_values; ++current_value) { \ ^~~~~~~~ soobench.c:42:1: note: remove the 'if' if its condition is always true R_SOOFUNCTION(f_rosenbrock) ^ soobench.c:17:16: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^ soobench.c:42:1: note: variable 'n_values' is declared here R_SOOFUNCTION(f_rosenbrock) ^ soobench.c:8:9: note: expanded from macro 'R_SOOFUNCTION' size_t n_parameters, n_values, current_value; \ ^ soobench.c:44:1: warning: variable 'n_values' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] R_SOOFUNCTION(f_sphere) ^~~~~~~~~~~~~~~~~~~~~~~ soobench.c:17:20: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^~~~~~~~~~~~~ /Users/ripley/R/R-clang/include/Rinternals.h:1013:19: note: expanded from macro 'isVector' #define isVector Rf_isVector ^ soobench.c:44:1: note: uninitialized use occurs here R_SOOFUNCTION(f_sphere) ^~~~~~~~~~~~~~~~~~~~~~~ soobench.c:25:49: note: expanded from macro 'R_SOOFUNCTION' for (current_value = 0; current_value < n_values; ++current_value) { \ ^~~~~~~~ soobench.c:44:1: note: remove the 'if' if its condition is always true R_SOOFUNCTION(f_sphere) ^ soobench.c:17:16: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^ soobench.c:44:1: note: variable 'n_values' is declared here R_SOOFUNCTION(f_sphere) ^ soobench.c:8:9: note: expanded from macro 'R_SOOFUNCTION' size_t n_parameters, n_values, current_value; \ ^ soobench.c:45:1: warning: variable 'n_values' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] R_SOOFUNCTION(f_weierstrass) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:17:20: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^~~~~~~~~~~~~ /Users/ripley/R/R-clang/include/Rinternals.h:1013:19: note: expanded from macro 'isVector' #define isVector Rf_isVector ^ soobench.c:45:1: note: uninitialized use occurs here R_SOOFUNCTION(f_weierstrass) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ soobench.c:25:49: note: expanded from macro 'R_SOOFUNCTION' for (current_value = 0; current_value < n_values; ++current_value) { \ ^~~~~~~~ soobench.c:45:1: note: remove the 'if' if its condition is always true R_SOOFUNCTION(f_weierstrass) ^ soobench.c:17:16: note: expanded from macro 'R_SOOFUNCTION' } else if (isVector(s_x)) { \ ^ soobench.c:45:1: note: variable 'n_values' is declared here R_SOOFUNCTION(f_weierstrass) ^ soobench.c:8:9: note: expanded from macro 'R_SOOFUNCTION' size_t n_parameters, n_values, current_value; \ ^ 12 warnings generated. clang -mtune=native -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o soobench.so bbobr.o benchmarks.o benchmarksdeclare.o benchmarkshelper.o benchmarksnoisy.o f_ackley.o f_branin.o f_double_sum.o f_ellipsoidal.o f_goldstein_price.o f_griewank.o f_kotancheck.o f_mexican_hat.o f_rastrigin.o f_rosenbrock.o f_sphere.o f_weierstrass.o soobench.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/soobench.Rcheck/soobench/libs ** R ** inst ** preparing package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded * DONE (soobench)