* installing *source* package 'dream' ...
** package 'dream' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2026_02_13_01_50_00_31302/RtmpimxuZQ/R.INSTALL4f1c3d8c728f/dream/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c burteffectiveinC.cpp -o burteffectiveinC.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c burtsconstraintinc.cpp -o burtsconstraintinc.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c computeREMweightsv1.cpp -o computeREMweightsv1.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c computeREMweightsv2.cpp -o computeREMweightsv2.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c computeremtriads.cpp -o computeremtriads.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c extractEvents.cpp -o extractEvents.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c lealrcpp.cpp -o lealrcpp.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c nonrankrecency.cpp -o nonrankrecency.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c onemoderiskset_temporal.cpp -o onemoderiskset_temporal.o
onemoderiskset_temporal.cpp: In function 'Rcpp::List processREMseqOM_varying(std::vector<double>, std::vector<double>, std::vector<std::__cxx11::basic_string<char> >, std::vector<std::__cxx11::basic_string<char> >, double, double, std::string, double)':
onemoderiskset_temporal.cpp:172:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
172 | for(int z = 0; z < pastactors.size(); z++){
| ~~^~~~~~~~~~~~~~~~~~~
onemoderiskset_temporal.cpp:173:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
173 | for(int y = 0; y < pastactors.size(); y++){
| ~~^~~~~~~~~~~~~~~~~~~
onemoderiskset_temporal.cpp:306:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
306 | for(int z = 0; z < pastactors.size(); z++){
| ~~^~~~~~~~~~~~~~~~~~~
onemoderiskset_temporal.cpp:307:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
307 | for(int y = 0; y < pastactors.size(); y++){
| ~~^~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c persistenceREM.cpp -o persistenceREM.o
persistenceREM.cpp: In function 'Rcpp::NumericVector persistencerem(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, std::vector<std::__cxx11::basic_string<char> >, std::vector<std::__cxx11::basic_string<char> >, bool, double, double)':
persistenceREM.cpp:56:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
56 | for(int k = 0; k < past_times_actor.size(); k++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~
persistenceREM.cpp:80:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
80 | for(int k = 0; k < past_times.size(); k++){
| ~~^~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c prefattachincppREM.cpp -o prefattachincppREM.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c prefattachincppwithtimespan.cpp -o prefattachincppwithtimespan.o
prefattachincppwithtimespan.cpp: In function 'Rcpp::NumericVector prefattachrelspanrem(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, std::vector<std::__cxx11::basic_string<char> >, std::vector<std::__cxx11::basic_string<char> >, double)':
prefattachincppwithtimespan.cpp:51:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
51 | for(int z = 0; z < past_times_sender.size(); z++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
prefattachincppwithtimespan.cpp:58:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
58 | for(int z = 0; z < past_times_target.size(); z++){
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
prefattachincppwithtimespan.cpp:75:7: warning: 'mostrecenttime' may be used uninitialized [-Wmaybe-uninitialized]
75 | if(time[i] == mostrecenttime){
| ^~
prefattachincppwithtimespan.cpp:37:10: note: 'mostrecenttime' was declared here
37 | double mostrecenttime;
| ^~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c processonemodeseq.cpp -o processonemodeseq.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c processtmeventseq.cpp -o processtmeventseq.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c recencyrankc.cpp -o recencyrankc.o
recencyrankc.cpp: In function 'Rcpp::NumericVector computerecencyrank(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, std::vector<std::__cxx11::basic_string<char> >, std::vector<std::__cxx11::basic_string<char> >, bool, double, std::string)':
recencyrankc.cpp:74:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
74 | for(int z = 0; z < curactitimes.size(); z++){
| ~~^~~~~~~~~~~~~~~~~~~~~
recencyrankc.cpp:63:47: warning: 'mostrecenttime' may be used uninitialized [-Wmaybe-uninitialized]
63 | if((recentdyadtime == mostrecenttime) && curdyadtimes.size() == 1){
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
recencyrankc.cpp:37:10: note: 'mostrecenttime' was declared here
37 | double mostrecenttime; // the most recent time of the last event (updating the network to do a check for contorl events at time i)
| ^~~~~~~~~~~~~~
recencyrankc.cpp:85:20: warning: 'dyaddist' may be used uninitialized [-Wmaybe-uninitialized]
85 | dist = dist - 1; // the total number of events (minus 1)
| ~~~~~^~~~~~~~~~
recencyrankc.cpp:39:10: note: 'dyaddist' was declared here
39 | double dyaddist;
| ^~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c remcfunctions.cpp -o remcfunctions.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c remfourcycles.cpp -o remfourcycles.o
remfourcycles.cpp: In function 'Rcpp::NumericVector computefourcyclesrem(Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::CharacterVector, Rcpp::CharacterVector, Rcpp::CharacterVector, double, double, double, double, std::string)':
remfourcycles.cpp:139:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
139 | for (int g = 0; g < past_timesA.size(); g++) { // for all past event times
| ~~^~~~~~~~~~~~~~~~~~~~
remfourcycles.cpp:163:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
163 | for (int g = 0; g < past_timesB.size(); g++) { // for all past event times
| ~~^~~~~~~~~~~~~~~~~~~~
remfourcycles.cpp:187:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
187 | for (int g = 0; g < past_timesC.size(); g++) { // for all past event times
| ~~^~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c tmdegreecentrailty.cpp -o tmdegreecentrailty.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c twomodeegodisthomocpp.cpp -o twomodeegodisthomocpp.o
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c twomoderiskset_temporal.cpp -o twomoderiskset_temporal.o
twomoderiskset_temporal.cpp: In function 'Rcpp::List processREMseqTM_varying(std::vector<double>, std::vector<double>, std::vector<std::__cxx11::basic_string<char> >, std::vector<std::__cxx11::basic_string<char> >, double, double, std::string, double)':
twomoderiskset_temporal.cpp:175:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
175 | for(int z = 0; z < pastsenders.size(); z++){
| ~~^~~~~~~~~~~~~~~~~~~~
twomoderiskset_temporal.cpp:176:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
176 | for(int y = 0; y < pasttargets.size(); y++){
| ~~^~~~~~~~~~~~~~~~~~~~
twomoderiskset_temporal.cpp:307:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
307 | for(int z = 0; z < pastsenders.size(); z++){
| ~~^~~~~~~~~~~~~~~~~~~~
twomoderiskset_temporal.cpp:308:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
308 | for(int y = 0; y < pasttargets.size(); y++){
| ~~^~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o dream.dll tmp.def RcppExports.o burteffectiveinC.o burtsconstraintinc.o computeREMweightsv1.o computeREMweightsv2.o computeremtriads.o extractEvents.o lealrcpp.o nonrankrecency.o onemoderiskset_temporal.o persistenceREM.o prefattachincppREM.o prefattachincppwithtimespan.o processonemodeseq.o processtmeventseq.o recencyrankc.o remcfunctions.o remfourcycles.o tmdegreecentrailty.o twomodeegodisthomocpp.o twomoderiskset_temporal.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_02_13_01_50_00_31302/RtmpimxuZQ/R.INSTALL4f1c3d8c728f/dream/src'
make[1]: Entering directory '/d/temp/2026_02_13_01_50_00_31302/RtmpimxuZQ/R.INSTALL4f1c3d8c728f/dream/src'
make[1]: Leaving directory '/d/temp/2026_02_13_01_50_00_31302/RtmpimxuZQ/R.INSTALL4f1c3d8c728f/dream/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-dream/00new/dream/libs/x64
** R
** data
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'dream' as dream_1.0.1.zip
* DONE (dream)