Hi, Does DigitalOcean have a platform equipped in (R+Rstudio) that can remotly be used to run R codes that require high level computing environment? If yes, how to access such platform? If not, is it possible to create it via a droplet? if yes, how? Any other solution that can meet my need will be much appreciated. Thanks in advance. Best regards, Amal
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
hi Altessedac,
RStudio Server is the premier integrated development environment for R that allows to move computation close to the data and scale compute and RAM centrally.
May be You can find your answer on: https://marketplace.digitalocean.com/apps/rstudio
Heya,
There are two ways to go about it, the first one is to check this MarketPlace Image:
https://marketplace.digitalocean.com/apps/rstudio
or the second one is to manually install it yourself. Having said that, I’ll recommend you to use the marketplace one.
Hi there,
What you could do here is to use the DigitalOcean Marketplace 1-Click installation image for RStudio:
This basically spins up a Droplet with R and RStudio Server pre-installed.
For your high-performance computing requirement, consider:
If you prefer you could always install RStudio manually on a Droplet or using Docker instead.
Hope that this helps!
- Bobby