Skip to content

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

License

Notifications You must be signed in to change notification settings

Oefenweb/ansible-rstudio

Repository files navigation

rstudio

CI Ansible Galaxy

Set up (the latest version of) RStudio (IDE) in Debian-like systems.

Requirements

  • curl (will be installed)
  • r-base (will not be installed)

Variables

  • rstudio_version [default: 2023.03.1-446]: Version to install
  • rstudio_install [default: []]: Additional packages to install (e.g. r-base)

Dependencies

None

Recommended

  • ansible-r (see)
  • ansible-rstudio-server (see)

Example

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

License

MIT

Author Information

Mischa ter Smitten

Feedback, bug-reports, requests, ...

Are welcome!