mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.8K
active users

#shiny

4 posts4 participants1 post today

Hey everyone 😊 I’ve put together an interactive Tidyverse tutorial that complements the “Digital Research Toolkit” seminar at Uni-Stuttgart this summer. It covers everything from navigating directories and installing packages to filtering, joins, group-by summaries, logic, and more. No installs needed—just dive in and play with the code chunks in your browser
💻 anna-pryslopska.shinyapps.io/T

If you do want to run it locally, you can also grab it from GitHub:
📦 github.com/a-nap/Digital-Resea
#rstats #shiny

🤦‍♀️ Sharing a few R errors I hit this week in order of dplyr::desc(*annoyance*):

❌ object of type 'closure' is not subsettable
⚠️ unknown column warnings
🕵️‍♀️ object 'x' not found
🚰 leaked pool object detected
🔌 error writing to connection
🔢 object cannot be coerced to type 'double'

@appsilon

I just found your great post about Shiny apps in Docker Containers [1] and got an app running on my server. I then tried to access the app from another computer, using the server IP address (<server_ip>:<port>). The app loads - but broken. Due to a websocket error.

Funny that if I do a port forward from the server to this second computer and navigate to "<localhost>:<port>", it works!

Any idea what is going on?

#rstats #docker #shiny

1- appsilon.com/post/r-shiny-dock

www.appsilon.comR Shiny Docker: How To Run Shiny Apps in a Docker ContainerYour Shiny app is amazing, but can others run it? This R Shiny Docker guide will make sure your apps are reproducible and portable.