Problems trying to install the Shiny App on my Ubuntu Amazon server

when trying to install the shiny package the installation ends with the below return. I have tried with R 3.4 and 4.03 with the same result. I have installed r-base-dev before trying to install Shiny

In file included from /usr/include/c++/7/memory:80:0,
from /usr/local/lib/R/site-library/BH/include/boost/config/no_tr1/memory.hpp:21,
from /usr/local/lib/R/site-library/BH/include/boost/get_pointer.hpp:14,
from /usr/local/lib/R/site-library/BH/include/boost/bind/mem_fn.hpp:25,
from /usr/local/lib/R/site-library/BH/include/boost/mem_fn.hpp:22,
from /usr/local/lib/R/site-library/BH/include/boost/bind/bind.hpp:26,
from /usr/local/lib/R/site-library/BH/include/boost/bind.hpp:22,
from webapplication.cpp:1:
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here
template class auto_ptr;
^~~~~~~~
In file included from /usr/local/lib/R/site-library/BH/include/boost/shared_ptr.hpp:17:0,
from webapplication.cpp:2:
/usr/local/lib/R/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function ‘boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)’:
/usr/local/lib/R/site-library/BH/include/boost/smart_ptr/shared_ptr.hpp:578:38: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/7/memory:80:0,
from /usr/local/lib/R/site-library/BH/include/boost/config/no_tr1/memory.hpp:21,
from /usr/local/lib/R/site-library/BH/include/boost/get_pointer.hpp:14,
from /usr/local/lib/R/site-library/BH/include/boost/bind/mem_fn.hpp:25,
from /usr/local/lib/R/site-library/BH/include/boost/mem_fn.hpp:22,
from /usr/local/lib/R/site-library/BH/include/boost/bind/bind.hpp:26,
from /usr/local/lib/R/site-library/BH/include/boost/bind.hpp:22,
from webapplication.cpp:1:
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here
template class auto_ptr;

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.