############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL levi ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library’ * installing *source* package ‘levi’ ... ** using staged installation ** libs using C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.1.0.2.5)’ using SDK: ‘MacOSX11.3.sdk’ clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c SigCoordPiso.cpp -o SigCoordPiso.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c matrix_entrada.cpp -o matrix_entrada.o matrix_entrada.cpp:22:21: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] if ((coord(m,0) < q) & (bandcoord(m,0) == 0)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ && matrix_entrada.cpp:22:21: note: cast one or both operands to int to silence this warning matrix_entrada.cpp:31:25: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] if ((coord(m,0) == q) & (coord(m,1) < p) & ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ && matrix_entrada.cpp:31:25: note: cast one or both operands to int to silence this warning matrix_entrada.cpp:31:25: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] if ((coord(m,0) == q) & (coord(m,1) < p) & ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ && matrix_entrada.cpp:31:25: note: cast one or both operands to int to silence this warning 3 warnings generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/Rcpp/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c matrix_saida.cpp -o matrix_saida.o clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o levi.so RcppExports.o SigCoordPiso.o matrix_entrada.o matrix_saida.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/00LOCK-levi/00new/levi/libs ** R ** 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 (levi)