* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘mgee2’ ... ** package ‘mgee2’ 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 '/home/hornik/tmp/scratch/RtmplpgWE4/R.INSTALL20c97d3e60d698/mgee2/src' gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c mgee2.c -o mgee2.o mgee2.c: In function ‘Cgetmgee2v_i’: mgee2.c:65:10: warning: variable ‘one_ptr’ set but not used [-Wunused-but-set-variable] 65 | int *one_ptr; | ^~~~~~~ mgee2.c: In function ‘Cmgee2’: mgee2.c:645:25: warning: variable ‘len_Z’ set but not used [-Wunused-but-set-variable] 645 | int nENUM, n_extID, len_Z, nrow_DM_i, nXDM_ENUM; | ^~~~~ mgee2.c:645:16: warning: variable ‘n_extID’ set but not used [-Wunused-but-set-variable] 645 | int nENUM, n_extID, len_Z, nrow_DM_i, nXDM_ENUM; | ^~~~~~~ mgee2.c:644:38: warning: variable ‘convergence’ set but not used [-Wunused-but-set-variable] 644 | int one, maxit, iter, last_iter, convergence; | ^~~~~~~~~~~ mgee2.c:644:27: warning: variable ‘last_iter’ set but not used [-Wunused-but-set-variable] 644 | int one, maxit, iter, last_iter, convergence; | ^~~~~~~~~ mgee2.c: In function ‘get_dvd’: mgee2.c:2996:12: warning: variable ‘elem’ set but not used [-Wunused-but-set-variable] 2996 | double elem; | ^~~~ mgee2.c: At top level: mgee2.c:3252:15: warning: ‘get_1_rowsum’ defined but not used [-Wunused-function] 3252 | static double get_1_rowsum(MATRIX *X, int i) | ^~~~~~~~~~~~ mgee2.c:2914:13: warning: ‘outer_colvec_to’ defined but not used [-Wunused-function] 2914 | static void outer_colvec_to(MATRIX *colvec, | ^~~~~~~~~~~~~~~ mgee2.c:2819:13: warning: ‘get_matmult’ defined but not used [-Wunused-function] 2819 | static void get_matmult(MATRIX *mat1, | ^~~~~~~~~~~ mgee2.c:2777:13: warning: ‘get_matadd’ defined but not used [-Wunused-function] 2777 | static void get_matadd(MATRIX *mat1, | ^~~~~~~~~~ mgee2.c:2752:13: warning: ‘get_matsub’ defined but not used [-Wunused-function] 2752 | static void get_matsub(MATRIX *mat1, | ^~~~~~~~~~ mgee2.c:2682:13: warning: ‘matrix_col_mult’ defined but not used [-Wunused-function] 2682 | static void matrix_col_mult(MATRIX *colvec, MATRIX *outmat) /* col vector times a matrix*/ | ^~~~~~~~~~~~~~~ mgee2.c:2657:13: warning: ‘matrix_row_mult’ defined but not used [-Wunused-function] 2657 | static void matrix_row_mult(MATRIX *rowvec, MATRIX *outmat) /* row vector times a matrix*/ | ^~~~~~~~~~~~~~~ mgee2.c:2635:13: warning: ‘matrix_elem_mult’ defined but not used [-Wunused-function] 2635 | static void matrix_elem_mult(MATRIX *inmat, MATRIX *outmat) | ^~~~~~~~~~~~~~~~ mgee2.c:2604:16: warning: ‘matrix_multiply’ defined but not used [-Wunused-function] 2604 | static MATRIX *matrix_multiply(MATRIX *mat1, MATRIX *mat2) | ^~~~~~~~~~~~~~~ mgee2.c:2578:16: warning: ‘matrix_subtract’ defined but not used [-Wunused-function] 2578 | static MATRIX *matrix_subtract(MATRIX *mat1, MATRIX *mat2) | ^~~~~~~~~~~~~~~ mgee2.c:2504:13: warning: ‘rows_plug’ defined but not used [-Wunused-function] 2504 | static void rows_plug(MATRIX *inmat, int i1, int i2, MATRIX *outmat, int j) | ^~~~~~~~~ mgee2.c:2480:13: warning: ‘col_replace’ defined but not used [-Wunused-function] 2480 | static void col_replace(MATRIX *inmat, int i, MATRIX *outmat, int j) | ^~~~~~~~~~~ mgee2.c:2459:13: warning: ‘row_replace’ defined but not used [-Wunused-function] 2459 | static void row_replace(MATRIX *inmat, int i, MATRIX *outmat, int j) | ^~~~~~~~~~~ mgee2.c:2094:16: warning: ‘get_cbind’ defined but not used [-Wunused-function] 2094 | static MATRIX *get_cbind(MATRIX *mat1, MATRIX *mat2){ | ^~~~~~~~~ mgee2.c:1917:16: warning: ‘VC_GEE_matexpit’ defined but not used [-Wunused-function] 1917 | static MATRIX *VC_GEE_matexpit(MATRIX *x){ | ^~~~~~~~~~~~~~~ mgee2.c:1891:16: warning: ‘get_sum2col’ defined but not used [-Wunused-function] 1891 | static MATRIX *get_sum2col(MATRIX *inmat){ | ^~~~~~~~~~~ mgee2.c:1865:16: warning: ‘get_sum1row’ defined but not used [-Wunused-function] 1865 | static MATRIX *get_sum1row(MATRIX *inmat){ | ^~~~~~~~~~~ mgee2.c:1843:16: warning: ‘get_kronecker’ defined but not used [-Wunused-function] 1843 | static MATRIX *get_kronecker(MATRIX *x, MATRIX *y){ | ^~~~~~~~~~~~~ mgee2.c:1823:16: warning: ‘get_rep’ defined but not used [-Wunused-function] 1823 | static MATRIX *get_rep(MATRIX *x, int nrep){ | ^~~~~~~ mgee2.c:1809:16: warning: ‘get_rep_scalar’ defined but not used [-Wunused-function] 1809 | static MATRIX *get_rep_scalar(int a, int nrep){ | ^~~~~~~~~~~~~~ mgee2.c:1794:16: warning: ‘get_seq1’ defined but not used [-Wunused-function] 1794 | static MATRIX *get_seq1(int el_start, int end){ | ^~~~~~~~ mgee2.c:1777:16: warning: ‘VC_GEE_mat1over’ defined but not used [-Wunused-function] 1777 | static MATRIX *VC_GEE_mat1over(MATRIX *x){ | ^~~~~~~~~~~~~~~ mgee2.c:1761:16: warning: ‘VC_GEE_matsqrt’ defined but not used [-Wunused-function] 1761 | static MATRIX *VC_GEE_matsqrt(MATRIX *x){ | ^~~~~~~~~~~~~~ mgee2.c:1743:16: warning: ‘VC_GEE_diag_as_vec’ defined but not used [-Wunused-function] 1743 | static MATRIX *VC_GEE_diag_as_vec(MATRIX *inmat){ | ^~~~~~~~~~~~~~~~~~ mgee2.c:1720:12: warning: ‘VC_GEE_nchanges’ defined but not used [-Wunused-function] 1720 | static int VC_GEE_nchanges(MATRIX *X){ | ^~~~~~~~~~~~~~~ mgee2.c:1708:16: warning: ‘VC_GEE_col_1s’ defined but not used [-Wunused-function] 1708 | static MATRIX *VC_GEE_col_1s(int k){ | ^~~~~~~~~~~~~ mgee2.c:1697:16: warning: ‘VC_GEE_ident’ defined but not used [-Wunused-function] 1697 | static MATRIX *VC_GEE_ident(int ord){ | ^~~~~~~~~~~~ mgee2.c:1681:16: warning: ‘VC_GEE_scalar_times_matrix’ defined but not used [-Wunused-function] 1681 | static MATRIX *VC_GEE_scalar_times_matrix(double a, MATRIX *X){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mgee2.c:1651:16: warning: ‘VC_GEE_pxq_divby_px1’ defined but not used [-Wunused-function] 1651 | static MATRIX *VC_GEE_pxq_divby_px1(MATRIX *pxq, MATRIX *px1){ | ^~~~~~~~~~~~~~~~~~~~ mgee2.c:1621:16: warning: ‘VC_GEE_px1_times_pxq’ defined but not used [-Wunused-function] 1621 | static MATRIX *VC_GEE_px1_times_pxq(MATRIX *px1, MATRIX *pxq){ | ^~~~~~~~~~~~~~~~~~~~ mgee2.c:1527:16: warning: ‘VC_GEE_matadd’ defined but not used [-Wunused-function] 1527 | static MATRIX *VC_GEE_matadd(MATRIX *mat1, MATRIX *mat2){ | ^~~~~~~~~~~~~ mgee2.c:1511:16: warning: ‘VC_GEE_matexp’ defined but not used [-Wunused-function] 1511 | static MATRIX *VC_GEE_matexp(MATRIX *x){ | ^~~~~~~~~~~~~ mgee2.c:1493:15: warning: ‘VC_GEE_matmax’ defined but not used [-Wunused-function] 1493 | static double VC_GEE_matmax(MATRIX *x){ | ^~~~~~~~~~~~~ mgee2.c:1477:16: warning: ‘VC_GEE_matabs’ defined but not used [-Wunused-function] 1477 | static MATRIX *VC_GEE_matabs(MATRIX *x){ | ^~~~~~~~~~~~~ mgee2.c:1463:15: warning: ‘VC_GEE_elsum’ defined but not used [-Wunused-function] 1463 | static double VC_GEE_elsum(MATRIX *x) | ^~~~~~~~~~~~ mgee2.c:1390:12: warning: ‘VC_GEE_split’ defined but not used [-Wunused-function] 1390 | static int VC_GEE_split(MATRIX *matptr, MATRIX *discptr, MATRIX *matarrptr[]){ | ^~~~~~~~~~~~ mgee2.c:1366:16: warning: ‘VC_GEE_extract_cols’ defined but not used [-Wunused-function] 1366 | static MATRIX *VC_GEE_extract_cols(MATRIX *x, int VC_GEE_start, int end){ | ^~~~~~~~~~~~~~~~~~~ gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c packagename_init.c -o packagename_init.o gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o mgee2.so mgee2.o packagename_init.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmplpgWE4/R.INSTALL20c97d3e60d698/mgee2/src' make[1]: Entering directory '/home/hornik/tmp/scratch/RtmplpgWE4/R.INSTALL20c97d3e60d698/mgee2/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmplpgWE4/R.INSTALL20c97d3e60d698/mgee2/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-mgee2/00new/mgee2/libs ** R ** data *** moving datasets to lazyload DB ** 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 * creating tarball packaged installation of ‘mgee2’ as ‘mgee2_0.5_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (mgee2)