* installing *source* package 'PRTree' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.2.0' using Fortran compiler: 'GNU Fortran (GCC) 13.2.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c PRTree_init.c -o PRTree_init.o gfortran -pedantic -O2 -mfpmath=sse -msse2 -mstackrealign -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:11: 105 | return | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:114:11: 114 | return | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:230:52: 230 | type(nm) :: new_nodes(ncol*2), nodes_at(ncol*2) | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:401:2: 401 | do i = 1, k | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:402:2: 402 | j = 1 | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:403:2: 403 | if(i /= node) then | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:404:2: 404 | Pnew(:, j) = Pant(:, i) | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:405:2: 405 | j = j + 1 | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:406:2: 406 | end if | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:407:2: 407 | end do | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:465:57: 465 | if(1 - MSE_list(2)/MSE_list(1) < cp) goto 999 | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:488:55: 488 | nodes_info(n_nodes+1:n_nodes+2) = nodes_info_at | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:505:51: 505 | terminal_nodes = pack(nodes_info%node, ind) | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:523:37: 523 | type(tr), intent(inout) :: tree | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:531:55: 531 | real(dp), intent(in) :: sigma(dim_s(1), dim_s(2)) | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:560:23: 560 | tree%gamma = gamma | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:573:38: 573 | tree%nodes_matrix = nodes_matrix | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:710:26: 710 | if(Iindep == 0) goto 10 | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:714:25: 714 | do i = 1, dim_sigma(1) | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:733:12: 733 | 10 continue | 1 Warning: Nonconforming tab character at (1) [-Wtabs] gcc -shared -s -static-libgcc -o PRTree.dll tmp.def PRTree_init.o base.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -lgfortran -lm -lquadmath -LD:/RCompile/recent/R/bin/x64 -lR installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-PRTree/00new/PRTree/libs/x64 ** R ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (PRTree)