Set up R/Stan on Amazon EC2

[This article was first published on Christopher Gandrud (간드루드 크리스토파), and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

A few months ago I posted the script that I use to set up my R/JAGS working environment on an Amazon EC2 instance.

Since then I’ve largely transitioned to using R/Stan to estimate my models. So, I’ve updated my setup script (see below).

There are a few other changes:

  • I don’t install/use RStudio on Amazon EC2. Instead, I just use R from the terminal. Don’t get me wrong, I love RStudio. But since what I’m doing on EC2 is just running simulations (I handle the results on my local machine), RStudio is overkill.

  • I don’t install git anymore. Instead I use source_url (from devtools) and source_data (from repmis) to source scripts from GitHub. Again all of the manipulation I’m doing to these scripts is on my local machine.

To leave a comment for the author, please follow the link and comment on their blog: Christopher Gandrud (간드루드 크리스토파).

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)