* installing *source* package ‘PCA4TS’ ...
** package ‘PCA4TS’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’
using SDK: ‘MacOSX11.3.sdk’
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c  segment.f95 -o segment.o
segment.f95:18:23:

   18 | double precision a(p,p),Y(p,n)
      |                       1
Warning: Unused variable ‘a’ declared at (1) [-Wunused-variable]
segment.f95:19:26:

   19 | double precision my,C,D,D1,b
      |                          1
Warning: Unused variable ‘d1’ declared at (1) [-Wunused-variable]
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c  thresh.f95 -o thresh.o
thresh.f95:15:23:

   15 | double precision a(p,p),Y(p,n),SY(p,p)
      |                       1
Warning: Unused variable ‘a’ declared at (1) [-Wunused-variable]
gfortran -arch x86_64  -fPIC  -Wall -g -O2  -c  volsegment.f95 -o volsegment.o
volsegment.f95:9:37:

    9 | integer n,p,l,i,j,k,k0,t,s,m,i1,i2,i3
      |                                     1
Warning: Unused variable ‘i3’ declared at (1) [-Wunused-variable]
volsegment.f95:10:56:

   10 | double precision Y(p,n),SigmaY(p,p),WY(p,p),SigmaY1(p,p)
      |                                                        1
Warning: Unused variable ‘sigmay1’ declared at (1) [-Wunused-variable]
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 PCA4TS.so segment.o thresh.o volsegment.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/PCA4TS.Rcheck/00LOCK-PCA4TS/00new/PCA4TS/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 (PCA4TS)