dataminer-pool-manager/src/main/resources/templates/cran-package-add/tasks/main.yaml

5 lines
168 B
YAML
Raw Normal View History

# tasks file for r
---
- name: Install algorithm <name>
2023-01-18 17:33:11 +01:00
command: Rscript -e "install.packages('<name>', repos=c('http://ftp.heanet.ie/mirrors/cran.r-project.org/'))"