Grant McDermott

Results 84 issues of Grant McDermott

**Is your feature request related to a problem? Please describe.** The default linter (based on the tiydverse style guide IIRC) is too aggressive IMO. Users get low-key scolded for simple...

feature-request

Hi Manuel, Would it be possible to provide binaries for `vscDebugger` via https://r-universe.dev? Installing through `devtools` (or `remotes`) has the downside that users may need to configure a GitHub PAT...

Am I right in thinking that the majority of imports in the DESCRIPTION file are just there to cover possible backends in `event_study()`? At any rate, I'm unable to install...

Hey Laurent. Per the docs, the `etable(..., extralines = ...)` argument accepts three [special leading characters](https://lrberge.github.io/fixest/reference/etable.html#controlling-the-placement-of-extra-lines) for placement of extra lines: - `"^"` (coefficient section) - `"-"` (fixed effect section)...

Hi Laurent, I know you're swamped at the moment, But I ran into something unexpected today and just wanted to leave a notice for later. No rush to answer this....

This looks cool, thanks. I wonder if it's possible to add a `read_makefile()` function as a companion to `write_makefile()`? If nothing else, this would make it easy to plot the...

Would probably require adding extra attributes to the parttree object (name for x and y variables, fml call for evaluating the data object, etc.) A dedicatedbase plot method would also...

With tinyviztest

``` r set.seed(42) library(ranger) ## Random forests library(ggforce) ## Voronoi tiling #> Loading required package: ggplot2 dat = na.omit(palmerpenguins::penguins) train_ids = sample.int(nrow(dat), 100) rf_mod = ranger(species ~ flipper_length_mm + bill_length_mm,...

- [x] Add tests. Started with https://github.com/grantmcdermott/parttree/commit/a7646b75853a4fc63b7e5381a2d75f988dce7a1b. - [x] #12 - [ ] Decide on programmatic plot orientation (#9)