#CRAN

Steven P. Sanderson II, MPHstevensanderson@mstdn.social
2025-05-12

A new function appears,
Tunable parameters it clears,
CRAN release nears.

for tidyAML :)

#R #RStats #CRAN

Steven Sandersonspsanderson@rstats.me
2025-05-09

📊 Just released: RandomWalker 0.3.0! Now you can generate random walks in up to 3 dimensions. This is a must-read for R programmers looking to enhance their simulations.

Dive into the details: [spsanderson.com/steveondata/po

#Data #RLang #Stats #RData #Blog #CRAN #RStats #TimeSeries #RandomWalker

A scatter-style line plot titled “2D Random Walk” displays a tangled path that changes color from bright yellow at the starting point (lower left) through orange and red to dark blue at the end point (upper right); the axes are labeled “X Position” and “Y Position.” A dark blue dot marks the final location.A 3-D perspective plot on a light grid shows a pale blue line snaking irregularly through space; the axes are labeled “cum_sum_x,” “cum_sum_y,” and “cum_sum_z,” depicting the cumulative trajectory of a 3-D random walk.A white plot titled “30 Random Walks” shows a single thin red line that zig-zags up and down across 100 steps; the x-axis is labeled “Step” (0 – 100) and the y-axis ranges roughly from −4 to +8, illustrating the cumulative path of one 1-D random walk.A decorative illustration featuring a large, glossy blue letter “R” at center, surrounded by flowing translucent ribbon shapes and watercolor-like splashes in shades of blue, teal, and violet on a white background.
Steven P. Sanderson II, MPHstevensanderson@mstdn.social
2025-05-09

📊 Just released: RandomWalker 0.3.0! Now you can generate random walks in up to 3 dimensions. This is a must-read for R programmers looking to enhance their simulations.

Dive into the details: [spsanderson.com/steveondata/po

#Data #RLang #Stats #RData #Blog #CRAN #RStats #TimeSeries #RandomWalker

30 Random Walks graph, displaying a line graph with the function rw30, showing steps on the x-axis and values on the y-axis. The graph indicates 1 dimension, 100 steps, mu = 0, and sd = 1.A 3-D perspective plot on a light grid shows a pale blue line snaking irregularly through space; the axes are labeled “cum_sum_x,” “cum_sum_y,” and “cum_sum_z,” depicting the cumulative trajectory of a 3-D random walk.2D Random Walk, showing a two-dimensional graph with labeled X and Y positions.A decorative illustration featuring a large, glossy blue letter “R” at center, surrounded by flowing translucent ribbon shapes and watercolor-like splashes in shades of blue, teal, and violet on a white background.
Steven Sandersonspsanderson@rstats.me
2025-05-08

🐧 My Friday Linux tip is taking a rain check—randomness called!

Tomorrow I’m dropping a deep-dive blog on RandomWalker 0.3.0, now live on CRAN.

Think 3-D walks, on-the-fly subsetting, built-in confidence intervals, and the “x” column reborn as step_number. More goodies already cooking—stay tuned for the link!

#rstats #RandomWalker #DataScience #OpenSource #CRAN

Steven P. Sanderson II, MPHstevensanderson@mstdn.social
2025-05-08

🐧 My Friday Linux tip is taking a rain check—randomness called!

Tomorrow I’m dropping a deep-dive blog on RandomWalker 0.3.0, now live on CRAN.

Think 3-D walks, on-the-fly subsetting, built-in confidence intervals, and the “x” column reborn as step_number. More goodies already cooking—stay tuned for the link!

#rstats #RandomWalker #DataScience #OpenSource #CRAN

2025-04-28

28.04.2025

1. CRAN - les lumieres du soir
2. TEO WISE - morto di caldo
3. BENZIN - HDTV
4. THE FALL - cosmos 7
5. WHALEHOUSE - cheato doreeto
6. EA80 - kaum Widerstand
7. CONDOR - que jeunesse se passe
8. DER MODERNE MAN - das Disco-Lied
9. ALTOS HORNOS -

subjektiv.net/28-04-2025/

#2025 #ALTOSHORNOS #BENZIN #CONDOR #CRAN #DERMODERNEMAN #EA80 #EELMAN #EINSTRZENDENEUBAUTEN #FALL #GNERKNIER #HOMEFRONT #MEDIAPUZZLE #PHOTORATE #TEOWISE #WARRIORSOFDARKNESS #WHALEHOUSE

Egor Kotov 🌐🏃‍♂️🚊🚋🚙EgorKotov@datasci.social
2025-04-25

I use my #rdocdump #rstats package myself very often to make sure LLM always has the most recent docs of an R package that I am using. In one line of code you get a text file with basically all package docs and vignettes. Not on #CRAN yet. I need feedback on it before I submit: ekotov.pro/rdocdump/

2025-04-23

DevXY now provides CRAN R package binaries for Linux arm64 and Alpine Linux — making installs faster and workflows smoother for R users.

Blog post by Patrick Schratz: devxy.io/blog/cran-r-package-b

#rstats #CRAN #Linux #AlpineLinux

A screenshot of the blog post
2025-04-07

chromConverter 0.7.5 is finally available on CRAN! Major changes since v0.2.1 include support for 10+ new file formats (Shimadzu LCD/QGD, Agilent D, Varian SMS, Allotrope ASM, ANDI MS/CHROM, mzML), parallel processing, and improved metadata extraction.
cran.r-project.org/web/package
#rstats #CRAN #chromatography #opendata

2025-04-04

📦🗺️ 𝘲𝘶𝘢𝘥𝘬𝘦𝘺𝘳 is now on CRAN!

1️⃣ Convert QuadKeys to 𝘴𝘧 dfs
2️⃣ Transform 𝘴𝘧 dfs to rasters
3️⃣ Process Fb/Meta human mobility QuadKey files → rasters
📄 doi.org/10.21105/joss.06500
Thanks to #ForeSITE for the feedback 🙌🏾
#rstats #CRAN #rspatial

2025-04-01

Some #R #rstats about the packages on the repositories: #CRAN has 722 packages that use Bioconductor (3%), #Bioconductor has 2802 packages that use CRAN's packages (77%).

1.3% CRAN and 0.6% Bioconductor respectively use package outside these two repositories. But 91% and 93% use packages on their respective repos. 8% and 3% do not have any dependency on external packages (but could depend on system dependencies).

2025-03-29

Today version 0.3.2 of the swephR package for R made it unto CRAN. Main reason for the upgrade was that CRAN had found a new WARNING by also inspecting the intermediate static library file. Instead of patching the upstream sources, I opted for deleting the library after building the the symbolic library for the package. It does not help anybody when code is inspected that is not actually used.

Two things were really nice:
* The warning message displayed at cran.r-project.org/package=swe disappeared even before all test machines had build the new version. Probably once the first tests of previously failing tests came in.
* This package suggests a larger data package, that is only available on r-universe. Therefore, there had always been one NOTE, which meant manual inspection when submitting. Now this NOTE has been demoted to INFO, which goes through automatically, speeding up the process and leaving less work for the CRAN maintainers.

#rstats #CRAN

2025-03-20

FYI: 14% of #CRAN links require knowing alias present on the libraries to resolve them. 80% of links to duplicated targets are present on the package. Which results on just 3% of links in packages being ambiguos (I expected more).

In related news, just 5 packages have different documentation for unix and windows! One of them breaks my #rstats link resolver...

2025-02-21

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: github.com/r-hub/evercran#read #RStats #docker #Cran #Rcheology

Zhian N. Kamvarzkamvar@hachyderm.io
2025-02-11

Last week, I updated #adegenet on #CRAN. This is an important update as it fixes a memory overflow problem for SNP data that has existed since 2016.

If you use #PopGen packages that import adegenet (e.g. #poppr, #vcfR, or #dartR), then you should update.

cran.r-project.org/web/package

#RStats

Rod2ik 🇪🇺 🇨🇵 🇪🇸 🇺🇦 🇨🇦 🇩🇰 🇬🇱rod2ik
2024-12-19

Une avec du et des
Avec deux ovaires. Respect.

En 150 ans, jamais personne n’avait quitté la , l’illustre . l’a fait, pour dénoncer la présence, dans cette docte assemblée, du . Entretien exclusif.

lexpress.fr/sciences-sante/dor

Daniel MietchenEvoMRI
2024-12-01

So the repository for R packages was down for a few minutes, but it's up again.

Didn't find them on Mastodon, so thanking @R_Foundation for the fix instead.

2024-11-21

👋 A regular reminder: CRAN Task View: Analysis of Spatial Data is always open for contributions!👋

Let us know about great tools for working with spatial data in R!

buff.ly/487HU6S

#rstats #rspatial #CRAN

A website screenshotA website screenshot
2024-11-05

#CRAN could halve their work on the "incoming" queue by doing the following:

"R CMD CHECK --as-cran" should fail for exported functions witthout examples - authors prompted to fix b4 submission

There. I've done it.

I've just saved CRAN XX hours a week of emailing people to "please add examples".

If someone has any inside clout with CRAN/R core please make this suggestion.

As they say "volunteer time is precious", and this trivial fix could save so much!

#RStats #NotHoldingMyBreath

2024-10-27

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: github.com/r-hub/evercran#read #RStats #docker #Cran #Rcheology

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst