Skip to content

Requirements

David Carayon edited this page May 30, 2024 · 20 revisions

Quarto

Quarto is of course required

R packages

If you wish to use the publications.qmd file, you will need to locally install or include in your CI/CD configuration some R packages : {rmarkdown}, {httr2}, {wordcloud2}, {bid2df} and {data.table}

install.packages("pak")
pak::pak(c("rmarkdown","httr2","wordcloud2","bid2df","data.table"))

You can of course use another langage such as Python or remove this file.

Clone this wiki locally