Hadley Wickham
Hadley Wickham
Hmmm, I wonder what's different between your example and https://pkgdown.r-lib.org/articles/test/rendering.html#math ... Oh maybe because it's an example, and we don't seem to have a test for math rendering in examples...
@DanChaltiel could you please file the example rendering as a separate issue? For that it would be super useful if you could include a minimal qmd that illustrated the problem....
1. Do we need to link to the .svg favicon too? 2. Would we get a better svg favicon if we switch to a svg logo? (I'm not sure if...
I think it's fine to leave as is, given that it only affects dev sites. I'm also not sure how favicons work with non-root sites now, because it used to...
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...
Thanks! Here's a somewhat more minimal reprex: ``` r library(readr) df 1.4061479999999998e-20,1.4060000000000002e-20 ``` Created on 2023-08-02 with [reprex v2.0.2](https://reprex.tidyverse.org) FWIW these numbers aren't invented, they're just normally not printed: ```R...
Oh yeah, it's definitely a bug, it will just require some thought to fix because we need to apply some (probably well known) heuristic to avoid accidentally removing decimal places...
Thanks!
Either with an active binding or an object that calls `deferred_run()` when printing (and IIRC the second option plays more nicely with RStudio)
Somewhat more minimal reprex: ``` r library(httr2) url https://aloftdata.s3-eu-west-1.amazonaws.com/baltrad/hdf5/frbla/2021/02/28/frbla_vp_20210228T190000Z_0xb.h5 #> Status: 200 OK #> Content-Type: binary/octet-stream #> Error in if (!resp_has_body(x)) {: missing value where TRUE/FALSE needed ``` Created on...