Thanks for taking the time to look at this!
It's an old R package: GitHub - rstudio/shinyapps: Deploy Shiny applications to ShinyApps
If I run rsconnect::appDependencies():
rsconnect::appDependencies()
Error: Unable to retrieve package records for the following packages:
- 'shinyapps'
In addition: Warning message:
In FUN(X[[i]], ...) :
Package 'shinyapps' not available in repository or locally
or deployApp() it seems to be a required package.
Bizarre, I agree.
Here are my lines of code:
devtools::install_github("rstudio/rsconnect")
library(rsconnect)
library(shiny)
rsconnect::setAccountInfo(name='', token='', secret='')
deployApp()
rsconnect::appDependencies()