############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL maanova ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library’ * installing *source* package ‘maanova’ ... ** using staged installation ** libs clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c makeratio.c -o makeratio.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c masvd.c -o masvd.o masvd.c:114:2: warning: '/*' within block comment [-Wcomment] /* work on a copy of x */ ^ masvd.c:154:1: warning: '/*' within block comment [-Wcomment] /*#ifndef IEEE_754 ^ masvd.c:161:5: warning: '/*' within block comment [-Wcomment] /* work on a copy of x */ ^ masvd.c:165:2: warning: '/*' within block comment [-Wcomment] /* ask for optimal size of work array */ ^ masvd.c:189:2: warning: '/*' within block comment [-Wcomment] /* ask for optimal size of work array */ ^ 5 warnings generated. clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c shift.c -o shift.o shift.c:48:17: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] sad[i] += abs(x[j]-med); ^ shift.c:48:17: note: use function 'fabs' instead sad[i] += abs(x[j]-med); ^~~ fabs shift.c:27:13: warning: unused variable 'k' [-Wunused-variable] int i, j, k; ^ 2 warnings generated. clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c util.c -o util.o clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o maanova.so makeratio.o masvd.o shift.o util.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/R/arm64/gfortran/lib/gcc/aarch64-apple-darwin20.6.0/12.0.1 -L/opt/R/arm64/gfortran/lib -lgfortran -lemutls_w -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/00LOCK-maanova/00new/maanova/libs ** R ** data ** demo ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 (maanova)