* installing *source* package ‘BoolNet’ ...
** package ‘BoolNet’ 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 SDK: ‘MacOSX11.3.sdk’
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 attractor_info.c -o attractor_info.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 attractor_search_interface.c -o attractor_search_interface.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 common.c -o common.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 init.c -o init.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 picosat.c -o picosat.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 probabilistic_boolean_network.c -o probabilistic_boolean_network.o
picosat.c:2287:50: warning: variable 'count_resolved' set but not used [-Wunused-but-set-variable]
  unsigned num_true, num_undef, num_false, size, count_resolved;
                                                 ^
picosat.c:3263:15: warning: variable 'fmt' set but not used [-Wunused-but-set-variable]
  const char *fmt;
              ^
picosat.c:3264:17: warning: variable 'e' set but not used [-Wunused-but-set-variable]
  unsigned tmp, e;
                ^
picosat.c:3776:10: warning: unused variable 'start' [-Wunused-variable]
  double start = picosat_time_stamp ();
         ^
picosat.c:5333:12: warning: variable 'collect' set but not used [-Wunused-but-set-variable]
  unsigned collect, delta;
           ^
picosat.c:6466:12: warning: variable 'num_non_false' set but not used [-Wunused-but-set-variable]
  unsigned num_non_false;
           ^
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 reconstruct_network.c -o reconstruct_network.o
picosat.c:7024:38: warning: variable 'npartial' set but not used [-Wunused-but-set-variable]
  unsigned * occs, maxoccs, tmpoccs, npartial;
                                     ^
picosat.c:7377:24: warning: unused variable 'norig' [-Wunused-variable]
  int i, j, ilit, len, norig = ps->alshead - ps->als, nwork, * work, res;
                       ^
picosat.c:7991:12: warning: variable 'redlits' set but not used [-Wunused-but-set-variable]
  unsigned redlits;
           ^
picosat.c:8175:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
  unsigned n;
           ^
picosat.c:6967:21: warning: unused function 'enumstr' [-Wunused-function]
static const char * enumstr (int i) {
                    ^
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 sat_search.c -o sat_search.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 statespace_search.c -o statespace_search.o
statespace_search.c:1243:16: warning: variable 't' set but not used [-Wunused-but-set-variable]
                unsigned int t = 0;
                             ^
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 symbolic_network.c -o symbolic_network.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 symbolic_simulator.c -o symbolic_simulator.o
1 warning generated.
11 warnings generated.
clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o BoolNet.so attractor_info.o attractor_search_interface.o common.o init.o picosat.o probabilistic_boolean_network.o reconstruct_network.o sat_search.o statespace_search.o symbolic_network.o symbolic_simulator.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/BoolNet.Rcheck/00LOCK-BoolNet/00new/BoolNet/libs
** generating debug symbols (dSYM)
** R
** data
** 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 (BoolNet)