Christophe Dervieux

Results 1378 comments of Christophe Dervieux

Hi @carloslederman , I am sorry but I don"t understand your issue. > the search tool works fine BUT the generated HTML doesn´t. What is the issue exactly ? What...

> I need to have the search tool working (operational) inside the html that will reside into github. what does this mean ? Are you using Github pages ? The...

> (what you are saying is that github is unable to be used as a repo for by book in html?) If you are using github pages, it is a...

When the book is built, the book leave in the `_book` directory. You should publish the all directory to github pages. You could start fresh to be sure to have...

All these are not issues with the package. You should really ask those kind of issues in https://community.rstudio.com. There will be a broader range of people to help you get...

Glad it works. You could close this issue now right ? Next time, please follow the [issue guide](https://yihui.org/issue/#got-a-question) and ask on QA website like https://community.rstudio.com

Seems also a encoding issue to me. R does not manage to process this lette `ç` in `Romain François` in this reference in the bib file. ```` @Article{tidyverse2019, title =...

Know that we have a specific repo for quarto actions in here: https://github.com/quarto-dev/quarto-actions. And there is already an action to install quarto : https://github.com/quarto-dev/quarto-actions/tree/main/install-quarto We have created this action there...

There is an example workflow about Rendering one or more Rmarkdown files when they change and commit the result. https://github.com/r-lib/actions/tree/v2-branch/examples#render-rmarkdown You have other examples for **rmarkdown** like [building a bookdown...

This will surely be dealt with https://github.com/r-dbi/DBI/issues/211