Skip to content

Why is rstudio not in Ubuntu repo or PPA?

6 messages · Xu Wang, JJ Allaire, Dirk Eddelbuettel

#
Dear All,

I try not to bump too much, but I just tried Ubuntu 18.04, and it is
not in repo and I still do not see any PPA available. If it would
help, I can spend the time to explain why I believe it helpful to
install using a command rather than webbrowser, but I think this is
already understood why helpful, but it seems there is just a technical
tricky problem to solve to implementation.

Thank you so much for all of your works. I'm sorry to insist on this
issue. Let me know if there is something I can help for testing.

Kind regards,

Xu
On Sat, Jun 18, 2016 at 2:23 AM, Xu Wang <xuwang762 at gmail.com> wrote:
#
What keeps happening to us is that we end up requiring older or patched
versions of Qt, which makes it challenging to be synced to whatever version
of Qt happens to be in Debian/Ubuntu. Essentially we often need to vendor
Qt, and that isn't something that is compatible with being in the standard
Debian or Ubuntu repos (but may be compatible with Snaps or other
packaging/bundling standards).

We definitely should have a PPA though. Jonathan, is that something we're
considering along with work on Linux bundling (w/ Snaps, etc.)? I guess we
should also find out if it's acceptable to vendor Qt within a PPA.

Note that automated installation of the latest versions of RStudio stable,
preview, and daily builds is possible using the URLs published here:
https://support.rstudio.com/hc/en-us/articles/203842428-Getting-the-newest-RStudio-builds.
I realize this isn't a PPA, but it's at least a way of installing/updating
non-interactively.

J.J.
On Wed, Aug 1, 2018 at 4:36 PM Xu Wang <xuwang762 at gmail.com> wrote:

            

  
  
#
Thank you so much for the explanation, JJ! It is very kind of you to
give such detail and transparency. I am highly appreciative of it.

Kind regards,

Xu
On Wed, Aug 1, 2018 at 4:50 PM, JJ Allaire <jj at rstudio.com> wrote:
#
As for non-manual updates, I have been using two scripts for a few years:

https://github.com/eddelbuettel/littler/blob/master/inst/examples/getRStudioDesktop.r
https://github.com/eddelbuettel/littler/blob/master/inst/examples/getRStudioServer.r

They are part of the littler package (in Debian and Ubuntu, and on CRAN) and
get tweaked / updated as the base URLs change.  Currently hardwired for the
system I use (Ubuntu, amd64) but easy to generalize.

That said, a PPA would be preferable as apt and friends are of course
perfectly capable to 'sort' among available versions, download and install.

Dirk
#
Yes, a PPA would definitely be great and we'll look into doing that soon.

Dirk, you can avoid some of the scraping you are doing in those scripts via
the URLs here (which are redirects to the latest stable/preview/daily
versions):
https://support.rstudio.com/hc/en-us/articles/203842428-Getting-the-newest-RStudio-builds
On Thu, Aug 2, 2018 at 7:39 AM Dirk Eddelbuettel <edd at debian.org> wrote:

            

  
  
#
On 2 August 2018 at 08:32, JJ Allaire wrote:
| Yes, a PPA would definitely be great and we'll look into doing that soon.
| 
| Dirk, you can avoid some of the scraping you are doing in those scripts via
| the URLs here (which are redirects to the latest stable/preview/daily
| versions):
| https://support.rstudio.com/hc/en-us/articles/203842428-Getting-the-newest-RStudio-builds

Splendid. Maybe that will give me some motivation to refactor the scripts,
put docopt parsing in there and allow selection among daily|preview|stable as
well as a selection among some of the OSs.  But for now it "works for me" :)

Dirk