If #RStats is a bit sluggish for your #DataAnalysis needs, maybe it's time to move a few letters up the alphabet and integrate some C++ in your life.
Register here: https://wombat2025.numbat.space/program/tutorials/KCZEMB.html
If #RStats is a bit sluggish for your #DataAnalysis needs, maybe it's time to move a few letters up the alphabet and integrate some C++ in your life.
Register here: https://wombat2025.numbat.space/program/tutorials/KCZEMB.html
#RStats hive mind:
What do you use if you want to encode binary data to hexadecimal string representation?
E.g. bytes<1, 255, 10>
=> "01ff0a"
Make sure to take the time to come to this tutorial by Mitchell O’Hara-Wild all about time series analysis. Learn how to use the tidyverse to manipulate time series data and the fable
️ to create models in a timely fashion.
Don't be late! Early bird discount ends 31st of August! https://wombat2025.numbat.space/program/tutorials/VDYBYE.html
Te quedaste manija viendo todo lo que pasó en #useR2025?
Bueno manda una propuesta de charla a @latinr_conf!!! Tenes tiempo hasta el 25 de Agosto #RStats
Si,si, extendimos el llamado
@transportationtalk I just tried (they're stored in `h`) but no luck: the sections are still empty.
```{r}
#| warning: false
#| message: false
#| echo: false
#| output: asis
for(k in seq_len(nrow(y))){
cat("\n## section ", k)
print(h[[k]])
cat("\n")
}
```
Aug 28, 10 AM PT / 1 PM ET – R Consortium webinar: Unlocking Collaborative Power with Git, GitHub CI/CD & LLMs in Pharma
Learn how pharma teams use GitHub Actions for automated QC, cut errors, and speed workflows—plus an LLM preview for QC edge cases.
Speakers: Ning Leng (Roche), Eli Miller (Atorus Research), and Ben Straub (GSK)
#rstats question: how do you render an arbitrary number of htmlwidgets in a quarto (html) document?
I'm able to generate the arbitrary number of sections but not the htmlwidgets that go with them.
Something like:
```{r}
#| warning: false
#| message: false
#| echo: false
#| output: asis
for(k in seq_len(nrow(y))){
cat("\n## section : ", k)
# here I build the htmlwidget for this section
cat("\n")
}
```
My talks at @useR_conf is here https://defuneste.codeberg.page/useR_2025/
tldr: I think storing "big" data as a parquet files, stored in s3 accessed with duckDB and wrapped in an R package is a nice way to save some of your sanity.
Now that we know that DuckDB is great let start showing how R can make it in production!
Side notes: loved using {litedown} and codeberg for the prez. Mermai.js you are also great but I am not rdy!
https://DSLC.io welcomes you to week 32 of #TidyTuesday! We're exploring Extreme Weather Attribution Studies!
https://tidytues.day/2025/2025-08-12
https://interactive.carbonbrief.org/attribution-studies/index.html
Submit a dataset! https://github.com/rfordatascience/tidytuesday/blob/main/.github/CONTRIBUTING.md
1 month to go until my Workshop for Ukraine to raise money for medics saving lives in #Ukraine! You can sign up for $20 / € 20 and learn about querying documents in R with the {ragnar} #RStats - or donate for a student to attend. Tx for considering!!11 Sept 12-2 EDT
https://www.machlis.com/workshop/
Arrancamos la semana con recursos y novedades del mundo #RStats
useR! 2025 → todo su contenido online, libre y gratuito.
Paquetes: recipes, rsample, renv, sf, gt, targets.
Tutorial: conexiones a bases remotas desde Quarto.
Referente: @yabellini
Eventos: posit::conf, Shiny in Production, EARL, R/Pharma, R+AI.
@koen_hufkens @DenOfEarth @DanielaKEngert @mhoemmen @mkretz @SeaFury
Are you overlooking that C++ (via extension packages) has matrix and vector classes that do that? Scientific / engineering C++ had them for decades.
Let's not discuss this in social media comments though. #rstats #rcpp
@koen_hufkens @eliocamp Have you found the Rcpp Gallery yet? We have plenty of vectorized examples there and elsewhere, please google 'Rcpp Sugar' . RcppArmadillo has way more on proper vector operations and is recommended but you can start with
> cppFunction("NumericVector mysum(NumericVector a, NumericVector b) { return a + b; }")
aafter which `mysum(1:3, 4:6)` does what you expect. In general stick with `arma::vec`. Follow-ups on rcpp-devel if you can. #rstats
rcdo got its first external issue!
This is a niche #RStats package, so it's nice to know that at least some people are using it besides me.
#RStats Dev Diary - PDF creation in pure R
I just figured out how to correctly construct RGB pixels with a separate Alpha channel.
Recent @DSLC club meetings:
DSLC Project Club: R‑Ladies Rotating Curation (RoCur) relaunch on Bluesky https://youtu.be/JPFjC33zn2w #RStats #PyData #DataScience
From the @DSLC chives:
Tidy Modeling with R: Grid Search https://youtu.be/goNjyWTv0k4 #RStats
testthat docs: Introduction and Run tests https://youtu.be/IFt5QkGmeho #RStats
Visit https://dslc.video for hours of new #DataScience videos every week!