We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b3279 commit 33274c5Copy full SHA for 33274c5
1 file changed
.github/workflows/monthly_collection.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Install R packages
89
run: |
90
sudo apt-get install libcurl4-openssl-dev
91
- Rscript -e 'install.packages(c("tidyr","dplyr","magrittr","yaml","remotes"))'
+ Rscript -e 'install.packages(c("tidyr","dplyr","magrittr","yaml","remotes","httr","jsonlite","WikipediR","ratelimitr","readr","rex"))'
92
wget https://github.com/wikimedia/WikidataQueryServiceR/releases/download/v1.0.0/WikidataQueryServiceR_1.0.0.tar.gz
93
Rscript -e 'install.packages("WikidataQueryServiceR_1.0.0.tar.gz", repos = NULL, type = "source")'
94
0 commit comments