* installing *source* package ‘economiccomplexity’ ...
** this is package ‘economiccomplexity’ version ‘2.1.0’
** package ‘economiccomplexity’ successfully unpacked and MD5 sums checked
** using staged installation
==========================================================================
Economiccomplexity configuration summary

  C++ Compiler:           clang++ -arch arm64
  C++ Standard:           CXX20
  OpenMP Support:         no
  OpenMP Threads:         8
  SIMD Support:           None
  BLAS:                   -L/Library/Frameworks/R.framework/Resources/lib -lRblas
  LAPACK:                 -L/Library/Frameworks/R.framework/Resources/lib -lRlapack
  High-Performance Mode:  no
  Optimization Flags:     

For faster computation
 
 Enable high-performance optimizations:
 export ECONOMICCOMPLEXITYOPTIMIZATIONS=yes
 
 Change thread count:
 export ECONOMICCOMPLEXITY_NCORES=<number>
 
 Then reinstall the package
==========================================================================
** libs
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++20
using SDK: ‘MacOSX11.3.1.sdk’
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/cpp4r/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/armadillo4r/include' -I/opt/R/arm64/include     -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_USE_LAPACK -DARMA_USE_OPENMP -DARMA_OPENMP_THREADS=8 -DARMA_64BIT_WORD -DCAPYBARA_DEFAULT_OMP_THREADS=8 -fPIC  -falign-functions=64 -Wall -g -O2   -c code.cpp -o code.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/cpp4r/include' -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/armadillo4r/include' -I/opt/R/arm64/include     -DARMA_NO_DEBUG -DARMA_USE_BLAS -DARMA_USE_LAPACK -DARMA_USE_OPENMP -DARMA_OPENMP_THREADS=8 -DARMA_64BIT_WORD -DCAPYBARA_DEFAULT_OMP_THREADS=8 -fPIC  -falign-functions=64 -Wall -g -O2   -c cpp4r.cpp -o cpp4r.o
In file included from code.cpp:2:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/armadillo4r/include/armadillo4r.hpp:39:
In file included from /Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/armadillo4r/include/armadillo4r/armadillo.hpp:116:
/Volumes/Builds/packages/big-sur-arm64/Rlib/4.5/armadillo4r/include/armadillo4r/armadillo/compiler_setup.hpp:377:11: warning: WARNING: use of OpenMP disabled; compiler support for OpenMP 4.0+ not detected [-W#pragma-messages]
  #pragma message ("WARNING: use of OpenMP disabled; compiler support for OpenMP 4.0+ not detected")
          ^
1 warning generated.
clang++ -arch arm64 -std=gnu++20 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o economiccomplexity.so code.o cpp4r.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/14.2.0 -L/opt/gfortran/lib -lemutls_w -lheapt_w -lgfortran -lquadmath -F/Library/Frameworks/R.framework/.. -framework R
ld: warning: could not create compact unwind for _allocate_tramp_ctrl: does not use standard frame
ld: warning: could not create compact unwind for ___gcc_nested_func_ptr_created: does not use standard frame
ld: warning: could not create compact unwind for ___gcc_nested_func_ptr_deleted: does not use standard frame
ld: warning: could not create compact unwind for ___emutls_get_address: does not use standard frame
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.5/economiccomplexity.Rcheck/00LOCK-economiccomplexity/00new/economiccomplexity/libs
** generating debug symbols (dSYM)
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (economiccomplexity)