* installing *source* package ‘mix’ ...
** this is package ‘mix’ version ‘1.0-13’
** package ‘mix’ 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) 14.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
/opt/gfortran/bin/gfortran -arch x86_64 -fPIC -Wall -g -O2 -c mix.f -o mix.o
mix.f:1209:60:
1209 | / n,z,i,p,mcw,nmcw,c,d,jmp,dmis,mobs,ocz,nocz,mcz,nmcz,l3)
| 1
Warning: Unused dummy argument 'mcz' at (1) [-Wunused-dummy-argument]
mix.f:1209:65:
1209 | / n,z,i,p,mcw,nmcw,c,d,jmp,dmis,mobs,ocz,nocz,mcz,nmcz,l3)
| 1
Warning: Unused dummy argument 'nmcz' at (1) [-Wunused-dummy-argument]
mix.f:1057:34:
1057 | / t3,n,z,i,p,mcw,nmcw,c,d,jmp,dmis,mobs,ocz,nocz,mcz,nmcz)
| 1
Warning: Unused dummy argument 'c' at (1) [-Wunused-dummy-argument]
mix.f:1057:36:
1057 | / t3,n,z,i,p,mcw,nmcw,c,d,jmp,dmis,mobs,ocz,nocz,mcz,nmcz)
| 1
Warning: Unused dummy argument 'd' at (1) [-Wunused-dummy-argument]
mix.f:1057:45:
1057 | / t3,n,z,i,p,mcw,nmcw,c,d,jmp,dmis,mobs,ocz,nocz,mcz,nmcz)
| 1
Warning: Unused dummy argument 'dmis' at (1) [-Wunused-dummy-argument]
mix.f:1057:40:
1057 | / t3,n,z,i,p,mcw,nmcw,c,d,jmp,dmis,mobs,ocz,nocz,mcz,nmcz)
| 1
Warning: Unused dummy argument 'jmp' at (1) [-Wunused-dummy-argument]
mix.f:1057:27:
1057 | / t3,n,z,i,p,mcw,nmcw,c,d,jmp,dmis,mobs,ocz,nocz,mcz,nmcz)
| 1
Warning: Unused dummy argument 'mcw' at (1) [-Wunused-dummy-argument]
mix.f:1057:32:
1057 | / t3,n,z,i,p,mcw,nmcw,c,d,jmp,dmis,mobs,ocz,nocz,mcz,nmcz)
| 1
Warning: Unused dummy argument 'nmcw' at (1) [-Wunused-dummy-argument]
mix.f:1057:15:
1057 | / t3,n,z,i,p,mcw,nmcw,c,d,jmp,dmis,mobs,ocz,nocz,mcz,nmcz)
| 1
Warning: Unused dummy argument 't3' at (1) [-Wunused-dummy-argument]
mix.f:1056:60:
1056 | subroutine addstat1(q,psi,npsi,ncells,sigma,mu,theta,t1,t2,
| 1
Warning: Unused dummy argument 'theta' at (1) [-Wunused-dummy-argument]
mix.f:458:56:
458 | subroutine pstepm(q,psi,npsi,ncells,t1,t2,t3,n,p,prior,chf,
| 1
Warning: Unused dummy argument 'p' at (1) [-Wunused-dummy-argument]
mix.f:999:72:
999 | theta(m)=theta(m)*g/sumf
| ^
Warning: 'g' may be used uninitialized [-Wmaybe-uninitialized]
mix.f:961:64:
961 | double precision sumt,sumf,table(ncells),theta(ncells),g
| ^
note: 'g' was declared here
clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o mix.so init.o mix.o -L/opt/gfortran/lib/gcc/x86_64-apple-darwin20.0/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/mix.Rcheck/00LOCK-mix/00new/mix/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 (mix)