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

5 lines
168 B
YAML
Executable File

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