Christophe Dervieux

Results 1378 comments of Christophe Dervieux

From https://github.com/actions/cache/issues/1541#issuecomment-2668186448 > The warning annotation is most likely what's causing confusion because the legacy service would have not set a warning annotation for a cache entry key collision. This...

Usually, when this happens, this is a freeze topic: This file has some computation code cell https://github.com/quarto-dev/quarto-web/blob/3b0bf32466c2f4f04fb4ac822bd893355de1f578/docs/authoring/tables.qmd#L204-L219 So freeze needs to be updated locally and commited. See in `_freeze` directory...

> How much work would it be for the CI to warn when we make .qmd changes to a file that has freeze output? That's a good question. I'll think...

I believe you are referring to this script ? https://github.com/rstudio/tinytex/blob/6743ffc0b7f6805108b5e45d558e19ed014e915b/tools/install-bin-unix.sh#L10

@yihui how to you feel about using `type -P` ? this script is quite used so not a light change in case `type -P` can be a probleme _somewhere_. (I...

> I've run into this same problem. I am unfamiliar with the _freeze folder. Where do I find this folder? This folder will exist in Quarto context only if you...

> while the new tinytex would not support that option... This is what puzzles me... **tinytex** the R package should not have any restriction on which LaTeX to be used....

As part of discussion about future of this package, I just want to mention that in the ecosystem of Julia from R package, there is also this one: [stefan-m-lenz/JuliaConnectoR](https://github.com/stefan-m-lenz/JuliaConnectoR)

@yihui it seems we are not protecting against quote in caption or alt text as we use `%s="%s"` https://github.com/yihui/knitr/blob/bc6404986e72855c7ce9e9fd779e445f42d30a33/R/hooks-html.R#L49-L54

Should we teach **knitr** about quarto logic ? Or have a way for quarto to set the original input file so that `knitr::current_input()` returns it ? e.g `knit_concord$set(infile = )`...