* 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:398:2: 398 | do i = 1,k | 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 | if(j .ne. node) then | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:401:2: 401 | Pnew(:,j) = Pant(:,i) | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:402:2: 402 | j = j+1 | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:403:2: 403 | end if | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:404:2: 404 | end do | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:461:57: 461 | if(1 - MSE_list(2)/MSE_list(1) < cp) goto 999 | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:484:55: 484 | nodes_info(n_nodes+1:n_nodes+2) = nodes_info_at | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:501:51: 501 | terminal_nodes = pack(nodes_info%node, ind) | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:519:37: 519 | type(tr), intent(inout) :: tree | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:527:55: 527 | real(dp), intent(in) :: sigma(dim_s(1), dim_s(2)) | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:556:23: 556 | tree%gamma = gamma | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:569:38: 569 | tree%nodes_matrix = nodes_matrix | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:706:26: 706 | if(Iindep == 0) goto 10 | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:710:25: 710 | do i = 1, dim_sigma(1) | 1 Warning: Nonconforming tab character at (1) [-Wtabs] base.f90:729:12: 729 | 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)