Trending

#rStats

Latest posts tagged with #rStats on Bluesky

Latest Top
Trending

Posts tagged #rStats

Promotional card for webRoid v1.0.0 with the tagline "R on Android" on a dark navy background with green circuit-trace accents. Three phone screenshots show the R console after running a plot command (with a notification badge on the Plots tab), the plots gallery displaying the resulting scatter plot, and the code editor with syntax-highlighted R script and output panel.

Promotional card for webRoid v1.0.0 with the tagline "R on Android" on a dark navy background with green circuit-trace accents. Three phone screenshots show the R console after running a plot command (with a notification badge on the Plots tab), the plots gallery displaying the resulting scatter plot, and the code editor with syntax-highlighted R script and output panel.

This IS the droid you're looking for.

webRoid v1.0.0: R on Android. Console, editor, plots, packages, 9 themes. No server required.

Tested extensively on emulators. Your actual device? The Force is strong, but no promises.

play.google.com/store/apps/d...

#rstats #webR #Android #WebAssembly

2 2 2 0

CRAN updates: yrnd #rstats

0 0 0 0
idiolect: An R package for forensic authorship analysis My R package for forensic authorship analysis, 'idiolect', now has an associated paper published in the Journal of Open Source Software. You can read it here (and use it to cite the package): The paper has been released with the new version of idiolect, 1.2.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 #linguistics

4 4 0 0
Yani's headshot next to the name "Yanina Bellini Saibene" and the 100 number between parentheses.

Yani's headshot next to the name "Yanina Bellini Saibene" and the 100 number between parentheses.

1364 days since I joined @ropensci.org
100 contributions to the website (in English) as an author.
ropensci.org/author/yanin...

#RStats

7 0 1 0

CRAN updates: png RcppClassic #rstats

0 0 0 0

Sims 4 CC update!

Two #dataviz posters and a #Rstats onesie based on @allisonhorst.bsky.social and @dgkeyes.com’s future R superstar aardvark! 😍

allisonhorst.com/everything-e...

1 0 0 0

Tidy Modeling with R by Max Kuhn and Julia Silge
#RStats
bigbookofr.com/chapters/machine%20learn...

1 0 0 0

Many thanks to @colinfay.bsky.social and the R Weekly crew for highlighting the Claude Skills roundup post this week!

It means a lot, I absolutely ♥️ R Weekly and think it's so helpful to #RStats folks.

Check it and the other highlights out here: rweekly.org

11 1 0 0
Reproducible Polyglot Data Science

Finally made the time to finish all of reproducible-data-science.dev

It's great, and you should read it.

There's certainly more available to be adopted than might be right for you / your team, but the layout is very clean and the topics get good treatment.

