I have tried to run several version of maxp, but they fail with the following message (can only catch it when running R from console, RStudio crashes):
I am by no means an expert, but this particular error is mentioned, for example, here, although it is an old issue. I have tried to reinstall Rccp as well, but that did not help. During compilation of rgeoda, several warnings are thrown in relation to the BH library, such as:
/home/thesixmax/R/x86_64-pc-linux-gnu-library/4.1/BH/include/boost/config/pragma_message.hpp:24:34: note: ‘#pragma message: This header is deprecated. Use <iterator> instead.’
24 | # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x)))
and
/home/thesixmax/R/x86_64-pc-linux-gnu-library/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function ‘boost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)’:
/home/thesixmax/R/x86_64-pc-linux-gnu-library/4.1/BH/include/boost/smart_ptr/shared_ptr.hpp:572:38: warning: ‘template<class> class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
572 | this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
| ^~~~~~~~
It does not matter if I install from github or CRAN either. However, the guerry example provided on your webpage does run, which confuses me! So I am a bit lost on whether it is a compiling issue, package issue, linux issue or R issue. When I pull in the shapefile and run maxp in the Geoda desktop software, it runs without issues.
Hello!
I have tried to run several version of maxp, but they fail with the following message (can only catch it when running R from console, RStudio crashes):
I am by no means an expert, but this particular error is mentioned, for example, here, although it is an old issue. I have tried to reinstall Rccp as well, but that did not help. During compilation of rgeoda, several warnings are thrown in relation to the BH library, such as:
and
It does not matter if I install from github or CRAN either. However, the guerry example provided on your webpage does run, which confuses me! So I am a bit lost on whether it is a compiling issue, package issue, linux issue or R issue. When I pull in the shapefile and run maxp in the Geoda desktop software, it runs without issues.
Any pointers are much appreciated!