@brodriguesco@fosstodon.org
@brodriguesco@fosstodon.org avatar

brodriguesco

@brodriguesco@fosstodon.org

Sworn in Data Janitor, fluent in R, Linux enthusiast living in Luxembourg

Average Bร‰PO enjoyer and advocate

Alma mater @Unistra - Phd econ

Read my blog or I'll delete your system32: https://brodrigues.co

youtube: http://is.gd/NjybjH

grep 'meaning' life.txt

This profile is from a federated server and may be incomplete. Browse more on the original instance.

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

The funniest time I got RTFM'ed was when I asked a question about 's NAR format on their matrix server and got linked to the creator's phd thesis

To be fair, it did answer my question! And I read the rest of the thesis which was interesting.

hadleywickham, to random
@hadleywickham@fosstodon.org avatar

ggplot2 3.5.0 is out now! https://www.tidyverse.org/blog/2024/02/ggplot2-3-5-0/. There are too many great features (e.g. gradients + patterns, better axes & legends, new coord_radial) to fit in one blog post so keep your eyes open for more posts in the next few days!

Like all recent releases I am now just the messenger and have done nothing meaningful to make this release happen ๐Ÿ˜€ I'm so thankful for all the hard work by Teun Van den Brand and the other ggplot2 maintainers!

#rstats

brodriguesco,
@brodriguesco@fosstodon.org avatar

@hadleywickham congrats to everyone involved, looking forward to trying it :)

"Like all recent releases I am now just the messenger and have done nothing meaningful to make this release happen" -> that must feel awesome ๐Ÿ˜Ž Most open sorcerers can only dream of posting a sentence like this ๐Ÿ˜‚

awong234, to random
@awong234@mastodon.social avatar

Is there a complete method of script-level reproducibility? Let's say I have a blog with one analysis a week for five years. Potentially, R version and package versions change weekly and script-by-script.

groundhog provides script-level package management. renv/packrat not an option because they're project-based. Maybe pacman?

rig provides a way to manage R versions (as does something like conda).

brodriguesco,
@brodriguesco@fosstodon.org avatar
rpodcast, to datascience
@rpodcast@podcastindex.social avatar

Episode 153 of the @rstats @rweekly Highlights Podcast pedals you to more data science knowledge! https://share.fireside.fm/episode/87RSVeFz+2xVMmpYZ

๐Ÿšฒ Year of Riding Danishly @Greg_Dubrow
๐Ÿ“ฆ Tame your namespace (Swann Flocโ€™hlay) @thinkr
โ“ Guess my name with decision trees @hoehle

R-Weekly is powered by the community. Visit https://rweekly.org to share new resources, and send your hosts a message easily on the Podcast Index! using https://podcastindex.org/podcast/1062040

h/t @mike_thomas @tonyelhabr ๐Ÿ™

brodriguesco, (edited )
@brodriguesco@fosstodon.org avatar

