We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28214a commit 53b3279Copy full SHA for 53b3279
1 file changed
.github/workflows/monthly_collection.yml
@@ -89,7 +89,8 @@ jobs:
89
run: |
90
sudo apt-get install libcurl4-openssl-dev
91
Rscript -e 'install.packages(c("tidyr","dplyr","magrittr","yaml","remotes"))'
92
- Rscript -e 'remotes::install_github("wikipathways/WikidataQueryServiceR@main", dependencies=F)'
+ 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
95
- name: Install rWikiPathways
96
0 commit comments