Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oefenweb/ansible-rstudio

Ansible role to set up (the latest version of) RStudio (IDE) in Ubuntu systems
https://github.com/oefenweb/ansible-rstudio

ansible cran-r ide rstudio ubuntu

Last synced: 2 months ago
JSON representation

Ansible role to set up (the latest version of) RStudio (IDE) in Ubuntu systems

Awesome Lists containing this project

README

        

## rstudio

[![CI](https://github.com/Oefenweb/ansible-rstudio/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-rstudio/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-rstudio-blue.svg)](https://galaxy.ansible.com/Oefenweb/rstudio/)

Set up (the latest version of) [RStudio (IDE)](https://www.rstudio.com/products/rstudio/download/) in Debian-like systems.

#### Requirements

* `curl` (will be installed)
* `r-base` (will not be installed)

#### Variables

* `rstudio_version` [default: `2024.09.1-394`]: Version to install
* `rstudio_install` [default: `[]`]: Additional packages to install (e.g. `r-base`)

## Dependencies

None

## Recommended

* `ansible-r` ([see](https://github.com/Oefenweb/ansible-r))
* `ansible-rstudio-server` ([see](https://github.com/Oefenweb/ansible-rstudio-server))

#### Example

```yaml
---
- hosts: all
roles:
- oefenweb.rstudio
```

#### License

MIT

#### Author Information

Mischa ter Smitten

#### Feedback, bug-reports, requests, ...

Are [welcome](https://github.com/Oefenweb/ansible-rstudio/issues)!