Error while loading shiny

I am new in R and my R packages is not loading properly for example-
library (shiny)

It showing - warning unable to access indes repository 'httrp://Cran.Rstudio.com/Src/contrib/Packages.

Will you post the exact output of these commands?

"shiny" %in% installed.packages()
library(shiny)
sessionInfo()

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