Unable to install shinydashboardPlus package

I currently have R 3.6.6, and when I tried to install the package: shinydashboardPlus I am getting error. Could someone help me here please.
Code:
install.packages("shinydashboardPlus_0.7.0.tar.gz", repos = "https://cran.r-project.org/web/packages/shinydashboardPlus/index.html")

Error
Warning in install.packages :
package ‘shinydashboardPlus_0.7.0.tar.gz’ is not available (for R version 3.6.3)
Warning in install.packages :
unable to access index for repository https://cran.r-project.org/web/packages/shinydashboardPlus/index.html/bin/windows/contrib/3.6:
cannot open URL 'https://cran.r-project.org/web/packages/shinydashboardPlus/index.html/bin/windows/contrib/3.6/PACKAGES'

You are using wrong syntax, have you tried with simply install.packages("shinydashboardPlus")?

1 Like

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