Lorenz Walthert

Results 536 comments of Lorenz Walthert
trafficstars

Maybe also consider overlap: Use pre-commit as a GitHub action: https://github.com/pre-commit/action

I implemented such a callback in https://github.com/lorenzwalthert/KerasMisc and there is an issue for linking the R implementation in the README (#10).

May I ask why the *in progress* label was removed? It would be great to see this package on CRAN. I also see #715. A lot of people only use...

Ok, I think I get what you mean now, i.e. if `engine` is not set it is parsed as a label in my understanding: ``` r knitr:::parse_params("a=1, engine='Rcpp'") #> $a...

ok, great. Thanks for the regex. {styler} styles `.R`, `.Rprofile`, `.Rmd`, `.Rmarkdown`, `.qmd` and `.Rnw` and IIRC `.Rnw` can only contain R code so I think we've got everything covered.

Thanks for your detailed answer. > If the code requires "localhost", then for instance remote backends are immediately ruled out, leaving say "sequential", "multicore", "multisession", "callr", and "batchtools_local" as the...

Thanks a lot for the detailed clarification @HenrikBengtsson! It all makes sense now. I wonder if there should be any reference to this in the package documentation or if it...

I was also wondering about that trade-off. However, it's a reality that there are bugs in every piece of software and people need to find a way to work around...

I proposed this in #1572 and it was rejected for reasons I still don't understand.