* installing *source* package ‘lda’ ...
** package ‘lda’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (GCC) 14.0.1 20240503 (prerelease)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/lda/src'
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c cvb0.c -o cvb0.o
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c gibbs.c -o gibbs.o
gibbs.c: In function 'collapsedGibbsSampler':
gibbs.c:739:22: warning: 'classN' may be used uninitialized [-Wmaybe-uninitialized]
  739 |         for (ww=0; ww< classN; ww++){
      |                    ~~^~~~~~~~
gibbs.c:536:7: note: 'classN' was declared here
  536 |   int classN; //number of classes in sLDA minus 1
      |       ^~~~~~
gibbs.c:834:15: warning: 'nbeta_one' may be used uninitialized [-Wmaybe-uninitialized]
  834 |               INTEGER(nbeta_one)[K * (*z) + (*z2)]--;
      |               ^~~~~~~~~~~~~~~~~~
gibbs.c:592:8: note: 'nbeta_one' was declared here
  592 |   SEXP nbeta_one, nbeta_zero;
      |        ^~~~~~~~~
gibbs.c:836:15: warning: 'nbeta_zero' may be used uninitialized [-Wmaybe-uninitialized]
  836 |               INTEGER(nbeta_zero)[K * (*z) + (*z2)]--;
      |               ^~~~~~~~~~~~~~~~~~~
gibbs.c:592:19: note: 'nbeta_zero' was declared here
  592 |   SEXP nbeta_one, nbeta_zero;
      |                   ^~~~~~~~~~
gibbs.c:823:21: warning: 'nassignments_left' may be used uninitialized [-Wmaybe-uninitialized]
  823 |           int* z = &INTEGER(nassignments_left)[nd * dd + ww];
      |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
gibbs.c:593:8: note: 'nassignments_left' was declared here
  593 |   SEXP nassignments_left, nassignments_right;
      |        ^~~~~~~~~~~~~~~~~
gibbs.c:824:22: warning: 'nassignments_right' may be used uninitialized [-Wmaybe-uninitialized]
  824 |           int* z2 = &INTEGER(nassignments_right)[nd * ww + dd];
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gibbs.c:593:27: note: 'nassignments_right' was declared here
  593 |   SEXP nassignments_left, nassignments_right;
      |                           ^~~~~~~~~~~~~~~~~~
In file included from /data/gannet/ripley/R/R-devel/include/R.h:73,
                 from gibbs.c:1:
/data/gannet/ripley/R/R-devel/include/R_ext/Error.h:68:15: warning: 'sumcn' may be used uninitialized [-Wmaybe-uninitialized]
   68 | #define error Rf_error
gibbs.c:1064:11: note: in expansion of macro 'error'
 1064 |           error("Numerical problems (%g, %g, %g).", dv[dd],
      |           ^~~~~
gibbs.c:989:16: note: 'sumcn' was declared here
  989 |         double sumcn;
      |                ^~~~~
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c lda-init.c -o lda-init.o
gcc-14 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o lda.so cvb0.o gibbs.o lda-init.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/lda/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/lda/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/lda/src'
installing to /data/gannet/ripley/R/packages/tests-devel/lda.Rcheck/00LOCK-lda/00new/lda/libs
** R
** data
** demo
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (lda)