These are public posts tagged with #rstats. You can interact with them if you have an account anywhere in the fediverse.
#RStats I started a discussion on using quarto in #Codeberg with a first take at deploying a small website with it.
https://codeberg.org/r-codeberg/migration-guide/issues/6#issue-1012778
I also spotted a mention of @rmflight in the wild :)
{tesseract} allows you to read text from images https://docs.ropensci.org/tesseract/ it can also be combined with {magick} https://ropensci.org/blog/2017/08/17/tesseract-16/ #rstats #datascience
Say goodbye to the frustrations of copying and pasting data to and from R with Datapasta from @milesmcbain! Get the package now: https://milesmcbain.github.io/datapasta/ #DataWrangling #Rstats
@eliocamp
It would be very confusing to me. In your example, lapply would be aware of what calls it? Which is not pretty, in my opinion. It would be difficult to argue about it's behaviour, or unit test this. I prefer if the fun is passed as an argument to the higher order function, rather that wrapping it:
`fun(lapply(x))`
#rstats
{nplyr} has helper functions to work on nested dataframes: https://markjrieke.github.io/nplyr/ #rstats #datascience
predict(
lm(height ~ year, dat),
data.frame(year = 2000)
)
Im using case_when() quite a lot, case_match() is new to me: https://dplyr.tidyverse.org/reference/case_match.html #rstats #tidyverse
@maelle one small step for @jeroenooms one giant leap for the #rstats community
Today’s email from CRAN:
CRAN is holding the R community back. No ifs and or buts about it. I’m sure it’s a generational thing—but at this point there’s not even a hint of a question about it #rstats
#RStats francophones, les prochaines Rencontres R Les auront lieu du 19 mai au 21 mai à l'Université de Mons (UMONS): soumettez une communication aujourd'hui! https://rr2025.sciencesconf.org/resource/page/id/15
There are 22060 #rstats packages on CRAN:
- 9.98% are in English.
- 0.21% are in other languages than English.
- 0.03% use multiple languages.
- 89.77% do not declare any language.
Highlight a certain aspect of your data in ggplot: https://yutannihilation.github.io/gghighlight/ #rstats #dataviz
Make it easier to explore data with highlights.
yutannihilation.github.ioIf you're an experienced #RStats package developer, consider this Sr. Engineering Manager position at @Posit : https://posit.co/job-detail/?gh_jid=6312823003
Excel users, want to master data lookup in R?
Discover practical tips in "How to Perform VLOOKUP in R: A Comprehensive Guide for Excel Users" at https://www.spsanderson.com/steveondata/posts/2025-02-13/
This guide is perfect for you! Share your thoughts!
"Fun" fact I came across when reading about violence against women from Indigenous communities in North America - the US is one of only a few countries worldwide that has not managed to agree on adopting the UN bill for women's rights, despite multiple attempts in the past 45 years.
There are many situations were you need access to different R versions: rig is a way to manage them https://github.com/r-lib/rig #rstats #datascience
The R Installation Manager. Contribute to r-lib/rig…
github.comSemana trae tus propios datos de #tidytuesday
Un poco tarde pero aca esta mi analisis de mis datos de natacion:
Not sure any longer which libraries your script actually needs? https://gist.github.com/DarwinAwardWinner/ed75d6d845975a577c8533ac060d6d34 #rstats #agile
Script for finding loaded but unused packages in R…
gist.github.com