* installing *source* package 'GNE' ...
** package 'GNE' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpO8Q1QQ/R.INSTALL4fd05d4b721f/GNE/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c SSR.c -o SSR.o
In file included from D:/RCompile/recent/R/include/Rdefines.h:41,
                 from SSR.h:16,
                 from SSR.c:19:
SSR.c: In function 'dofunSSR':
D:/RCompile/recent/R/include/Rinternals.h:902:33: warning: 'R_grjointcall' may be used uninitialized [-Wmaybe-uninitialized]
  902 | #define eval                    Rf_eval
D:/RCompile/recent/R/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT'
  371 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
SSR.c:207:31: note: in expansion of macro 'eval'
  207 |         PROTECT(grjoint_res = eval(R_grjointcall, env)); //Grad_{x_ij} h(x)
      |                               ^~~~
SSR.c:80:8: note: 'R_grjointcall' was declared here
   80 |   SEXP R_grjointcall, grjoint_res; //gradient of the joint function
      |        ^~~~~~~~~~~~~
D:/RCompile/recent/R/include/Rinternals.h:902:33: warning: 'R_jointcall' may be used uninitialized [-Wmaybe-uninitialized]
  902 | #define eval                    Rf_eval
D:/RCompile/recent/R/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT'
  371 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
SSR.c:250:25: note: in expansion of macro 'eval'
  250 |     PROTECT(joint_res = eval(R_jointcall, env)); //h(x)
      |                         ^~~~
SSR.c:79:8: note: 'R_jointcall' was declared here
   79 |   SEXP R_jointcall, joint_res; //the joint function
      |        ^~~~~~~~~~~
SSR.c: In function 'dojacSSR':
D:/RCompile/recent/R/include/Rinternals.h:902:33: warning: 'R_grconstrcall' may be used uninitialized [-Wmaybe-uninitialized]
  902 | #define eval                    Rf_eval
D:/RCompile/recent/R/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT'
  371 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
SSR.c:591:32: note: in expansion of macro 'eval'
  591 |         PROTECT(grconstr_res = eval(R_grconstrcall, env)); //Grad_{x_lj} g_l(x)
      |                                ^~~~
SSR.c:376:8: note: 'R_grconstrcall' was declared here
  376 |   SEXP R_grconstrcall, grconstr_res; //gradient of constr func
      |        ^~~~~~~~~~~~~~
D:/RCompile/recent/R/include/Rinternals.h:902:33: warning: 'R_grjointcall' may be used uninitialized [-Wmaybe-uninitialized]
  902 | #define eval                    Rf_eval
D:/RCompile/recent/R/include/Rinternals.h:371:36: note: in definition of macro 'PROTECT'
  371 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
SSR.c:567:31: note: in expansion of macro 'eval'
  567 |         PROTECT(grjoint_res = eval(R_grjointcall, env)); //Grad_{x_li} h(x)
      |                               ^~~~
SSR.c:379:8: note: 'R_grjointcall' was declared here
  379 |   SEXP R_grjointcall, grjoint_res; //gradient of joint func
      |        ^~~~~~~~~~~~~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
gcc -shared -s -static-libgcc -o GNE.dll tmp.def SSR.o init.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpO8Q1QQ/R.INSTALL4fd05d4b721f/GNE/src'
make[1]: Entering directory '/d/temp/RtmpO8Q1QQ/R.INSTALL4fd05d4b721f/GNE/src'
make[1]: Leaving directory '/d/temp/RtmpO8Q1QQ/R.INSTALL4fd05d4b721f/GNE/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-GNE/00new/GNE/libs/x64
** R
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'GNE' as GNE_0.99-5.zip
* DONE (GNE)