Failed to install Shiny in R studio

System: windows 64bit
R version: R-3.0.1
RStudio-1.3.1093

install.packages("shiny")
Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/bin/windows/contrib/3.0
Warning in install.packages :
unable to access index for repository https://cran.rstudio.com/bin/windows/contrib/3.0
Warning in install.packages :
package ‘shiny’ is not available (for R version 3.0.1)

Please help me, how should I do ?

You are using a very old R version, shiny requires at least R >= 3.0.2. Using such an old version is going to bring you many installation issues, I recommend you to update your R version.

I saw that Rstudio require R-3.0.1 Version, so I use it ~
Really thanks for you, I will try to update R
:smiling_face_with_three_hearts:

This topic was automatically closed 54 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.