Here's a few mastodon accounts I've staked out, but haven't really figured out what to do / which one to use. But putting this out there just in case! #rstats
https://t.co/3HwlYp2ep3
https://t.co/uIqUCkJ3ce
https://t.co/cyEfPnW516
@thomas_mock@meghansharris@rfortherest lots of folks don't fully appreciate the un-safety / silliness of turning spreadsheet data (which has real types!) into a csv, then attempting to re-discover the types and re-parse it correctly from a csv
@thomas_mock@meghansharris@rfortherest Ooh I love the advice in that clip! I agree that slurping data directly out of a spreadsheet is the "right" thing to do, whether its google sheets or excel. Maybe with the occasional "export to csv" as a backup π¬
@JohnHelveston that repo should at least give you some good ideas then
the surrounding world (mostly dplyr and tidyr) has changed since then, but that still doesn't solve everything
π₯³For this years #RaukR we are happy to have world-class guest lecturers @JennyBryan, @topepos, @xieyihui and @chrisderv from #posit helping us teach R!
Applications are still open at https://t.co/smH5VZSYPH
posit::conf(2023) registration is now open. π₯³
Early bird discounts are available for the first 120 registrants or until March 30, whichever comes first.
This is our best price, so donβt miss out! Register today: https://t.co/cicXmxpZ3o
@mtkonczal@DebbieCarlson1 once the origins of the term Joy Division became more clear, everyone involved decided "ridgeline plot" was a better name
https://t.co/nztitE4An5
@CallmeAlfredo The GPT output does seem like code salad. I haven't tried to upload an image using googlesheets4. It should be possible, but you might have to use some of the lower level tooling. I.e. it might not be possible with a user-facing convenience function.
@ellis_hughes@_ColinFay re: intentional vagueness ... perhaps? hard to say
but sometimes all you can do is make sure to prevent ungraceful failure on CRAN
@_ColinFay the problem is, if my package wraps an API, I don't want it to fail gracefully for my user, if their internet is down
I want it to fail loudly and informatively
so I'm not convinced this is a great, general design target for packages, hence my extreme pragmatism
@_ColinFay I would probably wrap curl::has_internet() in a helper with an escape hatch, i.e. that consults an option or env var before calling curl::has_internet(). Similar to how rlang::is_interactive() works.