* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘dream’ ...
** this is package ‘dream’ version ‘1.0.1’
** package ‘dream’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.3.0-12) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpHfVDc0/R.INSTALL3d3f906378b224/dream/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c burteffectiveinC.cpp -o burteffectiveinC.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c burtsconstraintinc.cpp -o burtsconstraintinc.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c computeREMweightsv1.cpp -o computeREMweightsv1.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c computeREMweightsv2.cpp -o computeREMweightsv2.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c computeremtriads.cpp -o computeremtriads.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c extractEvents.cpp -o extractEvents.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c lealrcpp.cpp -o lealrcpp.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c nonrankrecency.cpp -o nonrankrecency.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -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 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 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 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 unsigned int’} [-Wsign-compare]
307 | for(int y = 0; y < pastactors.size(); y++){
| ~~^~~~~~~~~~~~~~~~~~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -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 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 unsigned int’} [-Wsign-compare]
80 | for(int k = 0; k < past_times.size(); k++){
| ~~^~~~~~~~~~~~~~~~~~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c prefattachincppREM.cpp -o prefattachincppREM.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -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 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 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++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c processonemodeseq.cpp -o processonemodeseq.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c processtmeventseq.cpp -o processtmeventseq.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -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 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++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c remcfunctions.cpp -o remcfunctions.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -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 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 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 unsigned int’} [-Wsign-compare]
187 | for (int g = 0; g < past_timesC.size(); g++) { // for all past event times
| ~~^~~~~~~~~~~~~~~~~~~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c tmdegreecentrailty.cpp -o tmdegreecentrailty.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c twomodeegodisthomocpp.cpp -o twomodeegodisthomocpp.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -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 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 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 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 unsigned int’} [-Wsign-compare]
308 | for(int y = 0; y < pasttargets.size(); y++){
| ~~^~~~~~~~~~~~~~~~~~~~
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o dream.so 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 -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpHfVDc0/R.INSTALL3d3f906378b224/dream/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpHfVDc0/R.INSTALL3d3f906378b224/dream/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpHfVDc0/R.INSTALL3d3f906378b224/dream/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-dream/00new/dream/libs
** R
** data
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package ‘dream’
finding HTML links ... done
WikiEvent2018.first100k html
computeBCConstraint html
computeBCES html
computeBCRedund html
computeBurtsConstraint html
computeBurtsES html
computeFourCycles html
computeHomFourCycles html
computeISP html
computeITP html
computeLealBrokerage html
computeNPaths html
computeOSP html
computeOTP html
computePersistence html
computePrefAttach html
computeReceiverIndegree html
computeReceiverOutdegree html
computeRecency html
computeReciprocity html
computeRemDyadCut html
computeRepetition html
computeSenderIndegree html
computeSenderOutdegree html
computeTMDegree html
computeTMDens html
computeTMEgoDis html
computeTriads html
create_riskset html
create_riskset_dynamic html
dream-package html
dream html
estimateREM html
estimate_rem_logit html
netstats_om_constraint html
netstats_om_effective html
netstats_om_nwalks html
netstats_om_pib html
netstats_tm_constraint html
netstats_tm_degreecent html
netstats_tm_density html
netstats_tm_effective html
netstats_tm_egodistance html
netstats_tm_homfourcycles html
netstats_tm_redundancy html
print.dream html
print.summary.dream html
processOMEventSeq html
processTMEventSeq html
remExpWeights html
remstats_degree html
remstats_dyadcut html
remstats_fourcycles html
remstats_persistence html
remstats_prefattachment html
remstats_recency html
remstats_reciprocity html
remstats_repetition html
remstats_triads html
simulateRESeq html
simulate_rem_seq html
southern.women html
summary.dream html
*** copying figures
** 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 (dream)