Skip to content

Instantly share code, notes, and snippets.

@stephenturner
Created December 24, 2024 10:42
Show Gist options
  • Save stephenturner/d8d755ba32f812923a5f022eb1e61ac5 to your computer and use it in GitHub Desktop.
Save stephenturner/d8d755ba32f812923a5f022eb1e61ac5 to your computer and use it in GitHub Desktop.
Summary of #Rstats posts on bluesky from 2024-12-23

Summary

Produced with mistral

  1. Nicola Peltz has a new post about using regex in R, breaking down the process with song lyrics as examples to help readers understand pattern matching and quantifiers. (Source: Data Elixir) #rstats
  2. Andrew Ba Tran, data journalist at Washington Post, is planning to analyze the boarding school data recently released by their organization in a live stream with exploratory data visualizations. (Source: Andrew Ba Tran) #rstats
  3. Kasia Banas, who is new to regex, completed a crash course and used the skills to solve the Day 3 Advent of Code challenge in R. (Source: Kasia Banas) #adventofcode
  4. John MacKinton shares an example of data in a challenging format with various inconsistencies, but notes that one single function in R can handle it all. (Source: John MacKintosh) #rstats
  5. Colin Fay presents his webRlinguo package he created with over 1,500 downloads in the past five days and encourages others to try it out. (Source: Colin Fay) #rstats
  6. Jon Harmon welcomes you to week 52 of Tidy Tuesday, where you can explore Global Holidays and Travel data using R. (Source: Jon Harmon) #TidyTuesday #RStats
  7. Neale, the executive director of an organization, is celebrating his birthday. (Source: andrew bautista) #rstats
  8. Andrew Ba Tran shares a link to his analysis on Indian Boarding Schools data that he will be doing in an upcoming livestream. (Source: Andrew Ba Tran) #rstats
  9. Alannah O'Reilly is trying out the webR package and having some success with it. (Source: Alannah O'Reilly) #webR #rstats
  10. Andrew Ba Tran has another live stream planned to analyze the Indian Boarding Schools data with exploratory visualizations and real-time commentary. (Source: Andrew Ba Tran) #indianboardingschools #rstats
  11. Andew Ba Tran's live stream on Indian Boarding Schools data analysis will include a comparison of the schools based on different factors, such as student enrollment, funding, and geographic location among others. (Source: Andrew Ba Tran) #indianboardingschools #RStats
  12. David Manson, in his live stream analysis of data on public schools in Virginia, compares the differences between rural and urban schools using various factors. (Source: David Mansour) #eduDataChat #RStats
  13. Kasia Banas shares a visualization of the results from her analysis on the Day 3 Advent of Code challenge using R and ggplot2. (Source: Kasia Banas) #adventofcode #RStats
  14. Ales Cermák, on his analysis of the global economy based on GDP and population data, shares a chart comparing the United States, India, China, and Brazil. (Source: Ales Çermak) #globaleconomy #RStats
  15. David Wittenmyer highlights his analysis on the use of R in marketing research, focusing on how the software can help identify patterns and trends among consumers. (Source: David Wittenmyer) #marketingresearch #RStats
  16. Marko Čermak's analysis of the global economy using R shows that India is projected to surpass the United States in population by the end of the 21st century, based on current trends. (Source: Marko Čermak) #globaleconomy #RStats
  17. Ales Čermák presents a visualization of the results from his analysis on GDP per capita by country using R and ggplot2, with China, India, and Russia appearing in the top ten. (Source: Ales Cermak) #GDPerCapita #RStats
  18. DataJamaica_org shares a visualization of crime data in Jamaica by police division, created using R and ggplot2. (Source: Data Jamaica) #crimeinJA #RStats
  19. Ales Čermák's analysis of the global economy using R reveals that the countries with the highest GDP per capita include Luxembourg, Qatar, Macau SAR, Switzerland, and Norway. (Source: Ales Čermák) #gedpercapita #RStats
  20. DataJamaica_org compares crime data in Jamaica between police divisions using pie charts, bar graphs, and line plots made with R and ggplot2. (Source: Data Jamaica) #crimeinJA #RStats

Top posts

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment