-
Notifications
You must be signed in to change notification settings - Fork 2
Requirements
Boutry Sébastien edited this page Mar 28, 2024
·
20 revisions
In the publications.qmd page, the use R packages (httr2, wordcloud2, bid2df and data.table) prior installation on your R session.
install.packages("rmarkdown");
install.packages("httr2");
install.packages("wordcloud2");
install.packages("bid2df");
install.packages("data.table");