* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘causalSLSE’ ...
** package ‘causalSLSE’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
using Fortran compiler: ‘GNU Fortran (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpCToarv/R.INSTALL1b240a228604fd/causalSLSE/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 dist.c -o dist.o
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 initcausal.c -o initcausal.o
gfortran-13  -fpic  -g -O2 -Wall -mtune=native  -c slse.f -o slse.o
slse.f:261:12:

  261 |       ssr = sum(e1**2) + sum(e0**2)
      |            1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
slse.f:688:12:

  688 |       ssr = sum(e1**2) + sum(e0**2)
      |            1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
slse.f:719:12:

  719 |       ssr = sum(e**2)
      |            1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
slse.f:706:43:

  706 |       integer nks(p), tnks, piv(tnk+p+1), i
      |                                           1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
slse.f:667:47:

  667 |       integer nk0s(p), nk1s(p), tnk0s, tnk1s, i
      |                                               1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
slse.f:618:43:

  618 |       integer npval0, npval1, npval, nna, i, j, l
      |                                           1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
slse.f:618:46:

  618 |       integer npval0, npval1, npval, nna, i, j, l
      |                                              1
Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable]
slse.f:618:49:

  618 |       integer npval0, npval1, npval, nna, i, j, l
      |                                                 1
Warning: Unused variable ‘l’ declared at (1) [-Wunused-variable]
slse.f:618:40:

  618 |       integer npval0, npval1, npval, nna, i, j, l
      |                                        1
Warning: Unused variable ‘nna’ declared at (1) [-Wunused-variable]
slse.f:37:36:

   37 |       integer n, k, rk, piv(k), info, i, j, tv
      |                                    1
Warning: Unused variable ‘info’ declared at (1) [-Wunused-variable]
slse.f:37:42:

   37 |       integer n, k, rk, piv(k), info, i, j, tv
      |                                          1
Warning: Unused variable ‘j’ declared at (1) [-Wunused-variable]
slse.f:241:47:

  241 |       integer nk0s(p), nk1s(p), tnk0s, tnk1s, i, vt
      |                                               1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o causalSLSE.so dist.o initcausal.o slse.o -llapack -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpCToarv/R.INSTALL1b240a228604fd/causalSLSE/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpCToarv/R.INSTALL1b240a228604fd/causalSLSE/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpCToarv/R.INSTALL1b240a228604fd/causalSLSE/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-causalSLSE/00new/causalSLSE/libs
** R
** data
** 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
** 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 ‘causalSLSE’ as ‘causalSLSE_0.3-1_R_x86_64-pc-linux-gnu.tar.gz’
* DONE (causalSLSE)