* installing *source* package ‘dBlockmodeling’ ...
** package ‘dBlockmodeling’ 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 OMKM.f -o OMKM.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c OMKMnRep.f -o OMKMnRep.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c RHGSBT.f -o RHGSBT.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c RHRSBT.f -o RHRSBT.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c TMKLM.f -o TMKLM.o
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c TMKLMED.f -o TMKLMED.o
f951: Warning: Nonconforming tab character in column 1 of line 94 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 95 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 133 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 138 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 139 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 140 [-Wtabs]
f951: Warning: Nonconforming tab character in column 2 of line 141 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 142 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 143 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 144 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 145 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 146 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 147 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 148 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 149 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 150 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 151 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 152 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 153 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 176 [-Wtabs]
f951: Warning: Nonconforming tab character in column 1 of line 177 [-Wtabs]
OMKMnRep.f:177:27:

  177 |                             V(K,L) = ASUM
      |                                                                           1
Warning: Nonconforming tab character at (1) [-Wtabs]
TMKLMED.f:226:5:

  226 |  1069   IEMPTY = 0
      |     1
Warning: Label 1069 at (1) defined but not used [-Wunused-label]
TMKLMED.f:169:5:

  169 |  1059   IEMPTY = 0
      |     1
Warning: Label 1059 at (1) defined but not used [-Wunused-label]
RHGSBT.f:33:17:

   33 |           ISEL = S1 * FLOAT(N) + 1.
      |                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
OMKM.f:50:17:

   50 |           ISEL = S1 * FLOAT(RO) + 1.
      |                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
RHRSBT.f:34:17:

   34 |           ISEL = S1 * FLOAT(N) + 1.
      |                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
TMKLM.f:57:17:

   57 |           ISEL = S1 * FLOAT(RO) + 1.
      |                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
TMKLM.f:68:17:

   68 |           JSEL = S1 * FLOAT(CO) + 1.
      |                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
OMKMnRep.f:50:17:

   50 |           ISEL = S1 * FLOAT(RO) + 1.
      |                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
TMKLMED.f:54:17:

   54 |           ISEL = S1 * FLOAT(RO) + 1.
      |                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
TMKLMED.f:65:17:

   65 |           JSEL = S1 * FLOAT(CO) + 1.
      |                 1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
RHRSBT.f:5:48:

    5 |       INTEGER A(N,N),E(N),M(C),EBEST(N),MBEST(C),
      |                                                1
Warning: Unused variable ‘mbest’ declared at (1) [-Wunused-variable]
TMKLM.f:4:34:

    4 |      1                 C(2000,100),D(2000,100),ZMIN,ZBEST,Z,DMIN,DCOM,
      |                                  1
Warning: Array ‘c’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
TMKLM.f:5:69:

    5 |      1                 CMIN,ASUM,ASSE,CENTR(100,2000),CENTC(2000,100)
      |                                                                     1
Warning: Array ‘centc’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
TMKLM.f:5:53:

    5 |      1                 CMIN,ASUM,ASSE,CENTR(100,2000),CENTC(2000,100)
      |                                                     1
Warning: Array ‘centr’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
TMKLM.f:4:46:

    4 |      1                 C(2000,100),D(2000,100),ZMIN,ZBEST,Z,DMIN,DCOM,
      |                                              1
Warning: Array ‘d’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
TMKLM.f:3:56:

    3 |       DOUBLE PRECISION TIMEA, TIMEB, A(RO,CO),V(100,100),TLIMIT,VAF,
      |                                                        1
Warning: Array ‘v’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
OMKMnRep.f:4:34:

    4 |      1                 C(5000,100),ZMIN,ZBEST,Z,DMIN,DCOM,
      |                                  1
Warning: Array ‘c’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
OMKMnRep.f:6:69:

    6 |      1                 CMIN,ASUM,ASSE,CENTR(100,5000),CENTC(100,5000)
      |                                                                     1
Warning: Array ‘centc’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
OMKMnRep.f:6:53:

    6 |      1                 CMIN,ASUM,ASSE,CENTR(100,5000),CENTC(100,5000)
      |                                                     1
Warning: Array ‘centr’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
OMKMnRep.f:3:42:

    3 |       DOUBLE PRECISION A(RO,RO),V(100,100),VAF,
      |                                          1
Warning: Array ‘v’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
TMKLMED.f:9:23:

    9 |      1   CENTC(9300,20),MED(20,20),TRIAL1(100,100)
      |                       1
Warning: Array ‘centc’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
TMKLMED.f:8:60:

    8 |      1   SUMBEST0(100,100),SUMBEST1(100,100),CENTR(100,9300),
      |                                                            1
Warning: Array ‘centr’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
TMKLMED.f:5:46:

    5 |       INTEGER NR(100),A(RO,CO),NC(100),S(9300),
      |                                              1
