olivroy

Results 40 comments of olivroy

I think this is dependant on Quarto. It would be great if it worked by default. https://github.com/quarto-dev/quarto-cli/discussions/6106 (discussion I opened) Related issue: https://github.com/quarto-dev/quarto-cli/issues/3730

@mtennekes , another failure in Spatial Data Science with R was the absence of `tmap_grob()`, do you plan to add it back for tmap v4? ```r pol_pres15$sps1 c() |> (function(x)...

I understand. I could take a look. There are some useful docs on the [rlang website](rlang.r-lib.org). I think it is worth removing the dep on lazyeval to make things more...

It works with single back ticks now :) See https://dplyr.tidyverse.org/news and https://github.com/tidyverse/dplyr/blob/main/NEWS.md?plain=1

@jennybc Is the plan to modify the implementation of the `ui_*()` functions or to switch to cli directly inside each message? Currently ```r ui_oops(" Found legacy {ui_field('Author')} and/or {ui_field('Maintainer')} field...

Ok! makes sense. The only thing that may be problematic is that usethis relies heavily on glue for the changes of lines. In cli, it is always better to wrap...

Other double quotes / single quotes issues #433, #432, #441

thank you for your work I know it is a lot of small details. Wish I could help more with the barebones

> I could automatically switch to a `_v3` style in case v3 code is detected in another tmap element. I think it is not necessary.. Maybe others will have different...