#RShiny
‘SiteTool': a ‘Shiny' application for field site selection and evaluation vist.ly/53rcr #Rshiny #RemoteSensing #SiteTool
May 11, 2026 at 9:24 AM
Petite appli #rshiny
April 3, 2025 at 5:54 AM
Prototyping #rshiny apps to native #electron desktop apps:

shinyelectron::export() → #rshinylive conversion → .dmg → Native Mac app

Zero #rstats dependencies for end users! Early days but promising 👀
September 4, 2025 at 7:35 AM
Attention data journalists (and others 😃) who want to use geospatial data with R for story telling: #RStats #RSpatial #DDJ #RShiny #GIS

⬇️⬇️⬇️
The latest version of the {mapgl} #rstats package is now released, supporting scrollytelling-style story maps!

Build richly interactive map stories from your R data pipelines using @Mapbox or @maplibre as your backend.

Learn how in the new vignette: walker-data.com/mapg...
January 14, 2025 at 3:06 PM
Thrilled to have just presented "Never block, never copy. mirai + mori from Shiny to the cluster" at posit::conf(2026).

The slides are available here: shikokuchuo.net/posit2026

mirai: mirai.r-lib.org
mori: shikokuchuo.net/mori/

#tidyverse #rshiny #positconf2026
September 16, 2026 at 6:39 PM
Want to build an interactive dashboard so others can explore epidemic scenarios? For COVID, @ngdavies.bsky.social spearheaded a great drag-and-drop approach, which made use of the JavaScript-based nature of RShiny... 1/
October 8, 2025 at 9:44 AM
Want to work with me on the Shiny team at @posit.co alongside @jcheng5.bsky.social @winstonchang.bsky.social @schloerke.bsky.social @grrrck.xyz?

We're looking for another engineer, apply here posit.co/job-detail/?...

#rstats #rshiny #ShinyConf #python #pydata
April 10, 2025 at 6:57 PM
By request: Same #rshiny app → native #electron desktop app workflow now on #Windows11

shinyelectron::export() → #rshinylive → installer → app.exe

[Worth the Parallels license to record this from my Mac]

Still no #rstats dependencies for end users. Living the cross-platform life (virtually).
September 7, 2025 at 5:57 AM
Now it's "shinyGovStyle - accessible government design in RShiny" by Cameron Race and Sarah Wong-Brown.

#PositConf2025 #RStats #RShiny
September 17, 2025 at 2:43 PM
Introducing {shinytangle} for #rstats - create fluid, inline numeric controls similar to tangle.js right within your text! Drag or scroll to adjust values with live updates. Makes interactive tutorials & data stories feel magical. #rshiny

💻 Code: github.com/coatless-rpk...
December 26, 2024 at 11:43 AM
Shiny for R v1.12 is here with built-in OpenTelemetry support! 🎉

Trace sessions and reactive calculations in production with zero code changes. Just install {otel}/{otelsdk} and set your env vars.

Learn more: shiny.posit.co/blog/posts/s...

#RStats #RShiny #OpenTelemetry
December 10, 2025 at 9:08 PM
While teaching a course on Item Response Theory this semester, I created a Shiny app for visualizing some polytomous item response models: falkcarl.shinyapps.io/polytomous/

This is an initial draft, so comments/questions/suggestions are welcome!

#Psychometrics #RShiny #IRT
December 10, 2025 at 3:31 PM
mirai - minimalist async framework for #RStats - released as an 'r-lib' package.

Blog post: Advancing Async Computing in R.
shikokuchuo.net/posts/26-mir...

mirai provides event-driven async for #RShiny and parallel processing for purrr #tidyverse.

Really excited to be working on this at Posit!
shikokuchuo{net}: mirai 2.3.0
Advancing Async Computing in R
shikokuchuo.net
May 23, 2025 at 2:12 PM
I've made digital art using .svgs for many years and inspired by #rtistry I've made a #rstats #rshiny app which generates them: simonsmart.shinyapps.io/savage-patte... the video shows some example outputs.
August 21, 2025 at 9:51 PM
I ❤️ how I can make a simple #RShiny Web interface for running Ollama #LLMs locally in R with the {ellmer}, {shiny}, and {shinychat} #RStats 📦s

library(shiny)
library(shinychat)
[Rest of code in next post] 1/2 #GenAI
January 30, 2025 at 4:10 PM
#rstats #rshiny #biology #internship Internship offer for Master students:
- make an R Shiny app to viz data from a large lit. review in marine biology
- 6 mo., Brest, France, start March 2025
- R Shiny, SQL, Python

No requirements in biology. CV and cover letter to send to contact in the file.
January 26, 2025 at 6:34 PM
Baby news from the Netherlands: our son Senne was born two weeks ago! 👶🏻

And how cute is this @appsilon.bsky.social #rshiny Rhino onesie! 😍🦏 Thanks so much to the whole team there for this lovely package 🤗
January 13, 2025 at 12:22 PM
From app to container in one command: export()

{shinydocker} is a new experimental R package handling Docker containerization for #rshiny & #pyshiny apps.
Auto-detects dependencies and app type.

🔗 blog.thecoatlessprofessor.com/programming/...

#rstats #python #docker
April 3, 2025 at 10:04 AM
Slides from my #ShinyConf talk earlier today: "LLM-Powered Shiny apps with ellmer and chatlas"

docs.google.com/presentation...

#rstats #rshiny #python #ai
Shiny AI apps using ellmer & chatlas
LLM-Powered Shiny apps with ellmer and chatlas bit.ly/shiny-ellmer-chatlas Carson Sievert Senior Software Engineer Posit, PBC
docs.google.com
April 10, 2025 at 6:00 PM
flowmap.blue is great for interactive origin->destination visualisation and has a WIP #rstats package + #rshiny bindings! github.com/FlowmapBlue/... #dataviz #GIS
November 9, 2024 at 11:47 AM
Does this #RShiny error message annoy you? Fix it!

1️⃣ pak::pak("shinyworks/favawesome") (CRAN soon!)
2️⃣ favawesome::use_favawesome_standalone()
3️⃣ favawesome_icon("web-awesome", color = "#a89d32") (etc) to add a head tag to your #RShiny app that tells browsers to use the chosen icon
#RStats
October 29, 2024 at 1:24 PM
This week's #Docker 🐳 + #RStats 🇷 expedition finale: An Electron app that handles all Docker complexity behind the scenes! Non-technical users get a native desktop experience while your #rshiny app runs safely in its container 📦 .

Code coming soon (tm).
April 5, 2025 at 1:42 AM
If one wanted to hire a professional #rstats #rshiny developer to work work with qualitative/text data in particular (so many involve a dashboard for search/semantic/sentiment analyses), do you have any recommendations of individuals or companies? (please repost)
March 13, 2025 at 9:42 AM
Don't miss ShinyConf 2025!
Posit speakers will present on AI, scaling, and more.
Learn about it on the Posit Blog: posit.co/blog/posit-a...
#shinyconf2025 #rshiny #shinyforpython #rstats
March 12, 2025 at 11:43 PM
Happy to announce our first speaker for the Shiny in Production Conference—Colin Fay! 🎉 He’ll be presenting 'After {shiny} — Bringing R to Mobile with webR'.

#Rstats #Rshiny #ShinyinProduction
October 2025
shiny-in-production.jumpingrivers.com
April 2, 2025 at 11:24 AM