I have been trying to run my first shinyapp from Rstudio.
The app loads but is undeployed. It stops running with the error:
Preparing to deploy application...DONE Uploading bundle for application: 8122435...Warning in FUN(X[[i]], ...) : Package 'kable' not available in repository or locally Error: Unable to retrieve package records for the following packages: - 'kable'
then when trying to install package "kable"
Warning in install.packages : package ‘kable’ is not available for this version of R
A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
Is this a temporary problem? Is there an easy way to go to an older version of R on a mac? I have tried loading kable package from other repositories aswell.
Any advice?