* installing *source* package ‘pbatR’ ...
** package ‘pbatR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c data.cpp -o data.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c fbatDist.cpp -o fbatDist.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c kludge.cpp -o kludge.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c pbatR_init.c -o pbatR_init.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c powerSim.cpp -o powerSim.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c random.cpp -o random.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c sh2win.cpp -o sh2win.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c wait.cpp -o wait.o
wait.cpp:88:13: warning: unused variable 'sysRes' [-Wunused-variable]
        int sysRes = system( cmds[i].c_str() );
            ^
wait.cpp:82:11: warning: variable 'pid' set but not used [-Wunused-but-set-variable]
      int pid = -999;
          ^
kludge.cpp:135:5: warning: variable 'index' is incremented both in the loop header and in the loop body [-Wfor-loop-analysis]
    index++;
    ^
kludge.cpp:125:28: note: incremented here
  for( index=0; index<len; index++ ) {
                           ^
powerSim.cpp:36:11: warning: unused variable 'ASCERTAINMENT_NA' [-Wunused-const-variable]
const int ASCERTAINMENT_NA = 2;
          ^
kludge.cpp:16:11: warning: unused variable 'NUMREAD' [-Wunused-const-variable]
const int NUMREAD = 10;
          ^
2 warnings generated.
1 warning generated.
2 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o pbatR.so data.o fbatDist.o kludge.o pbatR_init.o powerSim.o random.o sh2win.o wait.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
/Volumes/Builds/packages/big-sur-x86_64/results/4.4/pbatR.Rcheck/00_pkg_src/pbatR/src/sh2win.o: no symbols
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.4/pbatR.Rcheck/00LOCK-pbatR/00new/pbatR/libs
** generating debug symbols (dSYM)
** R
** 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 (pbatR)