Grant McDermott

Results 176 comments of Grant McDermott
trafficstars

Once [tinyplot](https://github.com/grantmcdermott/tinyplot) gets on CRAN (and gets support for `type = "rect"`), this should be fairly straightforward. ``` r library(rpart) library(parttree) #> Loading required package: ggplot2 library(tinyplot) palette("classic") fit =...

> So my question is: how do you compile CRAN packages without these dependencies (probably others too)? Is there any EPEL-like repository for AL2023 providing them? If not, would you...

Super, thanks @Enchufa2. I'm on vacation now but will ping the AL2023 [repo](https://github.com/amazonlinux/amazon-linux-2023/issues) with requests when I get a chance!

Just a minor update on this: The **arrow** homepage includes [install instructions](https://arrow.apache.org/install/) for binary artifacts on AL2023 (scroll down towards the bottom). Unfortunately, by default, this pulls in the latest...

Agree: I think that a reshaping benchmark is an important addition to the list. Happy to add a PR with my examples as-is if that helps? Some quick thoughts/issues: -...

Sounds good. Lmk if and when you'd like someone to cast an extra eye over the tests.

Hi @eloualiche, Still not working for me, unfortunately. Here's another reprex with a devtools install call at the top, if only to show that I'm up to date with the...

Hi Erik, I just tried it again. Now it throws up a new error related to "@model not defined". I _think_ the cause this time is pretty simple to diagnose:...

I mentioned this at the [old repo](https://github.com/duckdb/duckdb/issues/4367) but, for posterity, a relatively simple workaround is `UNNEST(MAP_ENTRIES(..., recursive := TRUE))`. This will coerce the map dictionary into a regular 2-D data.frame...

I believe that we just got bit by this over at `tinyplot` (per Vincent’s ref link above). Any chance of pushing an update to CRAN now that revdeps would have...