* installing *source* package ‘localScore’ ...
** this is package ‘localScore’ version ‘2.0.3’
** package ‘localScore’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c function_wrapper.cpp -o function_wrapper.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c localScoreC.cpp -o localScoreC.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.5/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c pValueMethods.cpp -o pValueMethods.o
localScoreC.cpp:93:7: warning: unused variable 'fixNoScoreMatrixSize' [-Wunused-variable]
int fixNoScoreMatrixSize = (numberOfLocalScores==0) ? 1 : 0; // needed to create finalScores Matrix in case of no localScore found
^
function_wrapper.cpp:175:8: warning: unused variable 'checkOK' [-Wunused-variable]
bool checkOK = checkKDMparameters(local_score, sequence_length, score_probabilities, sequence_min_, sequence_max_, score_values_) ;
^
function_wrapper.cpp:228:8: warning: unused variable 'checkOK' [-Wunused-variable]
bool checkOK = checkKDMparameters(local_score, sequence_length, score_probabilities, sequence_min_, sequence_max_, score_values_) ;
^
function_wrapper.cpp:262:8: warning: unused variable 'checkOK' [-Wunused-variable]
bool checkOK = checkKDMparameters(1, 1, score_probabilities, sequence_min_, sequence_max_, score_values_) ;
^
function_wrapper.cpp:328:8: warning: unused variable 'checkOK' [-Wunused-variable]
bool checkOK = checkKDMparameters(local_score, sequence_length, score_probabilities, sequence_min_, sequence_max_, score_values_) ;
^
function_wrapper.cpp:376:8: warning: unused variable 'checkOK' [-Wunused-variable]
bool checkOK = checkKDMparameters(1, 1, score_probabilities, sequence_min_, sequence_max_, score_values_) ;
^
pValueMethods.cpp:512:16: warning: unused variable 'i' [-Wunused-variable]
unsigned int i ;
^
pValueMethods.cpp:629:10: warning: unused variable 'K_plus' [-Wunused-variable]
double K_plus = karlin_parameters[1] ;
^
pValueMethods.cpp:713:10: warning: unused variable 'R' [-Wunused-variable]
double R = roots_separated.mod_smaller_one[0].real();
^
1 warning generated.
5 warnings generated.
3 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o localScore.so RcppExports.o function_wrapper.o localScoreC.o pValueMethods.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/localScore.Rcheck/00LOCK-localScore/00new/localScore/libs
** generating debug symbols (dSYM)
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (localScore)