All Questions
Tagged with shiny-server rstudio-server
32 questions
0
votes
0
answers
85
views
nbastatR works locally but does not show up in Shiny web
I'm using a package called nbastatR to retrieve NBA stat data. For example,
teams_shots(teams = "Cleveland Cavaliers",seasons = 2023)
gives a shot data of Cleveland Cavaliers in 2023 season....
0
votes
0
answers
264
views
Run shiny app with rstudioserver on centos error "Connection Refused"
I have trouble with my shiny app run in my rstudio server on my centos Server.
When i run a shiny app in my rstudio-server IDE, a new browser windows open (that's normal) but i have this error "...
0
votes
1
answer
601
views
RStudio Server in Windows WSL2 - Shiny Server: What is the difference:
This may be a very basic question for guys who handle daily with programming issues!
And until today I was not able to find the right words to ask and now I hope I can explain clearly what I want!
It ...
1
vote
0
answers
445
views
why is RStudio server running my shiny app but the app is not showing up in shiny server on aws ec2 instance?
I have my shiny app loaded and running on RStudio Server on my Amazon EC2 instance, but the Shiny Server still says that the app hasn't loaded.
I added the preserve_logs on; argument and copied and ...
0
votes
1
answer
336
views
VPS with Ubuntu 20.04: Cannot connect to Github
I am setting up a VPS that should host an RStudio instance and shiny server.
It seems that I have trouble with communicating especially to Github. I have set up a Git repository and wanted to test it:
...
1
vote
0
answers
654
views
VirtualHost reverse proxy new https port to http Ubuntu/Apache2
EDIT: I found/realize this may be better asked on serverfault, so I am x-posting and redirecting there please. I will delete this post.
https://serverfault.com/questions/1047948/apache-ubuntu-multiple-...
2
votes
0
answers
256
views
How can I pull data on my R shiny server using REST API
I have developed a relatively simply R shiny app that does the following:
I input a txt file.
The txt file is processed.
A new object is created: timestamp + a number.
I save it in my sql database ...
1
vote
1
answer
2k
views
Unable to deploy app to shinyapps.io: Unable to determine package source
I have an embarrassing error when deploy a simple app to shinyapps.io.
The app needs only one more package "Seurat" which I load in server.R by library(Seurat). But When I deploy it to shinyappsio.io, ...
2
votes
0
answers
1k
views
How should I configure HTTPS rstudio-server and shiny server on nginx reverse proxy on raspberry pi
What I want to do --
I have running Rstudio and Shiny server on my raspberry pi accessible on http://"my.public.ip":8787 and: 3838 port. I want to tie both the server through Nginx to my domain, e.g.,...
7
votes
0
answers
1k
views
How Do I Publish Shiny a Shiny App to GCP?
What I Have Successfully Accomplished
I have a shiny app that runs locally.
I have set up a Ubuntu 19 server on a GCP VM instance
I have installed RStudio Server & ShinyServer, and [EXTERNAL_IP]:...
3
votes
0
answers
113
views
need variable text to appear on every page of rendered WORD document in Rmarkdown
I have been on a search for the past 3 months for a way to be able to show a text on every page of the document. Note that I want this text to be changing so I can't just affix this as a header or a ...
1
vote
2
answers
712
views
change fileinput progress bar color to gradient in R shiny
Having trouble for adding a gradient color to my fileinput progress bar.
Right now, I was able to change the color of the progress bar from a regular blue to something else using the code provided ...
0
votes
1
answer
377
views
Rstudio Server is Having Issues Deploying an APP
I have some r code and I am having some issues with automatic authentication to access the spreadsheets in a shiny dashboard.
I have set up the servers on a VM and have been able to make r-studio ...
1
vote
1
answer
88
views
updateinputs function package
I wanted to create a shiny app that gets data from user and saves it in .csv formats. But each time the user enters the data past data is not removed so when appending all the previous data(not ...
0
votes
0
answers
434
views
tidyverse error for dependencies 'broom', 'modelr' are not available [duplicate]
I am using R version 3.4.1 on x86_64-redhat-linux-gnu (64-bit) (EC2 instance) I get the following error while i try to install tidyverse which says dependencies 'broom' and 'modelr' is not available.
...