Our first #keynote announcement! 🎉
Celebrate 10 years of innovation, explore upgrades, and discover #Shiny's impact in #pharma and #softwaredevelopment. Tune in for this insightful journey into Shiny's legacy. Save the dates: 17-19.04.2024!
Find more: https://t.co/bY0kNnC53y
Win our limited #RShiny T-shirt! 🚀
The only thing you have to do is show up at our booth and answer a few Shiny questions. Who's up for the challenge? 🏆
#positconf#positconf2023
Curious about how open-source R and Shiny are transforming the Pharmaceutical Industry?💊
Find the answers in our blog post by André Veríssimo and Ismael Rodriguez. Discover applications and R packages we’ve developed for the pharmaceutical industry: https://t.co/lZUDJGboWR
How to make your Shiny dashboard run faster?🏃♂️
The answer has Ryszard Szymański, our R/Shiny Developer!
Join his talk on Speeding Up Plots in R/Shiny to find out: https://t.co/mtPW9JFlMh
📢 Announcing {rhino} 1.5.0: A significant update to streamline your #RShiny development workflow within the #RStudio IDE. Dive in now!
Explore now:
Blog Post - https://t.co/fw4eNf0LrL
Documentation - https://t.co/bj7naRVU2f
#RStats#Rhinoverse
🚀 {shiny.emptystate} transforms empty UI elements into meaningful components. Curious about what to use as an empty state component? Check out an example with {shiny.semantic} from #Rhinoverse!
🔗 https://t.co/W8z7k6Pok2
🔗 https://t.co/kpEHw9RylX
#RStats#RShiny
🚀 Guess what? 🚀
{shiny.emptystate} has just landed on CRAN! 🎊
Meet a new member of #Rhinoverse and learn how to easily manage situations when there is nothing (yet) to show in your #RShiny application.
Check the documentation to learn more: https://t.co/kpEHw9RylX
#RStats
Optimizing #RShiny applications with webR is a game-changer 🤯 By leveraging browser-based computation, we witness a significant reduction in server load and enhanced responsiveness.
Dive deeper into the technical insights: https://t.co/lddm0Qc7mn
#webR#RStats
The new version of {rhino} gives you the ability to write parts of #RShiny application in React 💪🧙♂️
Thanks to the integration with {shiny.react}, you can now create stunning and tailor-made components with ease!
🔗https://t.co/yTaVdvirRd
#RStats
🧬We have released shiny.molstar: An open-source R package for large-scale molecular data visualization.
Our R package combines the power of Mol* (https://t.co/Mb8P5Rrv9v) and shiny.react (https://t.co/r24pxx4mrB
How to-guide: https://t.co/KhCPfCKnaO
#DrugDiscovery#Pharma
No more editing `dependencies.R` and calling `renv::snapshot()`🎉
The new {rhino} version comes with super handy shortcuts for managing dependencies: `rhino::pgk_install` and `rhino::pkg_remove` 🧙♂️💪
🔗https://t.co/Y5Z3H5Y9mI
#RStats#RShiny
💡 Discover the power of {data.validator} and {targets} for scalable and reproducible data validation in our new tutorial!
Check it out: https://t.co/FTUxJZQiKz
#DataScience#RStats
Understanding user actions is the key to improving your #RShiny app.
{shiny.telemetry} was built precisely to do that - gather information about user activity💪
By default, it tracks:
👉session start/end
👉browser version
👉changes in inputs
🔗https://t.co/YVY3G2qjRw
#RStats
How to take the scalability of #RShiny apps to a whole new level❓
Use #webR to offload heavy computations to the browser!🎉
Play with this demo, which solves the traveling salesman problem: https://t.co/gyIpzg1CQW
#RStats#RProgramming
{shiny.telemetry}, allows you to store #RShiny app user's interaction using predefined data storage solutions:
👉 JSON
👉 SQLite
👉 MariaDB/MySQL
👉 PostgreSQL
👉 Plumber
And if this is not enough, you can add your own one💪
Check docs for more: https://t.co/YVY3G2qjRw
#RStats
Why does {rhino} need Node.js?
It gives you the ability to use modern web tools:
👉 bundling JS - Babel and webpack
👉 linting JS - ESLint
👉 bundling Sass - Dart Sass
👉 linting Sass - Stylelint
👉 running e2e tests - Cypress
Read more: https://t.co/PvHD4uN3B5
#RStats#RShiny
When you launch a {rhino} #RShiny application, 'rhino::app()' is called.
But why is it there?
It is in charge of:
👉clearing {box} cache
👉configuring logger
👉configuring static files
👉loading the main module
👉adding CSS and JS
Read more: https://t.co/4qG8vVjaWn
#RStats