We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In the publications.qmd page, the use R packages (httr2, wordcloud2, bid2df and data.table) prior installation on your R session.
install.packages("httr2");
install.packages("wordcloud2");
install.packages("bid2df");
install.packages("data.table");