* installing *source* package ‘PRTree’ ...
** package ‘PRTree’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’
using SDK: ‘MacOSX11.3.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c PRTree_init.c -o PRTree_init.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -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: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
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: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
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o PRTree.so PRTree_init.o base.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: could not create compact unwind for ___base_MOD___copy_base_Tr: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_probs: registers 72 and 73 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_inv: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_gammahat: register 73 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___base_MOD_safe_allocate_matrix_int: register 26 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___base_MOD_safe_allocate_matrix: register 26 saved somewhere other than in frame
ld: warning: could not create compact unwind for ___base_MOD_safe_allocate_real_dp: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_safe_allocate_integer: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_safe_allocate_logical: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_safe_allocate2: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_safe_allocate1: registers 21 and 22 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_update_tree: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_fill_tree: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___base_MOD_main_calc: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _pr_treer_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for _predict_pr_treer_: registers 27 and 28 not saved contiguously in frame
ld: warning: could not create compact unwind for ___emutls_get_address: registers 23 and 24 not saved contiguously in frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.3/PRTree.Rcheck/00LOCK-PRTree/00new/PRTree/libs
** generating debug symbols (dSYM)
** 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)