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: 12 months ago
JSON representation
Ansible role to set up (the latest version of) RStudio (IDE) in Ubuntu systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-rstudio
- Owner: Oefenweb
- License: mit
- Created: 2015-09-01T14:31:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T15:16:52.000Z (over 1 year ago)
- Last Synced: 2024-11-08T15:43:27.624Z (over 1 year ago)
- Topics: ansible, cran-r, ide, rstudio, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 125 KB
- Stars: 6
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## rstudio
[](https://github.com/Oefenweb/ansible-rstudio/actions?query=workflow%3ACI)
[](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)!