Etienne Bacher

Results 284 comments of Etienne Bacher

Ok, I close it then

`unstandardize()` needs to be updated to accept NSE: ``` r library(datawizard) iris |> standardize(select = starts_with("Sep")) |> unstandardise(select = starts_with("Sep")) #> Error in starts_with("Sep"): impossible de trouver la fonction "starts_with"...

Most of the remaining features are not essential and the objective is not to mimic the `tidyr::pivot_` functions at 100%. Closing this but feel free to reopen if one of...

Hi, just a small bump on this :)

With the current github version, it no longer crashes (but still errors): ``` r library(fixest) set.seed(123) data OLS estimation, Dep. Var.: y1 #> Observations: 100 #> Fixed-effects: id: 50 #>...

This problem appears when the test file has a dot in its name, like `test-hello.foo.R`. However, I can't reproduce it with dashes in the name like in the original issue....

I come back to this issue thanks to @maelle's comment. After updating `pak`, I don't see this issue anymore. I can't tell if this is due to the upgrade or...

Hi @ManuelSpinola, you can control all the axis options with `axis_x()` and `axis_y()`. You can see the docs [here](https://g2.antv.vision/en/docs/api/general/axis/#axisoptionlabel) to know what options can be applied to the axis labels....