Can anyone explain why Kamala Harris hasn't download my R package from CRAN yet? I understand she's on the campaign trail, but all she needs is an internet connection. Technical difficulties? #rstats
#rstats friends, I have a question: given that I have some built R package on disk, what is the blessed/easiest way can I (programmatically) check if it's in source or binary format? Beyond just checking the file extension.
๐ขThe {ShinyUiEditor} is finally out of its "alpha" stage! ๐ข
We've taken off the big scary warning about using it and want you to take it for a whirl.
See my post about this on the Posit blog:
https://t.co/OwLwN1oaTZ
#rstats#DataScience
๐ข November Webinar ๐ข
We are very excited to announce that the incredible James Laird-Smith will be presenting a โCustomising your R Experienceโ webinar on Wednesday 29th November 2023!
Click here to register:
https://t.co/u3UYJS0nE6
#NHSr#RStats#DataScience#NHSRCommunity
This Wednesday (Nov 29th) I'm excited to be giving a webinar to the NHS-R Community on "Customising your R experience"! It's going to be at 1pm GMT. Registration link is here, but it will also be recorded. #rstats https://t.co/iePVXC54uz
At 5pm (BST) on Thursday I'm going to be a guest on
@posit_pbc's Data Science Hangout speaking about the work I do for the @bankofengland and supporting its 1000 R users. #rstats There's no need to register, you can join the stream using this link: https://t.co/OOaMHxLJ5a
There's a lot of be said for removing cognitive overhead for developers. By using withr I'm saved the decision of where to put temporary directories or remembering to reset compiler flags. A huge thank you to the authors for this very sleek and amazingly useful package!
I've been doing a bunch of #rstats package ๐ฆ install testing this week. And the withr package (as usual!) just makes the experience so much easier and cleaner. ๐คฉ๐
Here's an example where I create a function to install a package in a temporary directory, with temporary libpaths and with temporary compiler flags. And it's just so straightforward! I don't need to worry about global state because I know withr will take care of it for me.
After a hard day of wrangling data from APIs, I'm very seriously considering naming my first child `tidyr::unnest_wider()`. I mean, just look how easy it makes converting highly nested JSON into a tidy data frame?! ๐คฉ Friday #rstats fun!
Have you ever wanted to generate random but readable strings? Like for files or folders? Today's Friday #rstats fun is thanks to @rgfitzjohn for the ids package๐ฆ and its wonderful `adjective_animal()` ๐ปfunction.
Today's Friday #rstats fun: I discovered the (experimental) `tree()` function in the lobstr package for the pretty-printing of lists. So much cleaner than `str()`! ๐๐๏ธ Thanks @NicholasStrayer!