is there a way to deploy the golem shiny app on EC2 instance? #1142
gabrielburcea
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have tried to deploy the golem shiny app on EC2 instance. I cannot. I struggled for several days. Has someone tried it?
this is where my app is: https://github.com/gabrielburcea/fec.git .
In addition to the above question, I have tried to download golem within R, on that instance. And I get some errors:
ERROR: dependencies ‘later’, ‘Rcpp’ are not available for package ‘promises’
ERROR: dependencies ‘later’, ‘promises’, ‘Rcpp’ are not available for package ‘httpuv’
ERROR: dependencies ‘httpuv’, ‘later’, ‘promises’ are not available for package ‘shiny’
ERROR: dependency ‘shiny’ is not available for package ‘golem’
The downloaded source packages are in
‘/tmp/Rtmpkjmrzi/downloaded_packages’
Warning messages:
1: In install.packages("golem") :
installation of package ‘Rcpp’ had non-zero exit status
2: In install.packages("golem") :
installation of package ‘later’ had non-zero exit status
3: In install.packages("golem") :
installation of package ‘promises’ had non-zero exit status
4: In install.packages("golem") :
installation of package ‘httpuv’ had non-zero exit status
5: In install.packages("golem") :
installation of package ‘shiny’ had non-zero exit status
6: In install.packages("golem") :
installation of package ‘golem’ had non-zero exit status
Can someone advice, please?
Beta Was this translation helpful? Give feedback.
All reactions