Install package error for Shiny Server

I want take help/feedback that ı am facing with. I installed the "Shiny Server" app to the Linux based server that ı am using (Ubuntu 16.04.version I am using) Sample apps wprks well.
However,I took the error message1 that you can find attached after trying to implement the command ( sudo su -
-c "R -e "install.packages('plotly', repos='https://cran.rstudio.com/')"") to the terminal.

To solve this problem, I tried to implement (sudo su -
-c "R -e "install.packages('plotly', repos='https://cran.rstudio.com/', dependencies=TRUE)"") command after searching on the web. Then I took the following
error message2 that you can find attached.

By the way, I am using the R 3.2.3 version.
I would be glad if you can give me the feedback to solve this problem.

I think you forgot to post the error message, we are going to need to see it in order to give you any useful advice, for now I can just guess that some dependencies requires a newer R version than the pretty old 3.2.3 version.

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