23 lines
535 B
YAML
23 lines
535 B
YAML
galaxy_info:
|
|
author: Andrea Dell'Amico
|
|
description: ansible role that installs R and a list of R packages from CRAN or any other repositories
|
|
company: ISTI-CNR
|
|
namespace: adellam
|
|
role_name: r_distribution
|
|
license: EUPL 1.2+
|
|
min_ansible_version: "2.14"
|
|
# To view available platforms and versions (or releases), visit:
|
|
# https://galaxy.ansible.com/api/v1/platforms/
|
|
#
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- bionic
|
|
- focal
|
|
- jammy
|
|
galaxy_tags:
|
|
- R
|
|
- CRAN
|
|
|
|
dependencies: []
|