Source for RStudio Server 1.4 Preview

Hey there,

I'm looking to build RStudio Server Preview of 1.4 onto a Raspberry Pi and I can't, for the life of me, work out how I can get a tarball of the source. Can anyone help?

You can get it here using github's tarball feature:

$ wget https://github.com/rstudio/rstudio/tarball/master

Note that the tip of master is not considered stable right now (we produce specific release tags you can download once we've made a stable build).

Hi Jonathan. Thanks a lot. And would that be for the equivalent of the 1.4 Preview version that can be downloaded as an installer here: RStudio Preview - RStudio

No, that link is for the very latest code. If you want the code for a specific version, you can look up its commit hash (in Help -> About) and then replace master in the URL above with that hash. e.g, if the hash was f0567122:

https://github.com/rstudio/rstudio/tarball/f0567122
1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.