* installing *source* package ‘ActiSleep’ ...
** this is package ‘ActiSleep’ version ‘0.2.2’
** package ‘ActiSleep’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c BinNegative.cpp -o BinNegative.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c CallSegmentor.cpp -o CallSegmentor.o
In file included from CallSegmentor.cpp:2:
./Segmentor.h:259:5: warning: delete called on non-final 'Poisson' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
delete Aux;
^
./Segmentor.h:184:4: note: in instantiation of member function 'Segmentor<Poisson, Poisson, int>::Initialize' requested here
Initialize();
^
./Segmentor.h:152:2: note: in instantiation of member function 'Segmentor<Poisson, Poisson, int>::Initialize' requested here
Initialize(yc, Kc, Mg, Mgam, MS);
^
CallSegmentor.cpp:34:39: note: in instantiation of member function 'Segmentor<Poisson, Poisson, int>::Segmentor' requested here
Segmentor<Poisson, Poisson, int> TheSegmentor(LesObservations, K, MBg, MBgam, &S);
^
In file included from CallSegmentor.cpp:2:
./Segmentor.h:259:5: warning: delete called on non-final 'Exponential' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
delete Aux;
^
./Segmentor.h:184:4: note: in instantiation of member function 'Segmentor<Exponential, Exponential, double>::Initialize' requested here
Initialize();
^
./Segmentor.h:152:2: note: in instantiation of member function 'Segmentor<Exponential, Exponential, double>::Initialize' requested here
Initialize(yc, Kc, Mg, Mgam, MS);
^
CallSegmentor.cpp:73:50: note: in instantiation of member function 'Segmentor<Exponential, Exponential, double>::Segmentor' requested here
Segmentor<Exponential, Exponential, double> TheSegmentor(LesObservations, K, MBg, MBgam, &S);
^
In file included from CallSegmentor.cpp:2:
./Segmentor.h:259:5: warning: delete called on non-final 'BinNegative' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
delete Aux;
^
./Segmentor.h:184:4: note: in instantiation of member function 'Segmentor<BinNegative, BinNegative, int>::Initialize' requested here
Initialize();
^
./Segmentor.h:152:2: note: in instantiation of member function 'Segmentor<BinNegative, BinNegative, int>::Initialize' requested here
Initialize(yc, Kc, Mg, Mgam, MS);
^
CallSegmentor.cpp:205:47: note: in instantiation of member function 'Segmentor<BinNegative, BinNegative, int>::Segmentor' requested here
Segmentor<BinNegative, BinNegative, int> TheSegmentor(LesObservations, K, MBg, MBgam, &S);
^
In file included from CallSegmentor.cpp:2:
./Segmentor.h:259:5: warning: delete called on non-final 'Trinome' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
delete Aux;
^
./Segmentor.h:184:4: note: in instantiation of member function 'Segmentor<Trinome, Trinome, double>::Initialize' requested here
Initialize();
^
./Segmentor.h:152:2: note: in instantiation of member function 'Segmentor<Trinome, Trinome, double>::Initialize' requested here
Initialize(yc, Kc, Mg, Mgam, MS);
^
CallSegmentor.cpp:288:42: note: in instantiation of member function 'Segmentor<Trinome, Trinome, double>::Segmentor' requested here
Segmentor<Trinome, Trinome, double> TheSegmentor(LesObservations, K, MBg, MBgam, &S);
^
In file included from CallSegmentor.cpp:2:
./Segmentor.h:259:5: warning: delete called on non-final 'Variance' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
delete Aux;
^
./Segmentor.h:184:4: note: in instantiation of member function 'Segmentor<Variance, Variance, double>::Initialize' requested here
Initialize();
^
./Segmentor.h:152:2: note: in instantiation of member function 'Segmentor<Variance, Variance, double>::Initialize' requested here
Initialize(yc, Kc, Mg, Mgam, MS);
^
CallSegmentor.cpp:369:44: note: in instantiation of member function 'Segmentor<Variance, Variance, double>::Segmentor' requested here
Segmentor<Variance, Variance, double> TheSegmentor(LesObservations, K, MVg, MVgam, &S);
^
5 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Exp.cpp -o Exp.o
Exp.cpp:102:6: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else if ((*this)(Q.GetRight()) > (*this)(Q.GetLeft()))
^
1 warning generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Function.cpp -o Function.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c GeneralFunctions.cpp -o GeneralFunctions.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c MyVector.cpp -o MyVector.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Observations.cpp -o Observations.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Poisson.cpp -o Poisson.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c PrunedSeg.cc -o PrunedSeg.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Segment.cpp -o Segment.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Segmentor.cpp -o Segmentor.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Sets.cpp -o Sets.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Trinome.cpp -o Trinome.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Variance.cpp -o Variance.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c init.cpp -o init.o
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o ActiSleep.so BinNegative.o CallSegmentor.o Exp.o Function.o GeneralFunctions.o MyVector.o Observations.o Poisson.o PrunedSeg.o Segment.o Segmentor.o Sets.o Trinome.o Variance.o init.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.5/ActiSleep.Rcheck/00LOCK-ActiSleep/00new/ActiSleep/libs
** generating debug symbols (dSYM)
** R
** data
** 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 (ActiSleep)