* installing *source* package ‘arulesSequences’ ... ** package ‘arulesSequences’ 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 arrayIndex.c -o arrayIndex.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 dll.c -o dll.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 idlists.c -o idlists.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 makebin.c -o makebin.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 matrix.c -o matrix.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 ptree.c -o ptree.o idlists.c:161:9: warning: variable 'ne' set but not used [-Wunused-but-set-variable] int ne = 0, nt = 0; ^ idlists.c:161:17: warning: variable 'nt' set but not used [-Wunused-but-set-variable] int ne = 0, nt = 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 similarity.c -o similarity.o ## binaries ( cd TPOSE; \ make CXX="clang++ -arch x86_64 -std=gnu++17" CXXFLAGS="-falign-functions=64 -Wall -g -O2 "\ LDFLAGS="-L/opt/R/x86_64/lib"\ BINDIR="inst/bin"\ install-bin \ ) clang++ -arch x86_64 -std=gnu++17 -falign-functions=64 -Wall -g -O2 -c -o calcdb.o calcdb.cc clang++ -arch x86_64 -std=gnu++17 -falign-functions=64 -Wall -g -O2 -c -o Array.o Array.cc clang++ -arch x86_64 -std=gnu++17 -falign-functions=64 -Wall -g -O2 -L/opt/R/x86_64/lib -o makebin makebin.cc 2 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 arulesSequences.so arrayIndex.o dll.o idlists.o makebin.o matrix.o ptree.o similarity.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation clang++ -arch x86_64 -std=gnu++17 -falign-functions=64 -Wall -g -O2 -L/opt/R/x86_64/lib -o exttpose exttpose.cc calcdb.o Array.o -lm clang++ -arch x86_64 -std=gnu++17 -falign-functions=64 -Wall -g -O2 -L/opt/R/x86_64/lib -o getconf getconf.cc calcdb.o -lm mkdir -p ../../inst/bin cp exttpose getconf makebin ../../inst/bin ( cd cSPADE; \ make CXX="clang++ -arch x86_64 -std=gnu++17" CXXFLAGS="-falign-functions=64 -Wall -g -O2 "\ LDFLAGS="-L/opt/R/x86_64/lib"\ BINDIR="inst/bin"\ install-bin \ ) clang++ -arch x86_64 -std=gnu++17 -falign-functions=64 -Wall -g -O2 -c Itemset.cc clang++ -arch x86_64 -std=gnu++17 -falign-functions=64 -Wall -g -O2 -c Array.cc clang++ -arch x86_64 -std=gnu++17 -falign-functions=64 -Wall -g -O2 -c Eqclass.cc clang++ -arch x86_64 -std=gnu++17 -falign-functions=64 -Wall -g -O2 -c Lists.cc clang++ -arch x86_64 -std=gnu++17 -falign-functions=64 -Wall -g -O2 -c extl2.cc clang++ -arch x86_64 -std=gnu++17 -falign-functions=64 -Wall -g -O2 -c partition.cc clang++ -arch x86_64 -std=gnu++17 -falign-functions=64 -Wall -g -O2 -c maxgap.cc clang++ -arch x86_64 -std=gnu++17 -falign-functions=64 -Wall -g -O2 -L/opt/R/x86_64/lib -o spade sequence.cc Itemset.o Array.o Eqclass.o Lists.o extl2.o partition.o maxgap.o -lm cp spade ../../inst/bin # Note that these are now the only ones in use. ../inst/bin/exttpose --version Zaki TPOSE 2001 (2023) ../inst/bin/spade --version Zaki cSPADE 2001 (2023) installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/arulesSequences.Rcheck/00LOCK-arulesSequences/00new/arulesSequences/libs ** generating debug symbols (dSYM) ** R ** data ** inst ** byte-compile and prepare package for lazy loading Creating a new generic function for ‘itemsets’ in package ‘arulesSequences’ ** 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 (arulesSequences)