-
Notifications
You must be signed in to change notification settings - Fork 3
Requirements
David Carayon edited this page May 30, 2024
·
20 revisions
Quarto is of course required
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.