Do you use R? Would you like to play a part in sustaining it? Find out about the R Dev Day that is returning as a satellite event to Shiny in Production 2025.
#rstats #rshiny #ShinyInProduction #conferences
@rshiny.bsky.social
Daily tips and tricks to enhance your Shiny Apps. Use hashtag #rshiny and tag our page with your best Shiny Apps!
Do you use R? Would you like to play a part in sustaining it? Find out about the R Dev Day that is returning as a satellite event to Shiny in Production 2025.
#rstats #rshiny #ShinyInProduction #conferences
Super interesting to hear #TaraWickramasekera 🗣️ on developing a decision aid incorporating a #DCE task, with personalised results presented live to patients using @rshiny.bsky.social
#IHEA2025 @sheffielduni.bsky.social #HealthEconomics #PatientPreferences
We are happy to share that alongside nine full-length sessions, this year’s conference (8–9 October) also features a lineup of fast-paced 5‑minute lightning talks.
#ShinyInProduction #RStats #RShiny #ShinyApps #DataScience
Free training on reactivity using Shiny just launched on our platform. Learn through building an MLB app with defensive positioning data - enjoy!
athlyticz.com/shiny-ignite
#rstats #rshiny #rmarkdown #quartopub #datascience #data
@athlyticz.bsky.social is dropping a full Free Shiny training on reactivity tomorrow. Join and build a sports-based app on our platform.
Want in? Simply comment "interested" on this post and we will respond once its ready for you to register.
#RSTATS #rshiny #sports #sportsanalytics
YouTube analytics dashboard
Happy Sunday! I’ve been working on a new #rshiny demo for my Church to analyze YouTube Livestream stats ⛪️
Features:
📊 historical & comparative data viz
💹 data refresh with rate limits + async
🧽 string parsing to add valuable context for seasons
🔗 dalyanalytics.shinyapps.io/ccsg/
#rstats
Recent DSLC.io club meetings:
🔵 Health Metrics: COVID-19 Outbreaks - part 1 youtu.be/vsk_U52KgWQ
From the DSLC aRchives:
🔵 Mastering Shiny: Tidy evaluation youtu.be/hzFruvsiJQs
Visit dslc.video for hours of new #DataScience videos every week!
#dataBS #RStats #rshiny
From the DSLC.io aRchives:
🔵 Outstanding User Interfaces with Shiny: Shiny inputs lifecycles youtu.be/Ns2bi-SdVlw
🔵 R Packages: Dependencies: In Practice youtu.be/rK7NRXBN18A
Visit dslc.video for hours of new #DataScience videos every week!
#dataBS #rshiny #RStats
Useful keyboard shortcuts I just learned:
🔹RStudio: Ctrl + P jumps between matching parentheses/brackets
🔹Positron: Cmd + Shift + \ (Mac)
It’s been really helpful for navigating nested functions in #rshiny without scrolling around looking for the right bracket…which I frequently do 🤣
#rstats
A quick tour of what it looks like to launch apps/run code inside Athlyticz
Our custom-built platform was engineered for scale from day 1 — enabling teams across businesses & universities to run high-end models & deploy production-grade apps.
Check out this app course by @veerle.hypebright.nl
We are working on a new #RShiny article about good development practices.
The article was too big so I had to break it down into 4 articles.
And for now it'll only be available in French.
Why does it take so much time to write content?
🪨 It’s me realizing that shiny::bindCache() is not a fancy new function but was released on version 1.6.0 in 2021 #rstats #rshiny #databs
05.05.2025 19:21 — 👍 5 🔁 2 💬 1 📌 0From the DSLC.io aRchives:
🔵 Mastering Shiny: Security youtu.be/YQoSns_4smc
🔵 Tidy Modeling with R: youtu.be/6t11D9uSJE8
Visit dslc.video for hours of new #DataScience videos every week!
#dataBS #rShiny #RStats #shiny
RStudio interface showing an R Shiny app script with a `shinydocker::export()` command, alongside a browser window displaying a "Hello Docker" Shiny app with a histogram and slider control for the number of observations.
RStudio interface with an R Shiny app script and a browser window showing the default Shiny Server welcome page with an "It's Alive!" message and a sample histogram at the localhost:3838 mapping.
RStudio interface showing a Python Shiny app script with a `shinydocker::export()` command, alongside a browser window displaying a "Hello Docker" Shiny app with a histogram and slider control for the number of observations.
Ever wished your Shiny app could travel anywhere, anytime?
Coming soon... a tool that turns your #rshiny or #pyshiny app dreams into portable reality. ✨
#docker
New edition of "Shiny Source Code Explained" 😎✨
This time all about #rshiny observers and their little secrets!
hypebright.nl/en/shiny-en/...
Lots of great resources below 👇
08.03.2025 18:57 — 👍 1 🔁 0 💬 0 📌 0Excited to be able to give a workshop on {surveydown} for the fantastic Workshops for Ukraine initiative led by @dariia.bsky.social . Come learn how to build surveys using #rstats code, markdown, and #rshiny!
sites.google.com/view/dariia-...
New edition of Shiny Source Code Explained 🤠✨
hypebright.nl/en/shiny-en/...
The magic revealed behind all the #rstats #rshiny options 🪄
New Year, new #RShiny App! This one is to help you really randomly set up your round end goals for #wingspan 🦆
Is it necessary? No.
Was it fun to make? No. R was being R.
Yes? Also no.
anneausems.shinyapps.io/wingspan_set...
Sometimes, it's hard knowing how to tackle a big #rshiny project.
We know we have lots to do, but where do we even start?
It's similar to writer's block. Ernest Hemingway had good advice about how to overcome that. He said "write one true sentence."
And so I created "one true github task" 🤓
Want to get code coverage report, but not share your private code with codecov.io? Use cobertura-action.
In R the most popular way to get the code coverage report is to use codecov.io with usethis::use_coverage. But there is another way:
#r #rstats #shiny #rshiny #rtests
A web browser with a document titled "ShinyLive Experiment" at localhost:4279. The document has an embedded shinyLive element, displaying text "The variable from outside Shiny is: valueSetViaJS". The developer console is open, with messages "Shiny is fully initialized!", "Shiny app is ready. Sending variable...", and "Shiny app acknowledged the var."
I'm finally experimenting with something I've been meaning to try with #shinylive in #quarto 😈 #RStats #RShiny #JavaScript
11.12.2024 19:41 — 👍 22 🔁 4 💬 0 📌 0Another edition of Shiny Source Code Explained ✨🤓 And this time it is all about the code behind the new busy indicators that were added in Shiny 1.9 (July 2024)!
hypebright.nl/en/shiny-en/...
Enjoy!
#rshiny #rstats
I can appreciate this 👌🏻
And with a little bit of work you could easily get this in your #rshiny app too 🤩
codepen.io/jkantner/pen...
Gave my first introduction to {surveydown} yesterday at GW Coders. It's an hour video, but pretty comprehensive if you want to know how to make reproducible surveys in #rstats using #quarto_pub and #rshiny (we'll eventually make a shorter intro video)
youtu.be/8ZX8GFkGMWw?...
ICYMI: Shiny 1.9 (July '24) comes with busy indicators ✨. Two types: spinners on recalculating outputs, and a page-level pulsing banner when the app is busy with something else (side-effects).
How it works? That's in next week's edition of "Shiny Source Code Explained" 😎
#rstats #rshiny
That's a wrap for @athlyticz.bsky.social 2024 University Series.
Just got off with the University of Waterloo Data Science students.
We focused on
* Productionizing Bayesian models
* Deploying interactive Shiny apps
Thanks for having us!
Our January lineup releases next week!
#rstats #rshiny
Welcome @davidgranjon.bsky.social 👋
05.12.2024 19:13 — 👍 2 🔁 0 💬 0 📌 0