Hadley Wickham

Results 2590 comments of Hadley Wickham

I was just including the SQL that dbplyr generates to complete your reprex.

Hmmmm, this is probably technically a bug but it's not as straightforward as it might appear because `LIMIT` IIRC is generally not respected inside of subqueries.

I'm pretty sure the reason that doesn't work is support for `ROW_NUMBER()` without an explicit column isn't widespread? My memory is not great here, but I'm pretty sure I would've...

I think it would be better to make `remake()` implicit (i.e. make it the last argument and default to `remake()`), i.e. ```R remake_needs_package("magrittr", "tibble", "dplyr", "ggplot2") remake_uses_source("src/") target

I think in the two years my feelings for an internal DSL (i.e. something pipe-y) vs. an external DSL (e.g. YAML) have grown stronger. remake is fundamentally about running code,...

Ah, if the source doesn't use headings, there's little point in patching up the markdown here. Let me contemplate the `thematic_break` a little more; maybe it's easier to handle in...

Probably the easiest solution would be just to strip the lines that consist of only `---` in the preprocessor.

It should be easier to do that with httr2 😄 You might have missed https://httr2.r-lib.org/reference/req_method.html. I can also take a look at a PR.

Maybe there could be an argument to suppress them, and it would default to true if the current project root contained a `.git` directory?