#Rlang

The temperature (mean high °C) anomaly with reference to the period 1991-2000 for Bragança, Pará, Brazil, generated from meteorological data of around 50 years from the nearby (15 km distant) Tracuateua station. We can see the global pattern mirrored in the local pattern. I will be showing my students how to create this kind of graph and the stripes graph too using R.

#ShowYourStripes
#ClimateCrisis
#Amazonia
#Rlang

A bar graph of the temperature anomaly with reference to the baseline period 1991-2000 for Bragança, Pará, Brazil. The difference in temperature (anomaly) is shown on the y-axis for years between 1973 and 2024, on the x-axis. Mean high temperatures in years before the baseline period are generally lower (shades of blue) and generally higher (shades of red) after the baseline period. The lowest negative anomaly is -1.46 for 1974 and the highest positive anomaly is 1.37 for 2024.

Text in the graphic:

Tracuateua Station Code 82145 | 1973 - 2024 
Lat. -1.06, Long. -46.9, Alt. 36 m
Mean High Temperature (°C) - Comparison with 1991 - 2000 baseline
Data: Banco de Dados Meteorológicos para Ensino e Pesquisa | BDMEP | https://www.inmet.gov.br/projetos/rede/pesquisa/
M. H. Neifermhneifer
2025-05-19

"R is now available in emscripten-forge, enabling the Xeus-R kernel in JupyterLite"

blog.jupyter.org/r-in-the-brow

2025-05-17

Your turn guys :) github.com/A2-ai/rv #Rlang

Seems en.wikipedia.org/wiki/Carcinis is a real thing, for language package managers at least...

( pole @HydrePrever )

David C. Norris 🇺🇦dcnorris@scicomm.xyz
2025-05-11

Heard a rumor Doug Bates has left #rlang for #JuliaLang. Has the Rapture begun?

Steven P. Sanderson II, MPHspsanderson.com@bsky.brid.gy
2025-05-10

💡 The latest update to RandomWalker (v0.3.0) is here! With new features like confidence intervals and subsetting, your random walk analysis just got easier. Explore the new capabilities: www.spsanderson.com/steveondata/... #RStats #Data #RLang #Analysis #Stat

RandomWalker for R 0.3.0: Expa...

Steven Sandersonspsanderson@rstats.me
2025-05-10

💡 The latest update to RandomWalker (v0.3.0) is here! With new features like confidence intervals and subsetting, your random walk analysis just got easier.

Explore the new capabilities: spsanderson.com/steveondata/po

#RStats #Data #RLang #Analysis #Stat

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

💡 The latest update to RandomWalker (v0.3.0) is here! With new features like confidence intervals and subsetting, your random walk analysis just got easier.

Explore the new capabilities: spsanderson.com/steveondata/po

#RStats #Data #RLang #Analysis #Stats

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.
2025-05-01

Want to use {pak} as backend for {renv} actions? Set the variable RENV_CONFIG_PAK_ENABLED = TRUE github.com/rstudio/renv/issues #renv #pak #reproducibility #RLang

Doggie :neofox_snug: :therian:lunareclipse@snug.moe
2025-04-09

Running RStudio in a rootless container on Linux.

This approach avoids dealing with compiling basic packages or adding extra repositories to your main OS, and it's targeted for running the container on your computer and not somewhere else.

1. Get
Podman (make sure it works rootless)
2. Run the following command in a terminal (see "
man podman-run" for details on what it does)

podman run --rm -it -p 8787:8787 -e PASSWORD=baa -v $HOME:/root/home -v $HOME/.config/rstudio:/root/.config/rstudio docker.io/rocker/verse
3. Open localhost:8787 in your browser, log in with "root" as the user and "baa" as the password (you can choose another password, it only really matters if your computer lacks a firewall)

If you need other sets of preinstalled packages see
the rocker docs for other images than docker.io/rocker/verse. For example docker.io/rocker/shiny-verse.

This
blog post helped me figure out what things are worth mounting in the container (you may want to add more things than only the Rstudio configuration).

I'm probably gonna turn this post into an article over at
my blog at some point later.

#Rlang #Rstudio #Bioinformatics

2025-03-29

@josi If anyone out there wants to get paid to work on an open source project and cares about an R-based IDE stack I’d welcome contributions to {debugadapter} and would be happy to help co-author an ISC proposal to work on it.

#rstats #rlang

codeberg.org/dgkf/debugadapter

2025-03-18

there are two programming languages i love

#rlang because you can modify anything, anywhere, anytime

#rust because you can't

2025-03-17

off-late, I've been feeling like i need to start learning a programming language with practical applications. something I can use to write stuff on my Linux system for my use or something which i can put up on my Sourcehut. and something a little challenging too, because where's the fun in straightforward stuff?

R has been great but, of course, that's just for data analysis. python seemed interesting but more recently Rust is what has been drawing me in.

how does one get started with Rust? what are some good resources for learning and practicing the language? i can figure out the Emacs side of things myself.

#RustLang #Programming #Language #RStats #RLang #AskFedi #AskMastodon

David C. Norris 🇺🇦dcnorris@scicomm.xyz
2025-03-03

Looking at some of my old R code this morning... As #rlang goes, it's good code, but I wish now I'd done it with #CommonLisp or #julialang 😢
#TechnicalDebt

2025-02-24

I'm explaining Hamiltonian Monte Carlo in my grad-level stats class tomorrow, so I put together this animation illustrating HMC in one dimension. I find it very soothing.

#bayesian #BayesianInference #posterior #stats #r #rlang #statistics #MCMC

2025-02-23

#Rlang question for #bioinformatics & #datascience folks.

I'm used to python/julia way of running everything in a contained environment. What's the best way to do it for R these days? Renv or just stick with conda?

devSJR :python: :rstats:devSJR@fosstodon.org
2025-02-16

@dgkf

#rlang #codeberg

Please keep in mind that Codeberg is not the only viable solution. There are more venues. As codeberg they are based on #Forgejo

codeberg.org/forgejo/forgejo

They are working on federation of #git platforms.. The current milestone they achieved is that people can ⭐ projects.

fosdem.sojourner.rocks/2025/ev

2025-02-15

What does #rlang need to help folks easily migrate to #codeberg ?

Some ideas:
💡codeberg equivalent to r-lib/actions
💡migration guide
💡usethis::use_codeberg() - create new repo or provide instructions for migrating if already on GitHub, similar to use_github
💡usethis::use_codeberg_ci() - equivalent to use_github_action

anything else that would help people make the jump?

Liminal witch 🧙‍♀️ Sarahxgebi@hachyderm.io
2025-02-03

🆕 post: Geocaching meets R language

This post is about solving a task with R language for one letterbox hybrid cache, which happen to be my favorite.

sarahgebauer.com/post/geocachi

#rlang #geocaching

Client Info

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