Questions tagged [rsconnect]
40 questions
0
votes
0 answers
Access file outside project directory after publishing dashboard to RSConnect
I have a Shiny dashboard and it is published to RSConnect. But some of my files are outside the project directory and the paths are referring to that files, also I am loading packages from a folder outside the project directory.So the dashboard is…

aavin
- 1
- 1
0
votes
1 answer
How to deploy shiny app to shinyapps.io from drake plan
This is a follow-on question from closing the loop on passing the app and data to a Shiny deployment function:
How to use shiny app as a target in drake
I would like to deploy a Shiny app directly from a drake plan as…

David Lucey
- 252
- 3
- 9
0
votes
0 answers
wordcloud encoding issues R shinyapps.io, UTF-8 not rendering properly
I am having an issue where my wordcloud::wordcloud() renders properly with Chinese characters encoded in UTF-8 when I run my Shiny app locally (Windows 10 machine), but when I deploy it to shinyapps.io the wordcloud no longer renders properly.
This…

seagullnutkin
- 311
- 1
- 10
0
votes
1 answer
I cannot connect to shinyapps.io Publishing Account in R Studio. I see an error
I am not able to connect to my Publishing account on R studio.
I go to the path Tools -> Global Options -> Publishing -> Connect
I choose ShinyApps.io and I paste the command that I copied from shinyapps.io dashboard (command from STEP 2 –…

Abhishek
- 1
- 1
0
votes
1 answer
RStudio Connect disconnects from server before app can load
I am running an application that takes quite a while to load. I have to load up 7GB worth of data which when run locally takes the app about 220 seconds. However on my deployed app it disconnects from the server after roughly 120 seconds, before it…

koolmees
- 2,725
- 9
- 23
0
votes
0 answers
Logo appears locally but doesn't display properly when I deploy the app
I have a logo I would like to display on the top right corner of my app and when I launch the app locally it displays properly.
However, when I try to deploy the app, everything works fine except that my logo is just a question mark and the title.…
0
votes
1 answer
Turn off the update prompt when republishing a book
When using bookdown::publish_book() to republish a book I get a prompt in the console:
Update application currently deployed at
https://bookdown.org/..../..../? [Y/n]
How can I turn that prompt off?
I need to turn it off since the book should be…

Paul
- 328
- 2
- 11
0
votes
1 answer
Can't deploy large ish .RDS files to shinyapp.io in RStudio
I'm trying to deploy a shiny app from RStudio. Along with the "ui.r" and "server.r" files, I have 3 .RDS files (50kb, 15mb and 18mb), which I read in server.r file, and they work fine locally. When I commence upload, it fails giving the following…

omarmn
- 1
- 4
0
votes
1 answer
Error when trying to deploy shiny app to shinyapps.io (exited with code 137)
I have been trying to deploy my shiny app to shinyapps.io but I just can't seem to figure it out. Everything works fine locally but not when I try to deploy. I keep getting the following error: The application failed to start (exited with code 137).…

NBE
- 641
- 2
- 11
- 33
-1
votes
1 answer
Unable to deploy to shinyapps.io
I have recently updated the rsconnect package every time I try to deploy to shinyapps.io I get the following message
Generate manifest.json
ℹ Capturing R dependencies from renv.lock
Operation canceled.
Execution halted

Levis Ogoro
- 63
- 4