* installing *source* package ‘BayesVarSel’ ...
** package ‘BayesVarSel’ 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 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c BayesVarSel_init.c -o BayesVarSel_init.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c Gibbsauxiliaryfuncs.c -o Gibbsauxiliaryfuncs.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c allBF.c -o allBF.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c auxiliaryfuncs.c -o auxiliaryfuncs.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c main.c -o main.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c mainGibbs.c -o mainGibbs.o
mainGibbs.c:1209:12: warning: variable 'BF' set but not used [-Wunused-but-set-variable]
    double BF=0.0;
           ^
mainGibbs.c:1550:12: warning: variable 'BF' set but not used [-Wunused-but-set-variable]
    double BF=0.0;
           ^
mainGibbs.c:1551:12: warning: variable 'SB' set but not used [-Wunused-but-set-variable]
    double SB=0.0;
           ^
3 warnings generated.
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c mainGibbsF.c -o mainGibbsF.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c mainSingle.c -o mainSingle.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c priorprob.c -o priorprob.o
priorprob.c:81:27: warning: variable 'm1plusm2' set but not used [-Wunused-but-set-variable]
        double suma=0.0, m1=0.0, m1plusm2=0.0;
                                 ^
1 warning generated.
clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o BayesVarSel.so BayesVarSel_init.o Gibbsauxiliaryfuncs.o allBF.o auxiliaryfuncs.o main.o mainGibbs.o mainGibbsF.o mainSingle.o priorprob.o -L/usr/local/lib -lgsl -lgslcblas -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/BayesVarSel.Rcheck/00LOCK-BayesVarSel/00new/BayesVarSel/libs
** generating debug symbols (dSYM)
** R
** data
*** moving datasets to lazyload DB
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** 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 (BayesVarSel)