Christophe Dervieux

Results 1378 comments of Christophe Dervieux

Thanks for the feedback. This is not a trivial addition to R Markdown, and nowadays effort for new feature as focus on Quarto. If you don't know quarto, this is...

Thanks @atusy I did not realize it was using HTML5 ! Really cool ! Thank you !

Unfortunately, we don't have the bandwidth to create new template for Journals yet. We are happy to help and answer question through our discussion board. Also maybe community has created...

This is an error from LaTeX. So it will depend on what is the `.tex` content to be rendered to PDF. And this `.tex` content will depend on what .Rmd...

No it does not get lost. I have a current workload on Quarto work because we're are working on v1.6 release shortly. So my focus is not right now in...

FWIW I am currently looking into this. However, I am looking into this at **evaluate** level to auto entrace error when rlang available. There is possibly some change to make...

So change in **evaluate** have been released to CRAN. This is now what we get when **rlang** is available ````markdown --- title: test --- ```{r} library(tidyverse) mtcars %>% ggplot(aes(x =...

🤔 I got this when adding `env` ```` Error: [@octokit/auth-action] The token variable is specified more than once. Use either `with.token`, `with.GITHUB_TOKEN`, or `env.GITHUB_TOKEN`. See https://github.com/octokit/auth-action.js#createactionauth ```` So possibly `with.token`...

> In those cases, currently users can specify which tar is used by manually adding it to the front of the PATH before setup-julia is run. This could definitely be...

More detailed information about this issue as more tests show that this is not linked to a change of temporary directory. In fact, on github-hosted Windows runner, the default will...