Skip to content

Requirements

Boutry Sébastien edited this page Mar 28, 2024 · 20 revisions

Quarto

Quarto

Git

Packages R

In the publications.qmd page, the use R packages (httr2, wordcloud2, bid2df and data.table) prior installation on your R session.

install.packages("pak")

pak::pak(c("rmarkdown","httr2","wordcloud2","bid2df","data.table"))
Clone this wiki locally