snabelen.no er en av mange uavhengige Mastodon-servere du kan bruke for å delta i det desentraliserte sosiale nettet.
Ein norsk heimstad for den desentraliserte mikroblogge-plattformen.

Administrert av:

Serverstatistikk:

384
aktive brukere

#rstats

121 innlegg93 deltakere11 innlegg i dag

🌈 rainbowR meet-up: Wednesday August 27th, 4pm UTC 🌈

- connect with other LGBTQ+ people who code in #RStats 🏳️‍🌈
- ask questions about R 🙋
- tell us about an R package you like 📦
- show us something R-related you’ve been working on 💻

➡️ Registration via rainbowr.org/meetups

Recent @DSLC club meetings:

:rstats: Advanced R: Club Meetings & Chapter 1 Introduction youtu.be/Of5Uz1psDRU #RStats

From the @DSLC :rstats:​chives:

:julia: Fundamentals of Numerical Computation: Advection equations youtu.be/ZFQxKTBGDuM #JuliaLang

:rstats: R for Data Science: Functions youtu.be/ZCQU3z9TYvQ #RStats

:rstats: R Packages: The whole game youtu.be/WNIUmfvc5ws #RStats

Visit dslc.video for hours of new #DataScience videos every week!

Here I tend to read a lot of negative comments about #LLMs, but does anyone share my experience? I use them as an aid to mostly write #rstats and #LaTeX #tikz code faster or recently to clean up a very messy #emacs configuration file. They may hallucinate and I always need to double check the output, but I find #LLMs extremely useful. The ecological footprint is a discussion for another day.

today's adventures with #rstats and #targets, a thread:

Some time ago, I learned (from @nrennie ) that you could set up an assignment with the question(s) and solution(s) in one Quarto file, using a parameter called `hide_answers` in the yaml header that is either true or false (details below), and then render that file once with `hide_answers` being true (to get just the questions, and once with it being false (to get the solutions as well). Today I learned about `targets::tar_quarto_rep`.

@yabellini Thank you for your work! Looking forward to digging into the speech.

People in #rstats #rlang reading this thread may be interested in my post harihareswara.net/posts/2024/d spurred by a conversation last year. R folks were reporting difficult experiences uploading packages to the package repository (CRAN), especially because of one particular long-timer volunteer in R.

Draft code of conduct for R: github.com/r-devel/rcwg/issues

#RStats Dev Diary: PDF encoding

PDFs can use ASCII85 encoding as an efficient (but uncommon) binary-to-text encoding.

* hexadecimal: 1 byte = 2 chars. 50% efficiency
* base64: 3 bytes = 4 characters. 75% efficiency
* Ascii85: 4 bytes = 5 characters. 80% efficiency

Wrote an ascii85 encoder/decoder in vanilla R to help with PDF creation: github.com/coolbutuseless/mini

Minimal pure-R PDF document creator. Contribute to coolbutuseless/minipdf development by creating an account on GitHub.
GitHubminipdf/R/filters.R at 430e0bb4e8348404b029c78f34516ca02420ff25 · coolbutuseless/minipdfMinimal pure-R PDF document creator. Contribute to coolbutuseless/minipdf development by creating an account on GitHub.