Produced with gemma2
This looks like a collection of posts from data scientists and R enthusiasts on the social platform "Bsky". Let's break down what we see:
Key Themes:
- R Programming: The most prevalent theme is R programming itself. Users are discussing tips, tools, problems, and solutions within the R ecosystem.
- Data Visualization & Analysis: Many posts showcase projects or techniques using R for data visualization and analysis.
- Tidyverse: The "tidyverse" – a collection of R packages known for their streamlined approach to data manipulation – is frequently mentioned.
- Real-World Applications: Users share examples of applying R to real-world challenges, from analyzing boarding school data to exploring global holidays.
Specific Examples:
- Interactive Tables: A post highlights the "reactable" library for creating interactive tables.
- Regex for Beginners: A blog post provides a user-friendly introduction to regular expressions in R using song lyrics as examples.
- Data Cleaning Challenges: Users discuss the difficulties of cleaning messy data with various formats and inconsistencies.
- Livestreams & Tutorials: Some users announce livestream sessions or link to tutorials on specific R topics.
Overall Sentiment: The posts convey a sense of enthusiasm, knowledge sharing, and collaboration among R programmers.
Let me know if you have any other questions about these posts. I can try to delve deeper into specific examples or topics that interest you!
Top 20 posts (with at least 5 likes):
- Nicola Rennie: Some more animated #Rtistry 🎨 #RStats #ggplot2 #GenerativeArt
- Danielle Navarro: just a smol swimmer #rstats #rtistry #genartclub
- terence: Happy #rayrender holidays! #rayrender adventures, an #rstats tale
- Rafael H. M. Pereira 🚡 Urban Demographics: só pra registrar que em 2025 a gente vai lançar o pacote {geocodebr} para geolocalizar endereços no Brasil todo usando #rstats . Esta ficando um chuchuzinho #geocodebr
- Danielle Navarro: tinkering with #tidytuesday data as part of some other thing. why do so many D&D spell descriptions specifically request a 12d6 dice roll? #rstats
- Simon P. Couch: A light blog post to close out the year: which names that are also English names of countries are most common in the U.S.? We can use #rstats and #tidyverse to poke at an answer. www.simonpcouch.com/blog/2024-12...
- Veerle Eeftink - van Leemput: Kids + #rstats = 😍 You just need to know which packages to choose so you don't scare them away with boring ML models or boxplots. For example: 🔹 beepr 🔹 fireworks 🔹 aRtsy 🔹 brickr 🔹 tictactoe 🔹 fun 🔹 cowsay 🔹 hexSticker 🔹 swirl 🔹 sudoko Full overview + examples 😀: www.linkedin.com/posts/veerle...
- Kevin O'Brien: SAVE THE DATES! Sreat news: useR 2025 will take place at Duke University, in Durham, NC, USA, August 8-10! #rstats
- Michel Nivard: 🚨 So this light online writer app for Jupyter #notebooks and #quartopub, it's probably happening! It can now log on, open any notebook in. any repo your a collaborator on, edit and save. Below I have to-do's & questions I'd love help with. ( #rstats #python #jupyter)
- Sharon Machlis: {text} is an #RStats 📦 for “analyzing natural language with transformers from HuggingFace.” It aims to offer both a “point solution” for generating word embeddings and “end-to-end” #AI with functions like textClassify(), textGeneration(), and textTranslate(). By @oscarkjell.bsky.social #GenAI
- Christian Minich: @jthandy.bsky.social has been on a roll lately! Great chat with @hamilton.bsky.social. My first online communities were #rstats and more data science. Then I found the SQL / industry crowd, and the lack of overlap was weird and striking. No as true anymore #dataBS overcast.fm/+AAw94V9GD4E
- Rami Krispin: Interactive Tables With R & Reactable 👇🏼 The reactable is one of my favorite R libraries for making interactive tables. The following tutorial by @albertrapp.bsky.social provides a deep dive into the library functionality. www.youtube.com/watch?v=h9mM... #RStats #Data #DataScience
- appliedepi.bsky.social: Today's post is for anyone with bdays this time of the year. We see you! This includes our Exec Director, an expert in "combo Xmas/bday" presents! Happy birthday Neale! 🎂 On that note, ever work with multiple date columns but need to pick one? Use coalesce() to easily prioritize a value! #Rstats
- Andrew Ba Tran: Watch this livestream of me stumbling through analyzing the Indian Boarding Schools data we just released. I'm going to try to create some charts to put on social media. #rstats youtube.com/live/zffaYBK...
- Jon Harmon (he/him/his) : Curator: @jonthegeek.com @dslc.io welcomes you to week 52 of #TidyTuesday! We're exploring Global Holidays and Travel! 📂 https://tidytues.day/2024/2024-12-24 🗞️ https://www.nature.com/articles/s41597-022-01120-z #RStats #PyData #JuliaLang #DataViz #tidyverse #r4ds
- Colin 🤘🌱🏃♀️: Almost 1500 downloads in 5 days 😱 Have you tried it yet? #RStats #webr #Rlinguo
- Kasia Banas: I completed a crash course in #regex using regexone.com, and used it to solve the Day 3 #adventofcode challenge in #rstats. Code at github.com/edinkasia/ad... Thanks to @drpawelo.bsky.social for moral support (I refused other help 😅)
- Andrew Ba Tran: I think I might do a livestream of myself analyzing the boarding school data the @washingtonpost.com released this weekend. Live exploratory data visualizations 11:30 am EST. #rstats github.com/washingtonpo...
- John MacKintosh: Data in 70 files. Several lines of descriptive text in the first few rows. Actual column headers embedded in the data, over multiple lines. Or maybe only one line? Blank rows on line 5. Or 4. Or not at all. 30 columns. Or 64. Or >100. Can one single function deal with it all? Yes it can #rstats
- Data Elixir: Struggling with regular expressions in R? Feel like you're in Mordor fighting the Dark Lord? This post is an insightful guide on regex, breaking it down with song lyrics as examples. From pattern matching to quantifiers, it's got you covered. blog.djnavarro.net/posts/2024-1... #rstats #regex