Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
83 views

Due to shinyapps.io using session cookies (as documented here) and browsers retaining those cookies for longer than they should (as documented here), logging out of an app using https://accountName....
bcarothers's user avatar
1 vote
1 answer
361 views

I'm at a loss a bit as I am new to creating/deploying ShinyApps. I have an app ready to deploy which does not directly use Terra package, but apparently the Leaflet package is dependent on Terra ...
Beardedant's user avatar
1 vote
0 answers
99 views

I've been encountering an issue with the gtsave() function from the gt package when trying to save a table as a PNG file. The error message indicates that it cannot find an available port to start ...
Koffi Frederic Sessie's user avatar
0 votes
0 answers
124 views

I am working on developing a shiny app where users can select a desired player and stadium overlay to create an animated home run plot. My code for the plot, user interface, and server are below. ...
stevoo_p13's user avatar
1 vote
0 answers
86 views

I am running a Shiny app via shinyapps.io (https://lavaangui.org/). If I leave the browser window open for a while but not in focus, the app "greys out" and shows a "disconnected from ...
Julian Karch's user avatar
0 votes
1 answer
219 views

I need your help! Issue I have an R Shiny app hosted on shinyapps.io on which I'm recently having issues downloading a 10 MB file from the internet. When I run the app locally, everything still runs ...
faidherbard's user avatar
  • 1,035
0 votes
0 answers
125 views

Updated post: I'm having issues with my shiny app and its connection with google drive. My app aims to get responses from my team through a visual analogic scale. And I want to connect these responses ...
user avatar
1 vote
1 answer
623 views

I am trying to deploy my golem shiny app on shiny io. I am getting the following errors when I am attempting to publish the app: ℹ Capturing R dependencies from renv.lock Error in `...
GaB's user avatar
  • 1,134
4 votes
0 answers
187 views

I am working on building a Shiny web app in R that uses Google APIs. I rely heavily on {googledrive}, {googlesheets4}, and {gargle}. I've also done some experimentation with {googleAuthR} but have not ...
icurtis's user avatar
  • 91
4 votes
2 answers
2k views

Trying to publish my Shiny App through shinyapp.io. The app works fine locally. When trying to run deploy it I get the following error: I don't have a Quarto document, nor do I know what they are. ...
ColinM's user avatar
  • 83
0 votes
0 answers
134 views

I'm using ggiraph to plot my ggplot object in my shiny dashboard that I deploy on shinyapps.io. My dashboard works well locally, but the font change that happens as a result of deploying on shinyapps....
Majid's user avatar
  • 31
0 votes
1 answer
69 views

I have a table that has NA values in certain columns. In a Shiny app, I would like export buttons below each column that report values from another column that correspond to NA in the selected column. ...
user21305404's user avatar
0 votes
0 answers
55 views

I'm building this Shiny app that perfectly works fine inside R Studio, but once is published on Shiny Apps, it does not work. The app should predict a second word based on a first one, using bi grams. ...
Humberto R's user avatar
0 votes
1 answer
429 views

Tried to Deploy Shiny app to shinyapps.io but encounter this message. What should I do? ── Preparing for deployment ──────────────────────────────────────────────────── ✔ Deploying "R-shiny-...
WKL's user avatar
  • 1
1 vote
0 answers
271 views

I have an app deployed in shinnyapps.io, which mines data using the bold R package. However, I am getting the following error appearing in the logs for my app: 2024-01-24T11:05:27.044583+00:00 ...
tadeufontes's user avatar
1 vote
1 answer
66 views

I've built an app where users have the option to generate reports in English, Spanish, and Portuguese. The reports have a time stamp at the top that relies on Sys.setlocale and format to translate and ...
bcarothers's user avatar
1 vote
0 answers
62 views

I have an R package called foo that is not uploaded on CRAN but hosted on Github. Within the package, I have, together with standard files and functions within the R/ folder, a shiny app within the ...
Filippo Gambarota's user avatar
1 vote
0 answers
60 views

I've been working on a Shiny app using RSelenium. Locally, everything works, but when I try to host it on shinyapps.io, I encounter an error: "Connecting to remote server" Could not open ...
Sale Forecast's user avatar
0 votes
0 answers
32 views

I get this error: The application failed to start. exit status 1 but in my local app.R is run and load pages without any error. This is the log 2 I tried to install dependency packages, but that ...
Reza's user avatar
  • 13
0 votes
1 answer
515 views

I have created a package containing a run_app function (which calls a Shiny app with runApp) and uploaded it to a private GitHub repository. The package folder is like this: project_name/ ...
William Lima's user avatar
1 vote
0 answers
78 views

I have an issue with providing a download option in my Shiny application. The download button works fine locally. Once the application is exported to Shiny IO the download does not work anymore. On ...
Karl Müller's user avatar
-1 votes
1 answer
108 views

I'm deploying a shiny app to shinyapps.io using AWS Step Functions. It deploys successfully when I deploy using an EC2 instance spun up from an AMI, but does not deploy when I use the same AMI in AWS ...
ben890's user avatar
  • 1,133
2 votes
0 answers
163 views

Hello smart people of the internet, I have written an app in R Shiny that uses the package RSelenium (and specifically, its rsDriver function). It works fine on my local machine. However, when I try ...
user1713174's user avatar
0 votes
1 answer
156 views

I have created a shiny app that takes user input and renders a pdf report. On my Windows laptop, it seems to run fine, but deploying it to shinyapps.io shows %PDF-1.5 %. how it runs locally Here's the ...
Janki's user avatar
  • 1
1 vote
2 answers
174 views

I wanted to implement a login system using Auth0, it was easy to use and configure but when I run the app locally or through port 8080, auth0 keeps opening millions of tabs and I have to shut it down, ...
Ream's user avatar
  • 29

1
2 3 4 5
20