Warning: Unused variable ‘s’ declared at (1) [-Wunused-variable]
OMKM.f:4:34:

    4 |      1                 C(5000,100),ZMIN,ZBEST,Z,DMIN,DCOM,
      |                                  1
Warning: Array ‘c’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
OMKM.f:5:69:

    5 |      1                 CMIN,ASUM,ASSE,CENTR(100,5000),CENTC(100,5000)
      |                                                                     1
Warning: Array ‘centc’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
OMKM.f:5:53:

    5 |      1                 CMIN,ASUM,ASSE,CENTR(100,5000),CENTC(100,5000)
      |                                                     1
Warning: Array ‘centr’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
OMKM.f:3:56:

    3 |       DOUBLE PRECISION TIMEA, TIMEB, A(RO,RO),V(100,100),TLIMIT,VAF,
      |                                                        1
Warning: Array ‘v’ at (1) is larger than limit set by ‘-fmax-stack-var-size=’, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the ‘-fmax-stack-var-size=’ limit (or use ‘-frecursive’, which implies unlimited ‘-fmax-stack-var-size’) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute. [-Wsurprising]
RHGSBT.f:63:72:

   63 |           M(KSEL) = M(KSEL) + 1
      |                                                                        ^
Warning: ‘ksel’ may be used uninitialized [-Wmaybe-uninitialized]
RHGSBT.f:59:18:

   59 |               KSEL = K
      |                  ^
note: ‘ksel’ was declared here
RHRSBT.f:64:72:

   64 |           M(KSEL) = M(KSEL) + 1
      |                                                                        ^
Warning: ‘ksel’ may be used uninitialized [-Wmaybe-uninitialized]
RHRSBT.f:60:18:

   60 |               KSEL = K
      |                  ^
note: ‘ksel’ was declared here
OMKM.f:74:72:

   74 |           NR(KSEL) = NR(KSEL) + 1
      |                                                                        ^
Warning: ‘ksel’ may be used uninitialized [-Wmaybe-uninitialized]
OMKM.f:70:18:

   70 |               KSEL = K
      |                  ^
note: ‘ksel’ was declared here
OMKMnRep.f:8:48:

    8 |       INTEGER NR(100),RMEM(5000),RBEST(RO), MAXI
      |                                                ^
Warning: ‘maxi’ may be used uninitialized [-Wmaybe-uninitialized]
OMKMnRep.f:74:72:

   74 |           NR(KSEL) = NR(KSEL) + 1
      |                                                                        ^
Warning: ‘ksel’ may be used uninitialized [-Wmaybe-uninitialized]
OMKMnRep.f:70:18:

   70 |               KSEL = K
      |                  ^
note: ‘ksel’ was declared here
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
TMKLMED.f:216:18:

  216 |               LSEL = L
      |                  ^
Warning: ‘lsel’ may be used uninitialized [-Wmaybe-uninitialized]
TMKLMED.f:167:72:

  167 |           NR(KSEL) = NR(KSEL) + 1
      |                                                                        ^
Warning: ‘ksel’ may be used uninitialized [-Wmaybe-uninitialized]
TMKLMED.f:84:18:

   84 |               KSEL = K
      |                  ^
note: ‘ksel’ was declared here
TMKLMED.f:234:72:

  234 |         NC(CMEM(JSEL)) = NC(CMEM(JSEL)) - 1
      |                                                                        ^
Warning: ‘jsel’ may be used uninitialized [-Wmaybe-uninitialized]
TMKLMED.f:65:14:

   65 |           JSEL = S1 * FLOAT(CO) + 1.
      |              ^
note: ‘jsel’ was declared here
TMKLMED.f:177:72:

  177 |         NR(RMEM(ISEL)) = NR(RMEM(ISEL)) - 1
      |                                                                        ^
Warning: ‘isel’ may be used uninitialized [-Wmaybe-uninitialized]
TMKLMED.f:54:14:

   54 |           ISEL = S1 * FLOAT(RO) + 1.
      |              ^
note: ‘isel’ was declared here
TMKLM.f:213:18:

  213 |               LSEL = L
      |                  ^
Warning: ‘lsel’ may be used uninitialized [-Wmaybe-uninitialized]
TMKLM.f:91:72:

   91 |           NR(KSEL) = NR(KSEL) + 1
      |                                                                        ^
Warning: ‘ksel’ may be used uninitialized [-Wmaybe-uninitialized]
TMKLM.f:87:18:

   87 |               KSEL = K
      |                  ^
note: ‘ksel’ was declared here
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 randR.c -o randR.o
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 dBlockmodeling.so OMKM.o OMKMnRep.o RHGSBT.o RHRSBT.o TMKLM.o TMKLMED.o init.o randR.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/dBlockmodeling.Rcheck/00LOCK-dBlockmodeling/00new/dBlockmodeling/libs
** generating debug symbols (dSYM)
** R
** data
*** moving datasets to lazyload DB
** 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 (dBlockmodeling)