#cran — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #cran, aggregated by home.social.
-
📦️ era v0.6.0 is now available on #CRAN, with new functions for chronologically-aware arithmetic with year vectors:
-
📦️ era v0.6.0 is now available on #CRAN, with new functions for chronologically-aware arithmetic with year vectors:
-
The following hashtags are trending across South African Mastodon instances:
#bookstodon
#writingcommunity
#cran
#bioistatistics
#thenetcastsBased on recent posts made by non-automated accounts. Posts with more boosts, favourites, and replies are weighted higher.
-
The following hashtags are trending across South African Mastodon instances:
#ai
#rant
#bookstodon
#writingcommunity
#Wordle
#wordle1866
#cran
#bioistatistics
#dreamed
#thenetcastsBased on recent posts made by non-automated accounts. Posts with more boosts, favourites, and replies are weighted higher.
-
Using R, I struggled longer than I should have to discover that the errors I was encountering in using read.table with my TSV files were caused by:
A) an extra tab character at the end of the data rows, and
B) One of the fields sometimes contains '#' characters, and that makes the rest of the line a comment.
#CRAN
#bioistatistics -
Using R, I struggled longer than I should have to discover that the errors I was encountering in using read.table with my TSV files were caused by:
A) an extra tab character at the end of the data rows, and
B) One of the fields sometimes contains '#' characters, and that makes the rest of the line a comment.
#CRAN
#bioistatistics -
📦️ controller: tidy messy terminology in R with controlled vocabularies – now on #CRAN!
-
📦️ controller: tidy messy terminology in R with controlled vocabularies – now on #CRAN!
-
🚨🚨 BREAKING NEWS: #CRAN has too many R packages! 📦📦 Apparently, the R community is drowning in statistical knowledge, but who cares about quality when you can have QUANTITY? 🎉🤦♂️ Surely, sifting through this deluge of packages is everyone's idea of a fun Saturday night. 🙄
https://rworks.dev/posts/too-many-R-packages/ #Rpackages #Rcommunity #QualityVsQuantity #DataOverload #StatisticalKnowledge #HackerNews #ngated -
🚨🚨 BREAKING NEWS: #CRAN has too many R packages! 📦📦 Apparently, the R community is drowning in statistical knowledge, but who cares about quality when you can have QUANTITY? 🎉🤦♂️ Surely, sifting through this deluge of packages is everyone's idea of a fun Saturday night. 🙄
https://rworks.dev/posts/too-many-R-packages/ #Rpackages #Rcommunity #QualityVsQuantity #DataOverload #StatisticalKnowledge #HackerNews #ngated -
Too many R packages: CRAN is inundated with submissions
https://rworks.dev/posts/too-many-R-packages/
#HackerNews #Rpackages #CRAN #dataanalysis #datascience #softwaredevelopment #open-source
-
Too many R packages: CRAN is inundated with submissions
https://rworks.dev/posts/too-many-R-packages/
#HackerNews #Rpackages #CRAN #dataanalysis #datascience #softwaredevelopment #open-source
-
Version 8.0.0 of my R package eulerr is out and on CRAN! 🚀 Its backend has been completely rewritten in Rust (via the eunoia crate), and brings square and rectangle shapes, faster fitting, efficient handling of large combinations, fewer dependencies, label placement algorithms to avoid overlaps, plot composition with `+`, `/`, and `|`, suppor for complements, and much more.
-
Version 8.0.0 of my R package eulerr is out and on CRAN! 🚀 Its backend has been completely rewritten in Rust (via the eunoia crate), and brings square and rectangle shapes, faster fitting, efficient handling of large combinations, fewer dependencies, label placement algorithms to avoid overlaps, plot composition with `+`, `/`, and `|`, suppor for complements, and much more.
-
Sometimes (often) one ends up needing to run older versions of R using older versions of packages. Evercran might be just the tool to help with that: https://github.com/r-hub/evercran#readme #RStats #docker #Cran #Rcheology
-
Sometimes (often) one ends up needing to run older versions of R using older versions of packages. Evercran might be just the tool to help with that: https://github.com/r-hub/evercran#readme #RStats #docker #Cran #Rcheology
-
For segfault lovers #CRAN Release of Rtinycc v0.1.8 For 'C' Scripting in #RStats Binding to libctcc and a declarative C FFI framework including thread safe R callbacks in C Code The package remove the R2C code transformation work to a coming downstream work github.com/sounkou-bioi...
-
For segfault lovers #CRAN Release of Rtinycc v0.1.8 For 'C' Scripting in #RStats Binding to libctcc and a declarative C FFI framework including thread safe R callbacks in C Code The package remove the R2C code transformation work to a coming downstream work github.com/sounkou-bioi...
-
📮You've got mail! 💌
We are thrilled to invite you to "Where do R packages live?" a discussion with folks from the #R foundation, #CRAN #Bioconductor #R-universe and @Posit
Let's learn from our panel about the ins-and-outs of where you might want to create a home for your R software 📦
Register today!
📆 Wed 20 May 2026
⏰ 5:00 PM AEST | 7:00 AM UTC
🔗 statsoc.org.au/event-6653060Looking forward to nerdy chats with @visnut Stevie P. @jeroenooms and Valerie B.
-
📮You've got mail! 💌
We are thrilled to invite you to "Where do R packages live?" a discussion with folks from the #R foundation, #CRAN #Bioconductor #R-universe and @Posit
Let's learn from our panel about the ins-and-outs of where you might want to create a home for your R software 📦
Register today!
📆 Wed 20 May 2026
⏰ 5:00 PM AEST | 7:00 AM UTC
🔗 statsoc.org.au/event-6653060Looking forward to nerdy chats with @visnut Stevie P. @jeroenooms and Valerie B.
-
robscale 0.5.3 is now on CRAN: A major update since the last public release (0.2.1).
New: 11 robust estimators with confidence intervals, plus a variance-weighted ensemble combining seven scale statistics via bootstrap. Newton–Raphson replaces scoring iteration (2–4 steps vs 6–8), a fused AVX2 kernel does NR accumulation in one data pass, and all input validation runs in C++ with zero R-side allocation.
Speedups vs existing implementations:
Small samples (n ≤ 20):
• robScale/robLoc: 4–5× vs revss 3.1.0
• Qn: 6× vs robustbase
• MAD: 21–26× vs stats::mad
• IQR: 37× vs stats::IQRMid-to-large samples (n ≥ 1000):
• robScale: 2–4× vs revss
• Sn: 7–9× vs robustbase
• MAD: 5–8× vs stats::mad
• IQR: 5–7× vs stats::IQR
• GMD: 2–8× vs GiniDistancehttps://cran.r-project.org/package=robscale
https://github.com/davdittrich/robscale#RStats #Statistics #RobustStatistics #CRAN #DataScience #OpenSource
-
robscale 0.5.3 is now on CRAN: A major update since the last public release (0.2.1).
New: 11 robust estimators with confidence intervals, plus a variance-weighted ensemble combining seven scale statistics via bootstrap. Newton–Raphson replaces scoring iteration (2–4 steps vs 6–8), a fused AVX2 kernel does NR accumulation in one data pass, and all input validation runs in C++ with zero R-side allocation.
Speedups vs existing implementations:
Small samples (n ≤ 20):
• robScale/robLoc: 4–5× vs revss 3.1.0
• Qn: 6× vs robustbase
• MAD: 21–26× vs stats::mad
• IQR: 37× vs stats::IQRMid-to-large samples (n ≥ 1000):
• robScale: 2–4× vs revss
• Sn: 7–9× vs robustbase
• MAD: 5–8× vs stats::mad
• IQR: 5–7× vs stats::IQR
• GMD: 2–8× vs GiniDistancehttps://cran.r-project.org/package=robscale
https://github.com/davdittrich/robscale#RStats #Statistics #RobustStatistics #CRAN #DataScience #OpenSource
-
We just released caugi 1.1.0 on CRAN! 🚀
caugi is a causal graph toolkit in R that maches blazing speed with an intuitive and feature-rich interface.
New features in 1.1.0 include:
- Algorithms for minimal minimal d separators and normalizing the latent structure of a graph
- Functionality for checking if a graph is a Maximally Oriented Partially Directed Acyclic Graph (MPDAG)
- Various bug fixes and improvements to the code basehttps://github.com/frederikfabriciusbjerre/caugi/releases/tag/v1.1.0
-
My #RStats package for forensic authorship analysis, 'idiolect', now has an associated paper published in the Journal of Open Source Software: https://doi.org/10.21105/joss.07575. New release of idiolect, 1.2.0, also available from #CRAN.
#forensic #linguisticshttp://andreanini.com/2026/03/15/idiolect-an-r-package-for-forensic-authorship-analysis/
-
My #RStats package for forensic authorship analysis, 'idiolect', now has an associated paper published in the Journal of Open Source Software: https://doi.org/10.21105/joss.07575. New release of idiolect, 1.2.0, also available from #CRAN.
#forensic #linguisticshttp://andreanini.com/2026/03/15/idiolect-an-r-package-for-forensic-authorship-analysis/
-
Sometimes (often) one ends up needing to run older versions of R using older versions of packages. Evercran might be just the tool to help with that: https://github.com/r-hub/evercran#readme #RStats #docker #Cran #Rcheology
-
We Made It! 🎉
25 days. Complete modern R package development workflow. From usethis automation to CRAN submission. You have everything you need!
Your Next Steps:
✨ Apply these tools to your packages
📚 Bookmark for reference
🤝 Share knowledge with community
🚀 Build amazing R packagesThank you for following #RPackageAdvent2025! Now go make the R ecosystem better! 🎄📦
Keep Learning: https://r-pkgs.org | https://usethis.r-lib.org