* installing *source* package ‘Iso’ ... ** package ‘Iso’ 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’ clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c init.c -o init.o gfortran -arch x86_64 -fPIC -Wall -g -O2 -c pava.f -o pava.o gfortran -arch x86_64 -fPIC -Wall -g -O2 -c smooth.f -o smooth.o gfortran -arch x86_64 -fPIC -Wall -g -O2 -c ufit.f -o ufit.o gfortran -arch x86_64 -fPIC -Wall -g -O2 -c unimode.f -o unimode.o ufit.f:54:5: 54 | 23017 continue | 1 Warning: Label 23017 at (1) defined but not used [-Wunused-label] ufit.f:40:5: 40 | 23011 continue | 1 Warning: Label 23011 at (1) defined but not used [-Wunused-label] pava.f:33:5: 33 | 23016 continue | 1 Warning: Label 23016 at (1) defined but not used [-Wunused-label] ufit.f:23:5: 23 | 23007 continue | 1 Warning: Label 23007 at (1) defined but not used [-Wunused-label] pava.f:24:5: 24 | 23012 continue | 1 Warning: Label 23012 at (1) defined but not used [-Wunused-label] ufit.f:17:5: 17 | 23005 continue | 1 Warning: Label 23005 at (1) defined but not used [-Wunused-label] pava.f:37:5: 37 | 23008 continue | 1 Warning: Label 23008 at (1) defined but not used [-Wunused-label] ufit.f:30:5: 30 | 23003 continue | 1 Warning: Label 23003 at (1) defined but not used [-Wunused-label] pava.f:41:5: 41 | 23005 goto 23004 | 1 Warning: Label 23005 at (1) defined but not used [-Wunused-label] pava.f:9:5: 9 | 23001 continue | 1 Warning: Label 23001 at (1) defined but not used [-Wunused-label] unimode.f:117:5: 117 | 23044 continue | 1 Warning: Label 23044 at (1) defined but not used [-Wunused-label] unimode.f:112:5: 112 | 23042 continue | 1 Warning: Label 23042 at (1) defined but not used [-Wunused-label] unimode.f:106:5: 106 | 23040 continue | 1 Warning: Label 23040 at (1) defined but not used [-Wunused-label] unimode.f:102:5: 102 | 23038 continue | 1 Warning: Label 23038 at (1) defined but not used [-Wunused-label] unimode.f:95:5: 95 | 23027 goto 23026 | 1 Warning: Label 23027 at (1) defined but not used [-Wunused-label] unimode.f:61:5: 61 | 23023 continue | 1 Warning: Label 23023 at (1) defined but not used [-Wunused-label] unimode.f:54:5: 54 | 23021 continue | 1 Warning: Label 23021 at (1) defined but not used [-Wunused-label] unimode.f:40:5: 40 | 23009 continue | 1 Warning: Label 23009 at (1) defined but not used [-Wunused-label] unimode.f:22:5: 22 | 23007 continue | 1 Warning: Label 23007 at (1) defined but not used [-Wunused-label] unimode.f:15:5: 15 | 23005 continue | 1 Warning: Label 23005 at (1) defined but not used [-Wunused-label] ufit.f:43:72: 43 | mse = ssemin/dble(n) | ^ Warning: ‘ssemin’ may be used uninitialized [-Wmaybe-uninitialized] ufit.f:11:12: 11 | ssemin = 1.d200 | ^ note: ‘ssemin’ was declared here ufit.f:44:9: 44 | if(ymdf(k1).ge.ymdf(k2))then | ^ Warning: ‘k2’ may be used uninitialized [-Wmaybe-uninitialized] ufit.f:32:8: 32 | k2 = int(imax+0.5d0) | ^ note: ‘k2’ was declared here ufit.f:44:9: 44 | if(ymdf(k1).ge.ymdf(k2))then | ^ Warning: ‘k1’ may be used uninitialized [-Wmaybe-uninitialized] ufit.f:31:8: 31 | k1 = int(imax-0.5d0) | ^ note: ‘k1’ was 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 Iso.so init.o pava.o smooth.o ufit.o unimode.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/Iso.Rcheck/00LOCK-Iso/00new/Iso/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 (Iso)