(Use rix! It's so useful.)

#rstats

9 4 0 0
Post image Post image

#rstats My vcdExtra::color_table() function gives a nice way to render frequency tables as "smart" tables, using background heatmap shading based on frequency or residuals from a model.
It uses {gt} for this. But: I had problems rendering Rmd/qmd to PDF or Word. 🧵👇For solution

3 0 1 0

We need an #RStats version of the Linux tldr package.

2 0 0 0
Screenshot of blog post at https://dirk.eddelbuettel.com/blog/2026/03/15#tidycpp_0.0.10 describing release 0.0.10 of CRAN package tidyCpp

Screenshot of blog post at https://dirk.eddelbuettel.com/blog/2026/03/15#tidycpp_0.0.10 describing release 0.0.10 of CRAN package tidyCpp

tidyCpp 0.0.10 on CRAN: Even More Maintenance
Tidy C++ wrapping of the C API for R
dirk.eddelbuettel.com/blog/2026/03...
#rstats

2 0 0 0
library(tidyplots)

spendings |> 
  tidyplot(x = category, y = amount, color = category) |> 
  add_sum_bar(alpha = 0.2) |> 
  add_sum_dash() |> 
  add_sum_value(accuracy = 1, color = "black") |> 
  adjust_x_axis(rotate_labels = TRUE)

library(tidyplots) spendings |> tidyplot(x = category, y = amount, color = category) |> add_sum_bar(alpha = 0.2) |> add_sum_dash() |> add_sum_value(accuracy = 1, color = "black") |> adjust_x_axis(rotate_labels = TRUE)

This is how you can add sum values in #tidyplots 🤩

#rstats #dataviz #phd

6 0 0 0

CRAN updates: muiMaterial tidyCpp #rstats

0 0 0 0

Am I the only one who thinks the documentation for functions and packages in #Rstats is... like literally the worst? Is that me? Do I need to take an #Rreading class?

5 2 3 0
My justification notifications showing I’ve been added to an ‘R and data science “ list as well as “techno-pessimists” and “AI Haters”.

My justification notifications showing I’ve been added to an ‘R and data science “ list as well as “techno-pessimists” and “AI Haters”.

I get a bit of whiplash looking at my @listifications.app notifications. Can I get a checkmark or something? A badge? A personalized hex? #RStats #aihaters #aihaters4life

1 1 0 0

CRAN updates: btml #rstats

0 0 0 0

CRAN readmissions: classifly MPCR #rstats

0 0 0 0

CRAN updates: arm cobin CompoundEvents crosstable DataEditR fmtr lgspline OrgHeatmap packageRank restatis smlePH worldbank #rstats

0 0 0 0

Data Science for Economists and Other Animals by Grant McDermott
#RStats
bigbookofr.com/chapters/economics.html

3 2 0 0
Writing R Extensions Writing R Extensions

Answering my own question:

The following are newly added in R-devel for dealing with the deprecation of ATTRIB() as a public API call:
* R_getAttribCount()
* R_getAttribNames()
* R_mapAttrib()

See devel docs: cran.r-project.org/doc/manuals/...

#RStats

5 4 0 0

#RStats internals technical question:

Using C, how do you get the names of all attributes on an object?

I used to use ATTRIB(), and then walk the pairlist using CAR() AND TAG().

But ATTRIB() is now non-API, so that method is deprecated.

4 2 1 0
Post image Post image

#DuBoisChallenge2026 - Week 5. Recreating Du Bois' map of the emigration and immigration of Black Georgians during years of Reconstruction requires using 'sf' in #rstats to make lines from the centroids of Georgia to each state, masked by the state's outline.

Code: github.com/drjohnrussel...

1 0 0 0

We're back with an exciting new talk on openESM (openesmdata.org) by @bsiepe.bsky.social !! Register now! ✨
#rstats #openscience

3 2 0 0

Introducing openESM: openesmdata.org
🧠 60 ESM datasets
📊 740,000+ observations
📦 Learn how to search, download, and analyze them using openESM and R.

📅 Apr 30
⏰ 3 PM CET | 2 PM UTC | 7:30 PM IST
💻 Free online talk

#rstats #OpenScience #Psychology

0 0 0 0
WORDLER: The RStats-powered WORDLE Helper

[#Rstats-powered #Wordle brag (1730)]

WordleR, the #Rstats-powered #Wordle Helper, was "splendid" today!
Wordle 1,730 4/6
⬛🟨🟩⬛⬛
🟨🟩🟩⬛🟩
⬛🟩🟩⬛🟨
🟩🟩🟩🟩🟩
http://bit.ly/WordleR

0 0 0 0

R for Conservation and Development Projects A Primer for Practitioners by Nathan Whitmore
#RStats
bigbookofr.com/chapters/life%20sciences...

1 0 0 0

CRAN removals: BIGDAWG haplo.ccs haplo.stats IFP pould SNPassoc #rstats

0 0 0 0

CRAN updates: gutenbergr mixedBayes mvtnorm PAutilities photobiology rugarch tsdistributions #rstats

0 0 0 0

CRAN updates: plotthis #rstats

0 0 0 0