- Learning Roadmap
- Events
-
Important RStudio Sites
- Important RStudio Sites
- shiny
- R Markdown
- tidyverse
- Databases
- sparklyr
Other content in this Stream

Introducing sortable to add drag-and-drop to your shiny apps
Andrie de Vries is the author of “R for Dummies” and a Solutions Engineer at RStudio Earlier this year I was a student on the RStudio Instructor Training, taught by the inspiratational Greg...

SAML 2.0 With Shiny Server Pro
@chetanm wrote: SAML 2.0 seems to be added for R studio connect ( https://blog.rstudio.com/2019/05/14/introducing-saml-in-rstudio-connect/) Wanted to confirm if, SAML...

Deployment failure / pakage version conflict
@tonyfujs wrote: Hello, I am trying to deploy a Shiny app on our RstudioConnect server, but the deployment fails with the following error: Package ‘tibble’ version 1.4.2...

shiny depends on fastmap which is only available in source form
@jhitchcock wrote: Hi. Although any helpful advice will be gratefully received, I am writing here mainly to ask if my analysis of the problem is likely to be correct. I...

Shiny usage endpoint for collaborators
@joseluizferreira wrote: Hi there, The Shiny usage information endpoint in the RStudio Connect API has the following (documented) restriction: If the user calling the...

Deploying Python Dash/Streamlit app on Shiny Server/RS Connect
@leungi wrote: Based on this article by the creators of golem, it's not possible because ...in the case of Dash, as it comes with its own deployment way using Fiery,...

RStudio Connect Collaborative Publishing - Troubleshooting When Two Shiny App Collaborators Fail to Deploy to the Same Endpoint
@Zuki wrote: I need help to publish on Rstudio Connect. I am a collaborator to an App on Rstudio Connect, the author did make me a collaborator to the App. We use the...

Productionizing Shiny and Plumber with Pins
Producing an API that serves model results or a Shiny app that displays the results of an analysis requires a collection of intermediate datasets and model objects, all of which need to be saved....

Shiny 1.4.0
Shiny 1.4.0 has been released! This release mostly focuses on under-the-hood fixes, but there are a few user-facing changes as well. If you’ve written a Shiny app before, you’ve probably...

Shiny 1.4.0
Shiny 1.4.0 has been released! This release mostly focuses on under-the-hood fixes, but there are a few user-facing changes as well. If you’ve written a Shiny app before, you’ve probably...

Building Interactive World Maps in Shiny
Florianne Verkroost is a PhD candidate at Nuffield College at the University of Oxford. With a passion for data science and a background in mathematics and econometrics. She applies her...

Kubernate websocket (R/Shiny) load balancer frequent timeout
@yanglian1 wrote: Issue description No any issue when only one pod created. If there are more than on pod, the first loading time is extreme long; frequent time...

Docker, NGINX, Shiny-Server, SSL - Page rendering issue
@Landon wrote: Hi everyone, I'm currently working in a docker environment leveraging to bring SHINY to life. Docker, and...

Unable to make JDBC connection when running as rstudio-connect user
@jeff.keller wrote: This is a weird one... I have a shiny app that calls out to a database using a JDBC connection with a .jar file that is supplied with the app bundle....

Install package error for Shiny Server
@serbaysimsir wrote: I want take help/feedback that ı am facing with. I installed the "Shiny Server" app to the Linux based server that ı am using (Ubuntu 16.04.version...

Reading feather files from S3 from EC2 instance on Connect
@hlendway wrote: I am running RStudio Connect version 1.7.4.1-7 with R 3.5.1 on an EC2 instance. For my shiny apps I'm reading large feather files, my largest being...

Which shiny server am I using?
@rmon44 wrote: Hello, Sorry for the stupid question: I was running a shiny server open source on a linux server (Ubuntu 16.04.xxx). Today, I just installed the trial...

Automating R scripts on the R Studio Connect Server
@danielf wrote: I have a shiny app hosted on an r studio connect server. The app consists of an app.r file and data.r file. The data.r file is sourced at the top of the...

I'm losing my mind with shiny + Kubernetes
@rucy wrote: Hi, I am going through a very weird situation and I feel desperate. In short my issue is: My shiny app works perfectly locally and isolated on a docker...

CI/CD for Plumber APIs