Lorenz Walthert

Results 538 comments of Lorenz Walthert
trafficstars

Are there any plans for the near future to bump boto versions? Since version 2.123.0 (3 weeks ago), new sagemaker SDK releases are no longer compatible with this library because...

@EzicJ someone else raised the issue and I am confident that we'll solve it over in https://github.com/pre-commit/pre-commit/issues/2599.

@EzicJ version `2.21.0` of pre-commit was [released](https://github.com/pre-commit/pre-commit/releases/tag/v2.21.0), which should contain a fix for this issue. I suggest you install that one and see if the problem persists.

Ok I don't get that. Because clearly, in the source code, the word _never_ is [in quotes](https://github.com/pre-commit/pre-commit/blob/main/pre_commit/languages/r.py#L144). Maybe still some problem with the slashes in the executable (`'C:/PROGRA~1/R/R-41~1.0\\bin\\Rscript.exe'`)? Like can...

Thanks @wtimmerman-fitp for offering to play guinea pig. Appreciate it. This seems an annoying problem indeed. > Updated RHOME in my project-level renviron to change from short path to long/fully...

Thanks. And where is your Rscript executable located? I.e. on Unix, I would do `which Rscript`? Because that's the one we need on the path, as per the [docs](https://pre-commit.com/#r).

> Not sure if i hallucinated you asking, but yes, using Windows. I did but edited after I realised your output shows that already. 🙃

I am not sure I consider ```r switch( word, a = 1, ab = , abc = 3 ) ``` Aligned. I think it had to be ```r switch( word,...

Sorry this has not worked for me. I can’t recall the exact problems but I got error messages sometimes and when merging, I don’t consistently set the title of the...

> Setting start_line to 1L [here](https://github.com/r-lib/styler/blob/e75bcf1137a4bd46f778d7a7e30dc5c7798f5243/R/transform-files.R#L266) also changes roxygen examples. Then, we need to set `start_line` to `1L` or `0L`, depending on whether or not it's a {roxygen2} example. Regarding...