@rpodcast @mike_thomas โ€™s anecdote sounds a lot like what happened to Neupane et al (2009) (screenshots from https://raps-with-r.dev/repro_cont.html)

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

what the actual

has this bird always been the LaTeX mascot ?

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

this is grammatically correct Luxembourguish, btw

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

French hidden gem of an function by @thinkR_fr https://github.com/ThinkR-open/thinkr/blob/master/R/as_numeric.R

brodriguesco,
@brodriguesco@fosstodon.org avatar

@kjhealy very nice, always learnin!

urusan, to random
@urusan@fosstodon.org avatar

This is a very interesting use case for Nix:
https://youtu.be/0ulldVwZiKA

brodriguesco,
@brodriguesco@fosstodon.org avatar

@Mehrad youโ€™re working on something based on guix? cool! Do you have a repo I could check out?

brodriguesco,
@brodriguesco@fosstodon.org avatar

@Mehrad ah yes, that solves the bootstrapping issue! I thought about doing the same, but figured that R users would be more comfortable with an R package. Looking forward to trying it once you publish your code! ๐Ÿ˜ƒ

emjonaitis, to random
@emjonaitis@mathstodon.xyz avatar

Looking for beginner resources for R package development. Specifically, I've got a package where I need to make some moderately large changes in a function, and I need to keep the package usable in its current stage on my machine while I develop and test the new version. How does one do this? I don't think this is a git question, I think this is an R question.

brodriguesco,
@brodriguesco@fosstodon.org avatar

@emjonaitis the version of the package you installed is independent from the version you develop. As long as you don't explicitly install the dev version, it won't affect the version installed. Use unit tests to see if nothing breaks, and once you're done and confident, you can install the newly developed version of your package.

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

If you struggle with installing ๐Ÿ“ฆ on Ubuntu (relevant for docker), go to https://packagemanager.posit.co/client/#/repos/cran/packages/overview?search=terra and click on "setup". Choose Ubuntu, and then look for ๐Ÿ“ฆ. System-level deps will be listed there. But of course, the easiest is
@eddelbuettel r2u: https://eddelbuettel.github.io/r2u/

or use ๐Ÿ˜ƒ

brodriguesco,
@brodriguesco@fosstodon.org avatar

@Pol yes, but if you're invested in the Docker ecosystem and are unfamiliar with Nix, these are nice options as well.

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

Who could I pay (and how much) to port the hugo theme of my blog to a
@quarto_pub
theme?

my blog (https://brodrigues.co) theme is a variation of smol (https://github.com/colorchestra/smol)

brodriguesco,
@brodriguesco@fosstodon.org avatar
brodriguesco,
@brodriguesco@fosstodon.org avatar

@jadeynryan yeah ideally I would like to only rely on github actions + pages for the blog. Now it builds using an old version of hugo and deploys with netlify. That's too many moving pieces

brodriguesco,
@brodriguesco@fosstodon.org avatar

@jadeynryan ancient posts wouldn't need to be rebuilt however, I'd just use the html for those

brodriguesco,
@brodriguesco@fosstodon.org avatar

@jadeynryan I'm in the central European timezone, could you send me some slots that suit you per DM?

brodriguesco, to random
@brodriguesco@fosstodon.org avatar
brodriguesco, to opensource
@brodriguesco@fosstodon.org avatar

Curious, please complete the sentence "I'm a developer, and contribute code on my free time. I use a permissive open source license (MIT, BSD) because..."

brodriguesco,
@brodriguesco@fosstodon.org avatar

@jonasgeiler Which rights in particular?

brodriguesco,
@brodriguesco@fosstodon.org avatar

@jrosell @jonasgeiler a family-frinedly version of the WTFPL http://www.wtfpl.net/txt/copying/

grrrck, to random
@grrrck@fosstodon.org avatar

Shiny and friends, Iโ€™m thinking about a Shiny 201 or 301 workshop. Imagine you took Intro to Shiny, and youโ€™ve made a few apps. Youโ€™re ready to learn the next thing to level up. What do you wish you had learned next?

brodriguesco,
@brodriguesco@fosstodon.org avatar

@grrrck Everything around deploying on my own server: setting up the server, ci/cd, security, etc

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

I somehow managed to open a PR containing the last 85 commits of master (only one was mine), totalling to a couple thousand of lines added (I just added one line)

rpodcast, to datascience
@rpodcast@podcastindex.social avatar

Episode 151 of the @rstats @rweekly Highlights Podcast is packed with teachable moments for everyone! https://share.fireside.fm/episode/87RSVeFz+Wtk1siKa

๐Ÿซ Teaching you, teaching me @Drmowinckels
๐Ÿ› ๏ธ Adventures with {renv} @grusonh
๐ŸฅŠ Parquet versus RDS format @csgillespie @jumpingrivers

R-Weekly is powered by the community. Visit https://rweekly.org to share new resources, and with a new podcast app send your hosts a fun boost! https://podcastapps.com

h/t @mike_thomas @R_by_Ryo ๐Ÿ™

brodriguesco,
@brodriguesco@fosstodon.org avatar

@rpodcast @rstats @rweekly @grusonh @mike_thomas

thank for giving @specphil and myself a shoutout!

Really looking forward to hearing your experience trying out Nix through {rix} :D

  • All
  • Subscribed
  • Moderated
  • Favorites
  • โ€ข
  • JUstTest
  • cubers
  • DreamBathrooms
  • thenastyranch
  • ngwrru68w68
  • Durango
  • magazineikmin
  • Youngstown
  • InstantRegret
  • rosin
  • slotface
  • tester
  • kavyap
  • ethstaker
  • megavids
  • osvaldo12
  • khanakhh
  • cisconetworking
  • tacticalgear
  • everett
  • mdbf
  • Leos
  • anitta
  • GTA5RPClips
  • normalnudes
  • modclub
  • provamag3
  • lostlight
  • All magazines