* installing *source* package 'multinet' ... ** this is package 'multinet' version '4.3.4' ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 14.3.0' g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.cpp -o init.o g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c r_functions.cpp -o r_functions.o r_functions.cpp: In function 'RMLNetwork growMultiplex(size_t, long int, const Rcpp::GenericVector&, const Rcpp::NumericVector&, const Rcpp::NumericVector&, const Rcpp::NumericMatrix&)': r_functions.cpp:151:26: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare] 151 | if (dependency.nrow()!=num_layers || dependency.ncol()!=num_layers || | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ r_functions.cpp:151:59: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare] 151 | if (dependency.nrow()!=num_layers || dependency.ncol()!=num_layers || | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ r_functions.cpp:152:37: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare] 152 | pr_internal_event.size()!=num_layers || pr_external_event.size()!=num_layers) | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ r_functions.cpp:152:77: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare] 152 | pr_internal_event.size()!=num_layers || pr_external_event.size()!=num_layers) | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ r_functions.cpp:159:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare] 159 | for (size_t i=0; i >::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare] 1847 | if (vertices.size() != values.size() && values.size()!=1) | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ r_functions.cpp:1915:26: warning: comparison of integer expressions of different signedness: 'std::vector >::size_type' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare] 1915 | if (edges.size() != values.size() && values.size()!=1) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ r_functions.cpp: In function 'Rcpp::List to_list(const Rcpp::DataFrame&, const RMLNetwork&)': r_functions.cpp:3279:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare] 3279 | for (size_t i=0; isize()) | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ r_functions.cpp:3366:28: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'std::size_t' {aka 'long long unsigned int'} [-Wsign-compare] 3366 | else if (w_inter.size()==layers->size()) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ r_functions.cpp:3387:28: warning: comparison of integer expressions of different signedness: 'R_xlen_t' {aka 'long long int'} and 'std::size_t' {aka 'long long unsigned int'} [-Wsign-compare] 3387 | else if (gravity.size()==layers->size()) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from src/community/mlcpm.hpp:22, from r_functions.cpp:12: src/community/mlcpm.ipp: In instantiation of 'std::unique_ptr > uu::net::mlcpm(const M*, std::size_t, std::size_t) [with M = MultilayerNetwork; std::size_t = long long unsigned int]': r_functions.cpp:3120:28: required from here 3120 | auto com_struct = mlcpm(mnet, k, m); | ~~~~~^~~~~~~~~~~~ src/community/mlcpm.ipp:63:20: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] 63 | result->add(std::move(c->to_community())); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/community/mlcpm.ipp:63:20: note: remove 'std::move' call In file included from src/community/modularity.hpp:47, from r_functions.cpp:13: src/community/modularity.ipp: In instantiation of 'double uu::net::modularity(const M*, const COMM*, double) [with M = MultilayerNetwork; COMM = CommunityStructure]': r_functions.cpp:3222:31: required from here 3222 | return uu::net::modularity(mnet, communities.get(), omega); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/community/modularity.ipp:149:15: warning: unused variable 'actor' [-Wunused-variable] 149 | for (auto actor: *mnet->actors()) | ^~~~~ In file included from src/community/abacus.ipp:10, from src/community/abacus.hpp:30, from r_functions.cpp:8: src/community/_impl/PillarCommunity.hpp: In instantiation of 'std::unique_ptr > uu::net::to_vertex_layer_community_structure(const std::set > >&) [with M = MultilayerNetwork]': src/community/abacus.ipp:36:47: required from 'std::unique_ptr > uu::net::abacus(const M*, int, int) [with M = MultilayerNetwork]' 36 | return to_vertex_layer_community_structure(com); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ r_functions.cpp:3161:38: required from here 3161 | auto com_struct = uu::net::abacus(mnet, min_actors, min_layers); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/community/_impl/PillarCommunity.hpp:99:17: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] 99 | res->add(std::move(to_vertex_layer_community(c.get()))); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/community/_impl/PillarCommunity.hpp:99:17: note: remove 'std::move' call r_functions.cpp: In function 'Rcpp::DataFrame getValues(const RMLNetwork&, const std::string&, const Rcpp::DataFrame&, const Rcpp::DataFrame&, const Rcpp::DataFrame&)': r_functions.cpp:1733:22: warning: 'att' may be used uninitialized [-Wmaybe-uninitialized] 1733 | res[att->name] = vec; | ~~~~~^~~~ r_functions.cpp:1614:36: note: 'att' was declared here 1614 | const uu::core::Attribute* att; | ^~~ r_functions.cpp:1600:22: warning: 'att' may be used uninitialized [-Wmaybe-uninitialized] 1600 | res[att->name] = vec; | ~~~~~^~~~ r_functions.cpp:1518:36: note: 'att' was declared here 1518 | const uu::core::Attribute* att; | ^~~ g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rcpp_module_definition.cpp -o rcpp_module_definition.o g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -DCRAN -DNS_INFOMAP -DONLY_C_LOCALE=1 -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -Isrc -Ilibs -Iboost -Ieclat/eclat/src -Ieclat/tract/src -Ieclat/math/src -Ieclat/util/src -Ieclat/apriori/src -Iinfomap -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c rcpp_utils.cpp -o rcpp_utils.o rcpp_utils.cpp: In function 'std::vector > resolve_const_vertices(const uu::net::MultilayerNetwork*, const Rcpp::DataFrame&)': rcpp_utils.cpp:237:20: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare] 237 | for (int i=0; i > resolve_vertices(uu::net::MultilayerNetwork*, const Rcpp::DataFrame&)': rcpp_utils.cpp:278:20: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare] 278 | for (int i=0; i > resolve_const_edges(const uu::net::MultilayerNetwork*, const Rcpp::DataFrame&)': rcpp_utils.cpp:322:20: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare] 322 | for (int i=0; i > resolve_edges(uu::net::MultilayerNetwork*, const Rcpp::DataFrame&)': rcpp_utils.cpp:398:20: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare] 398 | for (int i=0; i > to_communities(const Rcpp::DataFrame&, const uu::net::MultilayerNetwork*)': rcpp_utils.cpp:541:23: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare] 541 | for (size_t i=0; i> date::parse(kDEFAULT_TIME_FORMAT, epoch); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/core/attributes/Time.hpp:18, from src/core/attributes/conversion.hpp:13, from src/core/attributes/conversion.cpp:1: src/core/attributes/date.hpp:9414:1: note: candidate: 'template decltype ((date::from_stream(declval&>(), format.c_str(), tp), date::parse_manip{format, tp})) date::parse(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, Parsable&)' 9414 | parse(const std::basic_string& format, Parsable& tp) | ^~~~~ src/core/attributes/date.hpp:9414:1: note: template argument deduction/substitution failed: src/core/attributes/date.hpp: In substitution of 'template decltype ((date::from_stream(declval&>(), format.c_str(), tp), date::parse_manip{format, tp})) date::parse(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, Parsable&) [with Parsable = std::chrono::time_point >; CharT = char; Traits = std::char_traits; Alloc = std::allocator]': src/core/attributes/conversion.cpp:165:23: required from here 165 | in1 >> date::parse(kDEFAULT_TIME_FORMAT, epoch); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/core/attributes/date.hpp:9415:24: error: call of overloaded 'from_stream(std::basic_istream&, const char*, std::chrono::time_point >&)' is ambiguous 9415 | -> decltype(from_stream(std::declval&>(), | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9416 | format.c_str(), tp), | ~~~~~~~~~~~~~~~~~~~ src/core/attributes/date.hpp:9306:1: note: candidate: 'std::basic_istream<_CharT, _Traits>& date::from_stream(std::basic_istream<_CharT, _Traits>&, const CharT*, sys_time&, std::__cxx11::basic_string<_CharT, _Traits, _Alloc>*, std::chrono::minutes*) [with Duration = std::chrono::duration; CharT = char; Traits = std::char_traits; Alloc = std::allocator; sys_time = std::chrono::time_point >; std::chrono::minutes = std::chrono::duration >]' 9306 | from_stream(std::basic_istream& is, const CharT* fmt, | ^~~~~~~~~~~ In file included from D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/chrono:3360, from src/core/attributes/Time.hpp:17: D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/chrono_io.h:2750:5: note: candidate: 'std::basic_istream<_CharT, _Traits>& std::chrono::from_stream(std::basic_istream<_CharT, _Traits>&, const _CharT*, sys_time<_Duration>&, std::__cxx11::basic_string<_CharT, _Traits, _Alloc>*, minutes*) [with _CharT = char; _Traits = std::char_traits; _Duration = duration; _Alloc = std::allocator; sys_time<_Duration> = time_point<_V2::system_clock, duration >; minutes = duration >]' 2750 | from_stream(basic_istream<_CharT, _Traits>& __is, const _CharT* __fmt, | ^~~~~~~~~~~ src/core/attributes/date.hpp:9428:1: note: candidate: 'template decltype ((date::from_stream(declval&>(), format.c_str(), tp, (& abbrev)), date::parse_manip{format, tp, (& abbrev)})) date::parse(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, Parsable&, std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)' 9428 | parse(const std::basic_string& format, Parsable& tp, | ^~~~~ src/core/attributes/date.hpp:9428:1: note: candidate expects 3 arguments, 2 provided src/core/attributes/date.hpp:9443:1: note: candidate: 'template decltype ((date::from_stream(declval&>(), format.c_str(), tp, declval*>(), (& offset)), date::parse_manip{format, tp, nullptr, (& offset)})) date::parse(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, Parsable&, std::chrono::minutes&)' 9443 | parse(const std::basic_string& format, Parsable& tp, | ^~~~~ src/core/attributes/date.hpp:9443:1: note: candidate expects 3 arguments, 2 provided src/core/attributes/date.hpp:9460:1: note: candidate: 'template decltype ((date::from_stream(declval&>(), format.c_str(), tp, (& abbrev), (& offset)), date::parse_manip{format, tp, (& abbrev), (& offset)})) date::parse(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, Parsable&, std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, std::chrono::minutes&)' 9460 | parse(const std::basic_string& format, Parsable& tp, | ^~~~~ src/core/attributes/date.hpp:9460:1: note: candidate expects 4 arguments, 2 provided src/core/attributes/date.hpp:9477:1: note: candidate: 'template decltype ((date::from_stream(declval >&>(), format, tp), date::parse_manip{format, tp})) date::parse(const CharT*, Parsable&)' 9477 | parse(const CharT* format, Parsable& tp) | ^~~~~ src/core/attributes/date.hpp:9477:1: note: template argument deduction/substitution failed: src/core/attributes/conversion.cpp:165:23: note: mismatched types 'const CharT*' and 'std::__cxx11::basic_string' 165 | in1 >> date::parse(kDEFAULT_TIME_FORMAT, epoch); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/core/attributes/date.hpp:9490:1: note: candidate: 'template decltype ((date::from_stream(declval&>(), format, tp, (& abbrev)), date::parse_manip{format, tp, (& abbrev)})) date::parse(const CharT*, Parsable&, std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)' 9490 | parse(const CharT* format, Parsable& tp, std::basic_string& abbrev) | ^~~~~ src/core/attributes/date.hpp:9490:1: note: candidate expects 3 arguments, 2 provided src/core/attributes/date.hpp:9504:1: note: candidate: 'template decltype ((date::from_stream(declval >&>(), format, tp, declval, std::allocator<_T2> >*>(), (& offset)), date::parse_manip{format, tp, nullptr, (& offset)})) date::parse(const CharT*, Parsable&, std::chrono::minutes&)' 9504 | parse(const CharT* format, Parsable& tp, std::chrono::minutes& offset) | ^~~~~ src/core/attributes/date.hpp:9504:1: note: candidate expects 3 arguments, 2 provided src/core/attributes/date.hpp:9518:1: note: candidate: 'template decltype ((date::from_stream(declval&>(), format, tp, (& abbrev), (& offset)), date::parse_manip{format, tp, (& abbrev), (& offset)})) date::parse(const CharT*, Parsable&, std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, std::chrono::minutes&)' 9518 | parse(const CharT* format, Parsable& tp, | ^~~~~ src/core/attributes/date.hpp:9518:1: note: candidate expects 4 arguments, 2 provided src/core/attributes/conversion.cpp: In function 'uu::core::Time uu::core::to_time(const std::string&, const std::string&)': src/core/attributes/conversion.cpp:202:22: error: no matching function for call to 'parse(const std::string&, uu::core::Time&)' 202 | in >> date::parse(format, result); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ src/core/attributes/date.hpp:9414:1: note: candidate: 'template decltype ((date::from_stream(declval&>(), format.c_str(), tp), date::parse_manip{format, tp})) date::parse(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, Parsable&)' 9414 | parse(const std::basic_string& format, Parsable& tp) | ^~~~~ src/core/attributes/date.hpp:9414:1: note: template argument deduction/substitution failed: src/core/attributes/date.hpp: In substitution of 'template decltype ((date::from_stream(declval&>(), format.c_str(), tp), date::parse_manip{format, tp})) date::parse(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, Parsable&) [with Parsable = std::chrono::time_point >; CharT = char; Traits = std::char_traits; Alloc = std::allocator]': src/core/attributes/conversion.cpp:202:22: required from here 202 | in >> date::parse(format, result); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ src/core/attributes/date.hpp:9415:24: error: call of overloaded 'from_stream(std::basic_istream&, const char*, std::chrono::time_point >&)' is ambiguous 9415 | -> decltype(from_stream(std::declval&>(), | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9416 | format.c_str(), tp), | ~~~~~~~~~~~~~~~~~~~ src/core/attributes/date.hpp:9306:1: note: candidate: 'std::basic_istream<_CharT, _Traits>& date::from_stream(std::basic_istream<_CharT, _Traits>&, const CharT*, sys_time&, std::__cxx11::basic_string<_CharT, _Traits, _Alloc>*, std::chrono::minutes*) [with Duration = std::chrono::duration; CharT = char; Traits = std::char_traits; Alloc = std::allocator; sys_time = std::chrono::time_point >; std::chrono::minutes = std::chrono::duration >]' 9306 | from_stream(std::basic_istream& is, const CharT* fmt, | ^~~~~~~~~~~ D:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.3.0/include/c++/bits/chrono_io.h:2750:5: note: candidate: 'std::basic_istream<_CharT, _Traits>& std::chrono::from_stream(std::basic_istream<_CharT, _Traits>&, const _CharT*, sys_time<_Duration>&, std::__cxx11::basic_string<_CharT, _Traits, _Alloc>*, minutes*) [with _CharT = char; _Traits = std::char_traits; _Duration = duration; _Alloc = std::allocator; sys_time<_Duration> = time_point<_V2::system_clock, duration >; minutes = duration >]' 2750 | from_stream(basic_istream<_CharT, _Traits>& __is, const _CharT* __fmt, | ^~~~~~~~~~~ src/core/attributes/date.hpp:9428:1: note: candidate: 'template decltype ((date::from_stream(declval&>(), format.c_str(), tp, (& abbrev)), date::parse_manip{format, tp, (& abbrev)})) date::parse(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, Parsable&, std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)' 9428 | parse(const std::basic_string& format, Parsable& tp, | ^~~~~ src/core/attributes/date.hpp:9428:1: note: candidate expects 3 arguments, 2 provided src/core/attributes/date.hpp:9443:1: note: candidate: 'template decltype ((date::from_stream(declval&>(), format.c_str(), tp, declval*>(), (& offset)), date::parse_manip{format, tp, nullptr, (& offset)})) date::parse(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, Parsable&, std::chrono::minutes&)' 9443 | parse(const std::basic_string& format, Parsable& tp, | ^~~~~ src/core/attributes/date.hpp:9443:1: note: candidate expects 3 arguments, 2 provided src/core/attributes/date.hpp:9460:1: note: candidate: 'template decltype ((date::from_stream(declval&>(), format.c_str(), tp, (& abbrev), (& offset)), date::parse_manip{format, tp, (& abbrev), (& offset)})) date::parse(const std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, Parsable&, std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, std::chrono::minutes&)' 9460 | parse(const std::basic_string& format, Parsable& tp, | ^~~~~ src/core/attributes/date.hpp:9460:1: note: candidate expects 4 arguments, 2 provided src/core/attributes/date.hpp:9477:1: note: candidate: 'template decltype ((date::from_stream(declval >&>(), format, tp), date::parse_manip{format, tp})) date::parse(const CharT*, Parsable&)' 9477 | parse(const CharT* format, Parsable& tp) | ^~~~~ src/core/attributes/date.hpp:9477:1: note: template argument deduction/substitution failed: src/core/attributes/conversion.cpp:202:22: note: mismatched types 'const CharT*' and 'std::__cxx11::basic_string' 202 | in >> date::parse(format, result); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~ src/core/attributes/date.hpp:9490:1: note: candidate: 'template decltype ((date::from_stream(declval&>(), format, tp, (& abbrev)), date::parse_manip{format, tp, (& abbrev)})) date::parse(const CharT*, Parsable&, std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&)' 9490 | parse(const CharT* format, Parsable& tp, std::basic_string& abbrev) | ^~~~~ src/core/attributes/date.hpp:9490:1: note: candidate expects 3 arguments, 2 provided src/core/attributes/date.hpp:9504:1: note: candidate: 'template decltype ((date::from_stream(declval >&>(), format, tp, declval, std::allocator<_T2> >*>(), (& offset)), date::parse_manip{format, tp, nullptr, (& offset)})) date::parse(const CharT*, Parsable&, std::chrono::minutes&)' 9504 | parse(const CharT* format, Parsable& tp, std::chrono::minutes& offset) | ^~~~~ src/core/attributes/date.hpp:9504:1: note: candidate expects 3 arguments, 2 provided src/core/attributes/date.hpp:9518:1: note: candidate: 'template decltype ((date::from_stream(declval&>(), format, tp, (& abbrev), (& offset)), date::parse_manip{format, tp, (& abbrev), (& offset)})) date::parse(const CharT*, Parsable&, std::__cxx11::basic_string<_CharT, _Traits, _Alloc>&, std::chrono::minutes&)' 9518 | parse(const CharT* format, Parsable& tp, | ^~~~~ src/core/attributes/date.hpp:9518:1: note: candidate expects 4 arguments, 2 provided make: *** [D:/RCompile/recent/R/etc/x64/Makeconf:304: src/core/attributes/conversion.o] Error 1 ERROR: compilation failed for package 'multinet' * removing 'd:/RCompile/CRANincoming/R-devel/lib/multinet'