* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘BayesVarSel’ ...
** package ‘BayesVarSel’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/tmp/RtmpySOiNt/R.INSTALLd6b9c6c664001/BayesVarSel/src'
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c BayesVarSel_init.c -o BayesVarSel_init.o
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c Gibbsauxiliaryfuncs.c -o Gibbsauxiliaryfuncs.o
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c allBF.c -o allBF.o
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c auxiliaryfuncs.c -o auxiliaryfuncs.o
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c main.c -o main.o
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c mainGibbs.c -o mainGibbs.o
mainGibbs.c: In function ‘GibbsRobustConst’:
mainGibbs.c:1209:12: warning: variable ‘BF’ set but not used [-Wunused-but-set-variable]
 1209 |     double BF=0.0;
      |            ^~
mainGibbs.c: In function ‘GibbsRobustSB’:
mainGibbs.c:1551:12: warning: variable ‘SB’ set but not used [-Wunused-but-set-variable]
 1551 |     double SB=0.0;
      |            ^~
mainGibbs.c:1550:12: warning: variable ‘BF’ set but not used [-Wunused-but-set-variable]
 1550 |     double BF=0.0;
      |            ^~
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c mainGibbsF.c -o mainGibbsF.o
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c mainSingle.c -o mainSingle.o
gcc-13 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c priorprob.c -o priorprob.o
gcc-13 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -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 -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpySOiNt/R.INSTALLd6b9c6c664001/BayesVarSel/src'
make[1]: Entering directory '/tmp/RtmpySOiNt/R.INSTALLd6b9c6c664001/BayesVarSel/src'
make[1]: Leaving directory '/tmp/RtmpySOiNt/R.INSTALLd6b9c6c664001/BayesVarSel/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-BayesVarSel/00new/BayesVarSel/libs
** 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)