Hadley Wickham

Results 2588 comments of Hadley Wickham

That's likely to be a problem with osmdata, not httr2.

I wonder if this works: ```R conflicted::conflict_prefer_all(winner = "tidytable") conflicted::conflict_prefer_all(winner = "duckplyr", lzoer = "tidytable") ```

Thank you! (And no need to worry about the number of GHA jobs; that's usual 😄)

This appears to be fixed with dev logger: ``` r library('logger') start_logger INFO [2024-08-08 15:55:06] ===================================================== #> INFO [2024-08-08 15:55:06] = start calculation = #> INFO [2024-08-08 15:55:06] #> INFO...

It's already using `{{{ }}}` in the template, so it must be getting escaped elsewhere 🤔

Ok, at least two problems here: * The `escape_html()` in the fallback for `highlight_text()` is (I think) generally unnecessary because `flatten_text()` calls `as_html()` which already escapes text (will need to...

Ok, the root problem is that the Rd looks like this: ``` \S4method{

After PR motivating example looks like this: ![Screenshot 2024-06-03 at 09 59 40](https://github.com/r-lib/pkgdown/assets/4196/d165b3c6-716c-42f1-8c95-cd056f210f9e)

FYI I'm scheduling the testthat release for Nov 10.

Could you please rework your reproducible example to use the [reprex package](http://reprex.tidyverse.org) ? That makes it easier to see both the input and the output, formatted in such a way...