I'm having trouble deploying the Shiny app, perhaps due to a R version conflict with https://github.com/richfitz/remake - any tips would be appreciated.
> rsconnect::deployApp('/home/oleg/Downloads/ODDPredictDelays/ODD_shiny')
Preparing to deploy application...DONE
Uploading bundle for application: 400939..
Error: Unable to retrieve package records for the following packages:
- 'remake'
In addition: There were 11 warnings (use warnings() to see them)
> install.packages("remake")
Installing package into ‘/home/oleg/R/x86_64-redhat-linux-gnu-library/3.4’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘remake’ is not available (for R version 3.4.2)
I'm having trouble deploying the Shiny app, perhaps due to a R version conflict with https://github.com/richfitz/remake - any tips would be appreciated.