* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘PRTree’ ... ** package ‘PRTree’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-8) 14.2.0’ using Fortran compiler: ‘GNU Fortran (Debian 14.2.0-8) 14.2.0’ make[1]: Entering directory '/tmp/RtmpiLPDZq/R.INSTALL1e33c44b870673/PRTree/src' gcc-14 -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 PRTree_init.c -o PRTree_init.o gfortran-14 -fpic -g -O2 -Wall -pedantic -mtune=native -c base.f90 -o base.o base.f90:60:11: 60 | return | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:69:11: 69 | return | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:78:11: 78 | return | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:87:11: 87 | return | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:96:11: 96 | return | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:105:2: 105 | M = 0.0d0 ! Prevents uninitialized usage v 1.1.2 | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:106:11: 106 | return | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:115:2: 115 | M = 0 ! Prevents uninitialized usage v 1.1.2 | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:116:11: 116 | return | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:232:52: 232 | type(nm) :: new_nodes(ncol*2), nodes_at(ncol*2) | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:399:2: 399 | j = 1 | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:400:2: 400 | do i = 1,k | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:402:2: 402 | if(j .ne. node) then | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:403:2: 403 | Pnew(:,j) = Pant(:,i) | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:404:2: 404 | j = j+1 | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:405:2: 405 | end if | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:406:2: 406 | end do | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:463:57: 463 | if(1 - MSE_list(2)/MSE_list(1) < cp) goto 999 | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:486:55: 486 | nodes_info(n_nodes+1:n_nodes+2) = nodes_info_at | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:503:51: 503 | terminal_nodes = pack(nodes_info%node, ind) | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:521:37: 521 | type(tr), intent(inout) :: tree | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:529:55: 529 | real(dp), intent(in) :: sigma(dim_s(1), dim_s(2)) | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:558:23: 558 | tree%gamma = gamma | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:571:38: 571 | tree%nodes_matrix = nodes_matrix | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:708:26: 708 | if(Iindep == 0) goto 10 | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:712:25: 712 | do i = 1, dim_sigma(1) | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:731:12: 731 | 10 continue | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:240:22: 240 | integer :: node_rm, father, var, var_at, ind_Z(1) | 1 Warning: Unused variable ‘node_rm’ declared at (1) [-Wunused-variable] base.f90:238:26: 238 | real(dp) :: yhat(nrow), MSE, val_at | 1 Warning: Unused variable ‘yhat’ declared at (1) [-Wunused-variable] base.f90:694:38: 694 | real(dp) :: val_at, MSE_temp, gen_dp | 1 Warning: Unused variable ‘gen_dp’ declared at (1) [-Wunused-variable] base.f90:696:23: 696 | integer :: i, gen_int | 1 Warning: Unused variable ‘gen_int’ declared at (1) [-Wunused-variable] base.f90:694:20: 694 | real(dp) :: val_at, MSE_temp, gen_dp | 1 Warning: Unused variable ‘val_at’ declared at (1) [-Wunused-variable] base.f90:487:40: 487 | nodes_info(father)%isTerminal = 0 | ^ Warning: ‘father’ may be used uninitialized [-Wmaybe-uninitialized] base.f90:240:30: 240 | integer :: node_rm, father, var, var_at, ind_Z(1) | ^ note: ‘father’ was declared here base.f90:489:43: 489 | nodes_info(father)%cutpoint = val_at | ^ Warning: ‘val_at’ may be used uninitialized [-Wmaybe-uninitialized] base.f90:238:39: 238 | real(dp) :: yhat(nrow), MSE, val_at | ^ note: ‘val_at’ was declared here base.f90:488:41: 488 | nodes_info(father)%varCut = var_at | ^ Warning: ‘var_at’ may be used uninitialized [-Wmaybe-uninitialized] base.f90:240:43: 240 | integer :: node_rm, father, var, var_at, ind_Z(1) | ^ note: ‘var_at’ was declared here gcc-14 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o PRTree.so PRTree_init.o base.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 '/tmp/RtmpiLPDZq/R.INSTALL1e33c44b870673/PRTree/src' make[1]: Entering directory '/tmp/RtmpiLPDZq/R.INSTALL1e33c44b870673/PRTree/src' make[1]: Leaving directory '/tmp/RtmpiLPDZq/R.INSTALL1e33c44b870673/PRTree/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-PRTree/00new/PRTree/libs ** R ** inst ** 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 (PRTree)