* installing *source* package ‘EDR’ ... ** package ‘EDR’ successfully unpacked and MD5 sums checked ** using staged installation ** libs make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-gcc10/EDR/src' /usr/local/gcc10/bin/gfortran -fno-optimize-sibling-calls -fpic -g -O2 -mtune=native -Wall -fallow-argument-mismatch -c edr.f -o edr.o /usr/local/gcc10/bin/gcc -I"/data/gannet/ripley/R/R-gcc10/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c init.c -o init.o edr.f:69:42: 30 | call dgesdd('N',dp1,ll,mat,dp1,s,u,1,vt,1,work,10*lwork, | 2 ...... 69 | call dgesdd('S',dp1,ll,mat,dp1,s,u,dp1,vt,dp1,work,5*lwork, | 1 Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2) edr.f:149:42: 30 | call dgesdd('N',dp1,ll,mat,dp1,s,u,1,vt,1,work,10*lwork, | 2 ...... 149 | call dgesdd('S',dp1,ll,mat,dp1,s,u,dp1,vt,dp1,work,5*lwork, | 1 Warning: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-2) /usr/local/gcc10/bin/gcc -shared -L/usr/local/gcc10/lib64 -L/usr/local/lib64 -o EDR.so edr.o init.o -L/data/gannet/ripley/R/R-gcc10/lib -lRlapack -L/data/gannet/ripley/R/R-gcc10/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-gcc10/EDR/src' make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-gcc10/EDR/src' make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-gcc10/EDR/src' installing to /data/gannet/ripley/R/packages/tests-gcc10/EDR.Rcheck/00LOCK-EDR/00new/EDR/libs ** R ** demo ** 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 (EDR)