Do you need better performance than what the standard #tidyverse functions have? {collapse} might be worth a look: https://sebkrantz.github.io/collapse/ #rstats #optimization

Do you need better performance than what the standard #tidyverse functions have? {collapse} might be worth a look: https://sebkrantz.github.io/collapse/ #rstats #optimization
Some time ago @devTLB and I announced that we work on a review about #rstats packages for #bioimage informatics. We think it is fairly complete now.
We would be happy to get some feedback before we submit it.
Here is the link to the draft:
[Update: Copy on Codeberg]
https://codeberg.org/devSJR/Bioimage/src/branch/main/RImageReview.pdf
Another #RStats colour palette I learned about is the excellent Manu package that has colour palettes inspired by New Zealand birds.
I was working on #RStats today with a postgrad student, Stacey, and we needed a colour palette for a graph. Picking a nice set of colours, instead of "red", "blue", "green", etc. can make a graph sparkle.
We used the MoMAColors palette package by BlakeRMills. It takes colours from some excellent art works from the Museum of Modern Art in New York. Thanks to Blake for making this.
#30DayChartChallenge Día 16: Negative Relationship FOUND!
¡Lo conseguimos! Tras ajustar por masa corporal, la relación entre Tasa Metabólica Específica (W/kg) y Longevidad Máxima (años) en ~530 especies animales (AnAge DB, outliers quitados) SÍ es negativa (Pearson ρ ≈ -0.42, p < 2.2e-16). #RelationshipsWeek #Animals
El gráfico log-log muestra la tendencia: mayor intensidad metabólica por kilo se asocia con vidas más cortas. ¡Apoya la idea del "ritmo de vida"! Colores por Clase Taxonómica.
Un recordatorio de la importancia de normalizar variables y limpiar datos para ver la señal correcta. ¡Ciencia en acción!
#rstats #ggplot2 #ggpubr | Data: AnAge | Theme: #theme_week3_animals
Código/Viz: https://t.ly/ouLN0
Les inscriptions aux Rencontres R 2025 se clôturent le 18 avril ! Toutes les infos sur https://lnkd.in/eZ73iYiT ! On vous a préparé un top programme !
#Rstats #RstatsFR #SFdS #RencontresR #UMONS
```
library(tidyverse)
z = function(n) {
bb = function(i) {
x = y = 0
for (k in 0:(n - 1)) {
x = x + ((floor(i/2^(2*k))) %% 2) * 2^k
y = y + ((floor(i/2^(2*k+1))) %% 2) * 2^k
}
c(x, y)
}
as.data.frame(t(sapply(0:(4^n - 1), bb)))
}
ggplot(z(6)) +
geom_path(aes(x=V1, y=V2, col=sin(V1/4)+cos(V2/4)), show.legend=F) +
scale_colour_gradient(low='orange', high='blue') +
theme_void()
```
https://en.wikipedia.org/wiki/Z-order_curve
#rstats #generativeart #tilingtuesday #rtistry
Idly thinking about using #neovim with #Rstats. This blog post by @petejones looks a great place to start:
{arcgislayers} v0.4.0
on CRAN now!
The fastest way to access data from the Esri ecosystem—ArcGIS Online, Enterprise, or Survey123 in !
Thanks to @elipousson for tons of help with this.
https://github.com/R-ArcGIS/arcgislayers/releases/tag/v0.4.0
Too much frustration with trying to implement some quarto this week. Settling for just the original perfectly functional #rstats script and some plots saved as high quality images or append into a pdf was all it needed. Sometimes I’m all aboard the quarto train and sometimes I feel it’s just too much friction…
Series de tiempo con valores de pendientes
Se indica valor-p de cada regresión
Quieres aprender a programar ?
Anyone in #RStats ever wrap a static library and get it on the CRAN without problems? I've successfully built some packages (that require cmake), have installed the static library to inst/lib/ARCH, and then have successfully linked the library in another package, but it's unclear how blessed this is by the CRAN.
Below are the relevant sections from Writing R Extensions:
https://cran.r-project.org/doc/manuals/R-exts.html#Linking-to-other-packages-1
WRE, Unix-alikes:
https://cran.r-project.org/doc/manuals/R-exts.html#Unix_002dalikes-1
WRE, Windows:
https://cran.r-project.org/doc/manuals/R-exts.html#Windows-1
I made my first R package today! Granted, it only has two functions so far, but I am extremely proud of myself for getting over my fear of git/github.
I need input from #rstats users who use the rnaturalearth package.
Currently, the ne_download() function always save the requested data on disk whatever the load argument is set to TRUE or FALSE.
I am currently thinking to change this behavior to only save the data on disk when load = FALSE. This would be a breaking change, but I think it would be more consistent with the argument name and save unnecessary disk operations.
What do you think?
rOpenSci Champions Program Application Clinic coming up in 45 minutes! | Clinica de Aplicación para el Programa de Campeon(e|a)s de rOpenSci en 45 minutos!
Yanina Bellini Saibene will be there to answer questions and help you with your application | Yani estara disponible durante el evento para contestar preguntas y ayudarte con tu aplicacion.
The event will have Spanish as first language | El evento tendra al castellano como idioma principal.
Info to join | Info para sumarte: https://ropensci.org/events/clinica-champions-2025-04/