* installing *source* package ‘IndependenceTests’ ...
** this is package ‘IndependenceTests’ version ‘0.7’
** package ‘IndependenceTests’ 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 C++ compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
using SDK: ‘MacOSX14.5.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 IndependenceTests_init.c -o IndependenceTests_init.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Cnhat.cpp -o Cnhat.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c cubature1.cpp -o cubature1.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c dependogram.cpp -o dependogram.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c mdcov.cpp -o mdcov.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c phinhat.cpp -o phinhat.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c zhpevx.f -o zhpevx.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c myzhpevx.cpp -o myzhpevx.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/disnan.f -o othersfortran/disnan.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dlaebz.f -o othersfortran/dlaebz.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dlagts.f -o othersfortran/dlagts.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dlanst.f -o othersfortran/dlanst.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dlarnv.f -o othersfortran/dlarnv.o
othersfortran/dlaebz.f:319:45:
319 | $ RELTOL, PIVMIN, D, E, E2, NVAL, AB, C, MOUT,
| 1
Warning: Unused dummy argument 'e' at (1) [-Wunused-dummy-argument]
othersfortran/dlanst.f:124:30:
124 | DOUBLE PRECISION ANORM, SCALE, SUM
| ^
Warning: 'anorm' may be used uninitialized [-Wmaybe-uninitialized]
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dlascl.f -o othersfortran/dlascl.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dstebz.f -o othersfortran/dstebz.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/ilaenv.f -o othersfortran/ilaenv.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/iparmq.f -o othersfortran/iparmq.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/zhptrd.f -o othersfortran/zhptrd.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/zlarf.f -o othersfortran/zlarf.o
othersfortran/iparmq.f:215:68:
215 | INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK )
| 1
Warning: Unused dummy argument 'lwork' at (1) [-Wunused-dummy-argument]
othersfortran/iparmq.f:215:51:
215 | INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK )
| 1
Warning: Unused dummy argument 'n' at (1) [-Wunused-dummy-argument]
othersfortran/iparmq.f:215:42:
215 | INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK )
| 1
Warning: Unused dummy argument 'name' at (1) [-Wunused-dummy-argument]
othersfortran/iparmq.f:215:48:
215 | INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK )
| 1
Warning: Unused dummy argument 'opts' at (1) [-Wunused-dummy-argument]
othersfortran/zhptrd.f:227:21:
227 | E( I ) = ALPHA
| 1
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion]
othersfortran/zhptrd.f:252:23:
252 | D( I+1 ) = AP( I1+I )
| 1
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion]
othersfortran/zhptrd.f:256:18:
256 | D( 1 ) = AP( 1 )
| 1
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion]
othersfortran/zhptrd.f:272:21:
272 | E( I ) = ALPHA
| 1
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion]
othersfortran/zhptrd.f:299:21:
299 | D( I ) = AP( II )
| 1
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion]
othersfortran/zhptrd.f:303:18:
303 | D( N ) = AP( II )
| 1
Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion]
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/zlasr.f -o othersfortran/zlasr.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/zsteqr.f -o othersfortran/zsteqr.o
othersfortran/dstebz.f:659:39:
659 | IF( W( JE ).LE.WLU .AND. IDISCL.GT.0 ) THEN
| ^
Warning: 'wlu' may be used uninitialized [-Wmaybe-uninitialized]
othersfortran/dstebz.f:297:63:
297 | $ TMP1, TMP2, TNORM, ULP, WKILL, WL, WLU, WU, WUL
| ^
note: 'wlu' was declared here
othersfortran/dstebz.f:661:44:
661 | ELSE IF( W( JE ).GE.WUL .AND. IDISCU.GT.0 ) THEN
| ^
Warning: 'wul' may be used uninitialized [-Wmaybe-uninitialized]
othersfortran/dstebz.f:297:72:
297 | $ TMP1, TMP2, TNORM, ULP, WKILL, WL, WLU, WU, WUL
| ^
note: 'wul' was declared here
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/zupgtr.f -o othersfortran/zupgtr.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dladiv.f -o othersfortran/dladiv.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dlaev2.f -o othersfortran/dlaev2.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dlaisnan.f -o othersfortran/dlaisnan.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dlapy2.f -o othersfortran/dlapy2.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dlartg.f -o othersfortran/dlartg.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dlasrt.f -o othersfortran/dlasrt.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dsterf.f -o othersfortran/dsterf.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/ilazlc.f -o othersfortran/ilazlc.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/lsame.f -o othersfortran/lsame.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/zladiv.f -o othersfortran/zladiv.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/zlarfg.f -o othersfortran/zlarfg.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/zlassq.f -o othersfortran/zlassq.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/zung2l.f -o othersfortran/zung2l.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/zupmtr.f -o othersfortran/zupmtr.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dlae2.f -o othersfortran/dlae2.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dlagtf.f -o othersfortran/dlagtf.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dlamch.f -o othersfortran/dlamch.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dlapy3.f -o othersfortran/dlapy3.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dlaruv.f -o othersfortran/dlaruv.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/dlassq.f -o othersfortran/dlassq.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/ieeeck.f -o othersfortran/ieeeck.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/ilazlr.f -o othersfortran/ilazlr.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/xerbla.f -o othersfortran/xerbla.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/zlanhp.f -o othersfortran/zlanhp.o
othersfortran/xerbla.f:71:37:
71 | SUBROUTINE XERBLA( SRNAME, INFO )
| 1
Warning: Unused dummy argument 'info' at (1) [-Wunused-dummy-argument]
othersfortran/xerbla.f:71:31:
71 | SUBROUTINE XERBLA( SRNAME, INFO )
| 1
Warning: Unused dummy argument 'srname' at (1) [-Wunused-dummy-argument]
othersfortran/dlaruv.f:438:72:
438 | ISEED( 1 ) = IT1
| ^
Warning: 'it1' may be used uninitialized [-Wmaybe-uninitialized]
othersfortran/dlaruv.f:121:47:
121 | INTEGER I, I1, I2, I3, I4, IT1, IT2, IT3, IT4, J
| ^
note: 'it1' was declared here
othersfortran/dlaruv.f:439:72:
439 | ISEED( 2 ) = IT2
| ^
Warning: 'it2' may be used uninitialized [-Wmaybe-uninitialized]
othersfortran/dlaruv.f:121:52:
121 | INTEGER I, I1, I2, I3, I4, IT1, IT2, IT3, IT4, J
| ^
note: 'it2' was declared here
othersfortran/dlaruv.f:440:72:
440 | ISEED( 3 ) = IT3
| ^
Warning: 'it3' may be used uninitialized [-Wmaybe-uninitialized]
othersfortran/dlaruv.f:121:57:
121 | INTEGER I, I1, I2, I3, I4, IT1, IT2, IT3, IT4, J
| ^
note: 'it3' was declared here
othersfortran/dlaruv.f:441:72:
441 | ISEED( 4 ) = IT4
| ^
Warning: 'it4' may be used uninitialized [-Wmaybe-uninitialized]
othersfortran/dlaruv.f:121:62:
121 | INTEGER I, I1, I2, I3, I4, IT1, IT2, IT3, IT4, J
| ^
note: 'it4' was declared here
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/zlaset.f -o othersfortran/zlaset.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/zstein.f -o othersfortran/zstein.o
/opt/gfortran/bin/gfortran -arch arm64 -fPIC -Wall -g -O2 -c othersfortran/zung2r.f -o othersfortran/zung2r.o
othersfortran/zlanhp.f:142:48:
142 | DOUBLE PRECISION ABSA, SCALE, SUM, VALUE
| ^
Warning: 'value' may be used uninitialized [-Wmaybe-uninitialized]
othersfortran/zstein.f:425:16:
425 | IF( NRM.LT.DTPCRT )
| ^
Warning: 'dtpcrt' may be used uninitialized [-Wmaybe-uninitialized]
othersfortran/zstein.f:216:31:
216 | DOUBLE PRECISION DTPCRT, EPS, EPS1, NRM, ONENRM, ORTOL, PERTOL,
| ^
note: 'dtpcrt' was declared here
othersfortran/zstein.f:386:72:
386 | $ DASUM( BLKSIZ, WORK( INDRV1+1 ), 1 )
| ^
Warning: 'onenrm' may be used uninitialized [-Wmaybe-uninitialized]
othersfortran/zstein.f:216:55:
216 | DOUBLE PRECISION DTPCRT, EPS, EPS1, NRM, ONENRM, ORTOL, PERTOL,
| ^
note: 'onenrm' was declared here
othersfortran/zstein.f:400:15:
400 | IF( ABS( XJ-XJM ).GT.ORTOL )
| ^
Warning: 'ortol' may be used uninitialized [-Wmaybe-uninitialized]
othersfortran/zstein.f:216:62:
216 | DOUBLE PRECISION DTPCRT, EPS, EPS1, NRM, ONENRM, ORTOL, PERTOL,
| ^
note: 'ortol' was declared here
othersfortran/zstein.f:350:72:
350 | SEP = XJ - XJM
| ^
Warning: 'xjm' may be used uninitialized [-Wmaybe-uninitialized]
othersfortran/zstein.f:217:47:
217 | $ SCL, SEP, TOL, XJ, XJM, ZTR
| ^
note: 'xjm' was declared here
othersfortran/zstein.f:402:15:
402 | IF( GPIND.NE.J ) THEN
| ^
Warning: 'gpind' may be used uninitialized [-Wmaybe-uninitialized]
othersfortran/zstein.f:213:46:
213 | INTEGER B1, BLKSIZ, BN, GPIND, I, IINFO, INDRV1,
| ^
note: 'gpind' was declared here
clang++ -arch arm64 -std=gnu++20 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o IndependenceTests.so IndependenceTests_init.o Cnhat.o cubature1.o dependogram.o mdcov.o phinhat.o zhpevx.o myzhpevx.o othersfortran/disnan.o othersfortran/dlaebz.o othersfortran/dlagts.o othersfortran/dlanst.o othersfortran/dlarnv.o othersfortran/dlascl.o othersfortran/dstebz.o othersfortran/ilaenv.o othersfortran/iparmq.o othersfortran/zhptrd.o othersfortran/zlarf.o othersfortran/zlasr.o othersfortran/zsteqr.o othersfortran/zupgtr.o othersfortran/dladiv.o othersfortran/dlaev2.o othersfortran/dlaisnan.o othersfortran/dlapy2.o othersfortran/dlartg.o othersfortran/dlasrt.o othersfortran/dsterf.o othersfortran/ilazlc.o othersfortran/lsame.o othersfortran/zladiv.o othersfortran/zlarfg.o othersfortran/zlassq.o othersfortran/zung2l.o othersfortran/zupmtr.o othersfortran/dlae2.o othersfortran/dlagtf.o othersfortran/dlamch.o othersfortran/dlapy3.o othersfortran/dlaruv.o othersfortran/dlassq.o othersfortran/ieeeck.o othersfortran/ilazlr.o othersfortran/xerbla.o othersfortran/zlanhp.o othersfortran/zlaset.o othersfortran/zstein.o othersfortran/zung2r.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/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -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
ld: warning: ignoring duplicate libraries: '-lemutls_w', '-lgfortran', '-lheapt_w', '-lquadmath'
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/IndependenceTests.Rcheck/00LOCK-IndependenceTests/00new/IndependenceTests/libs
** generating debug symbols (dSYM)
** R
** data
** 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 (IndependenceTests)