Skip to content

Commit 33274c5

Browse files
authored
Added deps of WikidataQueryServiceR
1 parent 53b3279 commit 33274c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/monthly_collection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install R packages
8989
run: |
9090
sudo apt-get install libcurl4-openssl-dev
91-
Rscript -e 'install.packages(c("tidyr","dplyr","magrittr","yaml","remotes"))'
91+
Rscript -e 'install.packages(c("tidyr","dplyr","magrittr","yaml","remotes","httr","jsonlite","WikipediR","ratelimitr","readr","rex"))'
9292
wget https://github.com/wikimedia/WikidataQueryServiceR/releases/download/v1.0.0/WikidataQueryServiceR_1.0.0.tar.gz
9393
Rscript -e 'install.packages("WikidataQueryServiceR_1.0.0.tar.gz", repos = NULL, type = "source")'
9494

0 commit comments

Comments
 (0)