* installing *source* package ‘ExactTree’ ...
** this is package ‘ExactTree’ version ‘0.1.2’
** package ‘ExactTree’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
using Fortran compiler: ‘GNU Fortran (GCC) 14.2.0’
using SDK: ‘MacOSX14.5.sdk’
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  OptTreeCallBacks.f95 -o OptTreeCallBacks.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c init.c -o init.o
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  OptimalTrees.f95 -o OptimalTrees.o
OptimalTrees.f95:108:32:

  108 |       CumStatus=CumStatus+Status
      |                                ^
Warning: 'cumstatus' may be used uninitialized [-Wmaybe-uninitialized]
OptimalTrees.f95:96:23:

   96 | INTEGER i, j, CumStatus, Status, MemCount
      |                       ^
note: 'cumstatus' declared here
/opt/gfortran/bin/gfortran -arch arm64  -fPIC  -Wall -g -O2  -c  OptTreeF.f95 -o OptTreeF.o
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 ExactTree.so OptTreeCallBacks.o OptTreeF.o OptimalTrees.o init.o -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/ExactTree.Rcheck/00LOCK-ExactTree/00new/ExactTree/libs
** generating debug symbols (dSYM)
** 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
** 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 (ExactTree)