#funwithR
🎲 Want to add a little playfulness to your R sessions? Check out {fun}- a package full of classic games (Minesweeper, sliding puzzles, Gomoku) and quirky utilities all in R.

Try demo(package = "fun") to see what it can do!

🔗 cran.r-project.org/package=fun

#rstats #RPackage #UseR #FunWithR
The Comprehensive R Archive Network
cran.r-project.org
October 5, 2025 at 10:30 PM
Discovered the qrcode package in R… and now my slides for tomorrow are overflowing with QR codes, each with a custom logo! 🙈 Couldn’t resist. If you’re curious, check it out: thierryo.github.io/qrcode/ #rstats #dataviz #funwithR”
Generate QRcodes with R
Create static QR codes in R. The content of the QR code is exactly what the user defines. We don't add a redirect URL, making it impossible for us to track the usage of the QR code. This allows to gen...
thierryo.github.io
November 15, 2024 at 6:59 AM
This is for my grad students. Looked at my subset data frame, it began with 100 and 200 level courses. Went down a huge rabbit hole trying to get the $crse vector to be a number. Spot the problem? #funwithr 🤦🏾‍♀️

enrollments300df <- enrollmentsdf[which(enrollmentsdf$crse<=300),]
July 7, 2025 at 10:00 PM