Questions tagged [shinyapps]

Questions regarding shinyapps.io by RStudio. This tag should NOT be used for general questions concerning Shiny: those belong to the tag `shiny`.

shinyapps.io is a product by RStudio that allows you to deploy and share your Shiny applications online.

shinyapps.io is a self-service platform that makes it easy for you to share your shiny applications on the web

Site: https://www.shinyapps.io/.
Docs: https://docs.rstudio.com/shinyapps.io/.

833 questions
2
votes
0 answers

Error in value[[3L]](cond) : there is no package called ‘plyr’

I am currently trying to launch a shinyapp which works locally on shinyapps.io. However, whenever I publish the app it comes back with the following message: Error in value[3L] : there is no package called ‘plyr’ Calls: local ... tryCatch ->…
Michael
  • 21
  • 1
2
votes
1 answer

framework7: broken tab links after stripping worker IDs from URL

shinyMobile's inst/framework7-5.7.8/my-app.js file has the following code chunk at the top: if (typeof workerId != "undefined") { var hash = window.location.hash; var search = window.location.search; var pathname = window.location.pathname; …
Antoine
  • 1,385
  • 4
  • 19
  • 44
2
votes
2 answers

Cannot deploy ShinyApp: incomplete final line found by readTableHeader on 'raw' (Using default: en_US)

I have been desperately trying to deploy my shinyApp for about a week now but unfortunately I can't stop getting the following message : Warning message: Error detecting locale: Error in read.table(file = file, header = header, sep = sep, quote =…
wanderzen
  • 86
  • 9
2
votes
1 answer

Why RenderPlot does not produce any graph in shiny app?

I am learning to make my first shiny app about a simulation. I tried to make a network graph in shiny with pre-written code, but no graph appeared when I run the app. I am not sure what did I miss and would really appreciate it if someone can point…
harperzhu
  • 39
  • 5
2
votes
0 answers

Config file not found in current working directory or parent directories with `pool` and `golem`

I am attempting to use the pool package in my Shiny golem application. I have slightly updated the default golem-config.yml: default: golem_name: mygolem golem_version: 0.0.0.9000 app_prod: no default_programs: !expr c(1:10000) db_host:…
Dylan Russell
  • 928
  • 1
  • 7
  • 18
2
votes
0 answers

App on Shinyapp io server doesn't display latest dates in table but on local computer it works

I have recently built an app and loaded it to shinyapps io. There I can see my app with all its tabs, tables and functions. In my app I have a table in each tab. With each table the user can select a range for the dates of what is to be shown in the…
Nick
  • 77
  • 1
  • 1
  • 11
2
votes
0 answers

MathJax equations in Shiny app rendering locally, but break when deployed to Shinyapps.io

Here's a Shiny app that renders a LaTeX equation with MathJax. When this app is run locally, all three equations are rendered (for testing purposes, these are equations within a renderTable, a renderText and simply p). However, when deployed to…
heds1
  • 1,952
  • 1
  • 11
  • 22
2
votes
0 answers

Shinyapp: How to avoid overcharge on paid account

I just paid for a yearly starter plan on Shinyapps.io and noticed that I will get overcharged if I exceed the active monthly hours (100h). I am very worried because a lot of people may use my app and will likely exceed that amount. Is there a way to…
mat
  • 1,882
  • 2
  • 18
  • 52
2
votes
2 answers

Reactive input in RShiny reacts too quickly (without using a button)

How do I make it so that Shiny waits a little bit for the user to input their zip code (without using a button). The problem I'm facing is that it will quickly jump to the error if the user isn't fast enough at inputting their zip code. Edit: I…
youtube
  • 87
  • 5
2
votes
1 answer

How to shorten code for "visRemoveNodes" using loop in rstudio

I have constructed multiple protein - protein networks for diseases in shiny app and I ploted them using visnetwork. I found the articulation points for each network and I want to remove them. My code for a disease looks like this: output$plot54 <-…
ch009
  • 21
  • 4
2
votes
1 answer

PickerInput label issue when inline is TRUE

I have a r shiny app in which users have numerous choices they need to pick prior to plotting. In the pickerInput, the label text goes behind the choices. The code…
YBS
  • 8,571
  • 2
  • 4
  • 16
2
votes
1 answer

Change text colour of Shiny Dashbaord selectInput text

I have built a Shiny Dashboard and am looking to change the text colour of my selectInput text. For example, in the below code, I want to change the colour of the text 'Passing Metric' and 'Game location' to BLACK instead of WHITE. I've tried a few…
NDTB
  • 87
  • 1
  • 5
2
votes
0 answers

Upgrade GEOS version on shiny apps.io

It seems that the current version of GEOS available on shinyapps.io is not at the right level. This is the error message I am getting when trying to deploy my app: ** package ‘lwgeom’ successfully unpacked and MD5 sums checked ** using staged…
Jean-Phi N
  • 35
  • 3
2
votes
0 answers

Is there a way to select or return the selected variable from dropdown in selected via selectInput?

I am trying to build a function which will select the data variables entered from the file and show the data variables to be selected via the dropdown and to display the variable that is selected currently. Here, I am able to add file and show the…
Pawan Rama Mali
  • 376
  • 1
  • 7
2
votes
1 answer

Setting a different locale for specific Shiny apps only on shinyapps.io

I am using shinyapps.io to host quite a few Shiny apps. Usually, I am hosting apps in German. Now, I want to host one app in English. The only thing that does not work are the abbreviated month names on the scale_x_date axis of a ggplot. These are…
swolf
  • 777
  • 4
  • 19
1 2
3
55 56