Error in installing shiny package

Hi ,

I'm using rstudio for my project and now i require shiny package .While installing shiny package it ended up with the following error :

 `In file included from /usr/include/c++/7/memory:80:0,
             from /home/gomathi/R/x86_64-pc-linux-gnu-library/3.6/BH/include/boost/config/no_tr1/memory.hpp:21,
             from /home/gomathi/R/x86_64-pc-linux-gnu-library/3.6/BH/include/boost/smart_ptr/shared_ptr.hpp:23,
             from /home/gomathi/R/x86_64-pc-linux-gnu-library/3.6/BH/include/boost/shared_ptr.hpp:17,
             from uvutil.h:7,
             from filedatasource.h:4,
             from filedatasource-unix.cpp:3:
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
                        ^~~~~~~~

`
How can i resolve that ? I tried the following but it doesn't work

1.uninstalling rstudio fully and installed it .
2.update and upgrade system package

version :

os:ubuntu 18.04
r : 3.6.0

Thanks in advance !

It seems like you might have only copied a small amount of the console output here. Perhaps the rest of the response you are getting when trying to install the package would be helpful?

The problem solved by downloading the httpuv package directly from github . Thank you for your concern!

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