for(i in seq_along(data)) value[[i]] = data[[i]][1]
lapply(data, function(x) x[1])
lapply(data, \(x) x[1])
lapply(data, `[`, 1)
for(i in seq_along(data)) value[[i]] = data[[i]][1]
lapply(data, function(x) x[1])
lapply(data, \(x) x[1])
lapply(data, `[`, 1)
Digital biomedical infrastructure all around the country is built on #AWS . However, simply getting data in/out of AWS, and managing access can be difficult to navigate. This friction motivated us to build sixtyfour, an AWS interface that will feel familiar to #rstats folks. Let us (+ @sean) know what you think!
- Blog post: https://recology.info/2025/04/sixtyfour/
- Repo: https://github.com/getwilds/sixtyfour
- Docs: https://getwilds.org/sixtyfour/
Any folks know how to install TinyTex into a Debian / Ubuntu image globally? The installer script (https://yihui.org/tinytex/#installation) doesn't work see related (https://github.com/rstudio/tinytex/issues/415)
I'm looking for a good teaching dataset to discuss long and wide format data. Any suggestions?
# contexto: Atropellados en Costa Rica
# objetivo: Distritos-Año mas mortales
# proceso : Ordenar de mayor a menor
#Rstats #CostaRica Costa Rica #softwareLibre
#rstats Is there an existing tool to automate a repex->rpubs pipeline? My current manual workflow is make a reprex in an .R script, copy the contents over to a .qmd, and use the publish feature in the rstudio IDE.
Sometimes my reprexes get just a tad bit more complex and requires some prose to walk through the steps. In those cases I like publishing them as almost like standalone micro blogposts.
Ex: this reprex doc I made to show how to recover ggrepel coordinates https://rpubs.com/yjunechoe/ggrepel-recover-position
R/Medicine 2025 workshop on "Personal R Administration"
Tips, tricks, tweaks, and some hacks for building #datascience dev environments handling new R versions, passwords in your R code, failed package installations and more!
Register now! https://rconsortium.github.io/RMedicine_website/Register.html
[blog] Throw-back Thursday!
Two years ago @MikeMahoney218 brought waywiser to rOpenSci.
Is this a package you use? Have any usecases you'd like to share?
waywiser is Now a Part of rOpenSci
April 4, 2023
https://ropensci.org/blog/2023/04/04/waywiser-is-now-a-part-of-ropensci/
#rstats hivemind: would it be too funky to define a package version major.minor.patch.dev as YYYY.MM.DD.VERSION, i.e. map major to year, minor to month, patch to day, and leave the dev component for the actual version..? I'm thinking of a data package whose upstream data releases are versioned based on the date... anyone ever tried such heretic approach? Would CRAN maintainers be okay with this?! ;)
asking for a friend.
# objetivo: Plot de demanda nacional de electricidad del Reino Unido
# proceso : Dos procesamientos:
# - Agrupar por año y contar demanda total
# - Demanda cada 30 minutos entre 2014 y 2016
R-Ladies is rebranding to R-Ladies+, and we need your creativity!
We're seeking assistance to craft a new visual identity that represents underrepresented genders in the R community.
Seeking proposals for:
Logo & brand book
Slide & social media templates
Inclusive visuals
Deadline: April 15, 2025
Underrepresented & LGBTQ+ designers encouraged to apply!
Details: https://rladies.org/news/rebranding-cfp/
Application: https://airtable.com/apphrsts5IruOEGJo/pagmZISNXBiAfDfpC/form
[Nuevo en el Blog] Punto de partida: primera ‘Conversaciones con la Comunidad’ del programa de Campeon(a|e)s en español
En este evento en español, compartimos las experiencias de participantes latinoamericanos del programa.
Lee mas sobre el trabajo que Andrea Gomez Vargas, Cesar Luis Aybar Camacho y Francisco Cardozo hicieron durante su participación en las cohortes 2022-2023 y 2023-2024: https://ropensci.org/es/blog/2025/04/03/commcall-programa-2025/
How big is a file, does it even exist?
gdalraster::vsi_stat(<file descriptor>)
vsi_stat("/vsicurl/https://projects.pawsey.org.au/idea-gebco-tif/GEBCO_2024.tif", "size")
the "file" can be anywhere, invoke any of the GDAL virtual file protocols and comprehensive configuration facilities to stat it
open it, GDAL it, seek,ingest,read,move those bytes this is a super powered package on a rich library
Finally finished the #RStats training videos, with captions and transcripts.
Video creation and editing is an almighty marathon. People who do that as a job should be paid more.
Going to have a lie down now....
#rstats
That is a nice compilation.
Recent @DSLC club meetings:
An Introduction to Statistical Learning with Applications in Python: Linear Regression https://youtu.be/hFfWajZmGio #PyData #DeepLearning #AI
From the @DSLC chives:
"Tidy Modeling with R: Iterative Search" https://youtu.be/B2RRopTnwds #RStats
"Statistical Rethinking:" https://youtu.be/pubuTNE1uiQ #RStats
Visit https://dslc.video for hours of new #DataScience videos every week!
From app to container in one command: export()
{shinydocker} is a new experimental R package handling Docker containerization for both R & Python Shiny apps. It auto-detects dependencies and app type.
Code: https://github.com/coatless-rpkg/shinydocker
Post: https://blog.thecoatlessprofessor.com/programming/r/rethinking-shiny-containerization-the-shinydocker-experiment/
There are 2 new #rstats packages on CRAN:
- 0.00% are in English.
- 0.00% are in other languages than English.
- 0.00% use multiple languages.
- 100.00% do not declare any language.
A curated list of awesome tools to assist development in R programming language. https://indrajeetpatil.github.io/awesome-r-pkgtools/ #rstats #