* installing *source* package ‘RcppParallel’ ...
** this is package ‘RcppParallel’ version ‘6.2.0’
** package ‘RcppParallel’ successfully unpacked and MD5 sums checked
** using staged installation
** preparing to configure package 'RcppParallel' ...
*** configured file: 'R/tbb-autodetected.R.in' => 'R/tbb-autodetected.R'
*** configured file: 'src/Makevars.in' => 'src/Makevars'
** finished configure for package 'RcppParallel'
** libs
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.1.sdk’
** copying tbb headers from 'tbb/include'
** mingw cpuid guard already present in '../inst/include/oneapi/tbb/detail/_machine.h'
*** configuring tbb
*** building tbb
*** finished building tbb
clang++ -arch x86_64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include  -I/opt/R/x86_64/include   -DRCPP_PARALLEL_USE_TBB=1 -fPIC  -falign-functions=64 -Wall -g -O2   -c init.cpp -o init.o
clang++ -arch x86_64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include  -I/opt/R/x86_64/include   -DRCPP_PARALLEL_USE_TBB=1 -fPIC  -falign-functions=64 -Wall -g -O2   -c options.cpp -o options.o
clang++ -arch x86_64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include  -I/opt/R/x86_64/include   -DRCPP_PARALLEL_USE_TBB=1 -fPIC  -falign-functions=64 -Wall -g -O2   -c tbb.cpp -o tbb.o
clang++ -arch x86_64 -std=gnu++20 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o RcppParallel.so init.o options.o tbb.o -Wl,-Ltbb/build/lib_release -ltbb -ltbbmalloc -Wl,-rpath,@loader_path/../lib -F/Library/Frameworks/R.framework/.. -framework R
** copying tbb headers from 'tbb/include'
** mingw cpuid guard already present in '../inst/include/oneapi/tbb/detail/_machine.h'
*** configuring tbb
*** building tbb
*** finished building tbb
clang++ -arch x86_64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include  -I/opt/R/x86_64/include   -DRCPP_PARALLEL_USE_TBB=1 -fPIC  -falign-functions=64 -Wall -g -O2   -c init.cpp -o init.o
clang++ -arch x86_64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include  -I/opt/R/x86_64/include   -DRCPP_PARALLEL_USE_TBB=1 -fPIC  -falign-functions=64 -Wall -g -O2   -c options.cpp -o options.o
clang++ -arch x86_64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include  -I/opt/R/x86_64/include   -DRCPP_PARALLEL_USE_TBB=1 -fPIC  -falign-functions=64 -Wall -g -O2   -c tbb.cpp -o tbb.o
installing via 'install.libs.R' to /Volumes/Builds/packages/big-sur-x86_64/results/4.6/RcppParallel.Rcheck/00LOCK-RcppParallel/00new/RcppParallel
** copying tbb runtime libraries from 'tbb/build/lib_release' [libtbb.dylib, libtbbmalloc.dylib, libtbbmalloc_proxy.dylib]
** R
** inst
** 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 (RcppParallel)