* installing *source* package ‘IAPWS95’ ...
** package ‘IAPWS95’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’
using SDK: ‘MacOSX11.3.sdk’
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c  IAPWS9521D.f90 -o IAPWS9521D.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c IAPWS95_init.c -o IAPWS95_init.o
IAPWS9521D.f90:6890:3:

 6890 | 320   PTEST = calcp(T,DL1A)
      |   1
Warning: Label 320 at (1) defined but not used [-Wunused-label]
IAPWS9521D.f90:11362:23:

11362 |          D2 = D1 * DFAK
      |                       ^
Warning: ‘d1’ may be used uninitialized [-Wmaybe-uninitialized]
IAPWS9521D.f90:11250:35:

11250 |       REAL(KIND=KIND(0.0d0)) ::  D1,S1,calcs,DFAK,SDIFF1,D2,S2,SDIFF2,DVEQN,DLEQN
      |                                   ^
note: ‘d1’ declared here
IAPWS9521D.f90:2323:10:

 2323 |       if ( T .LT. TTR ) then
      |          ^
Warning: ‘ttr’ may be used uninitialized [-Wmaybe-uninitialized]
IAPWS9521D.f90:2933:22:

 2933 |         DTR = DTs( TTR, s, D, icode)
      |                      ^
note: ‘ttr’ declared here
clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o IAPWS95.so IAPWS9521D.o IAPWS95_init.o -L/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/IAPWS95.Rcheck/00LOCK-IAPWS95/00new/IAPWS95/libs
** generating debug symbols (dSYM)
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (IAPWS95)