You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: