Package Details: rstudio-desktop-bin 2024.12.0.467-1

Git Clone URL: https://aur.archlinux.org/rstudio-desktop-bin.git (read-only, click to copy)
Package Base: rstudio-desktop-bin
Description: An integrated development environment (IDE) for R (binary from RStudio official repository)
Upstream URL: http://www.rstudio.org/
Licenses: GPL
Conflicts: rstudio-desktop, rstudio-desktop-git, rstudio-desktop-preview-bin
Provides: rstudio-desktop
Submitter: Meow
Maintainer: Meow
Last Packager: Meow
Votes: 352
Popularity: 1.49
First Submitted: 2011-06-16 16:26 (UTC)
Last Updated: 2024-12-20 01:26 (UTC)

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 29 Next › Last »

hopimet commented on 2017-08-04 14:36 (UTC)

@coxackie The 1.0.153 version works without gstreamer0.10. However the rstudio team only published a 64 bits package (here : https://download1.rstudio.org/rstudio-xenial-1.0.153-amd64.deb) for debian 9 or Ubuntu 16. I tested it, it works fine and is no more dependent of the gstreamer0.10 package. Other 1.0.153 packages (for Ubuntu 12.04 or Fedora) still need gstreamer0.10 but they are released both for 32 and 64 bits architectures. @dviktor If the PKGBUILD is modified, it won't work anymore for 32 bit architectures. If you work on a 64 bits installation, you can use this one: https://pastebin.com/n2mzRfQR

coxackie commented on 2017-08-04 14:08 (UTC)

@dviktor: I am not all that sure that gstreamer0.10 is not a dependence. I removed gstreamer0.10 from PKGBUILD and installed the package. When I run rstudio-bin I get: ------------------------- /usr/lib/rstudio/bin/rstudio: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory -------------------------

dviktor commented on 2017-08-04 13:08 (UTC)

Hey, 1.0.153 version should not depend on gstreamer0.10 package anymore... Please fix the PKGBUILD

hopimet commented on 2017-07-24 11:12 (UTC) (edited on 2017-07-24 11:16 (UTC) by hopimet)

@chendaniely, f course you can. Here is a new version of the PKGBUILD for the stable version 1.0.153 (here: https://download1.rstudio.org/rstudio-xenial-1.0.153-amd64.deb): https://pastebin.com/n2mzRfQR I have not still tested it because I have not access to the computer where rstudio is intalled. It will work only on 64 bits architecture. There may be a bug at this line: tar xpf data.tar.xz -C "$pkgdir" because the structure of the deb is different of other versions where the file is data.tar.gz). @coxackie Yes, the 64 bits version 1.0.153 for Debian 9 / Ubuntu 16 (the previous link in this post) works without the old gstreamer0.10 package.

coxackie commented on 2017-07-24 07:30 (UTC)

There is stable v1.0.153 out, does this avoid dependency with gstreamer0.10 then?

chendaniely commented on 2017-07-23 21:59 (UTC) (edited on 2017-07-23 22:00 (UTC) by chendaniely)

@hopimet mind if I take your PKGBUILD file for the rstudio-desktop-preview-bin package? The preview version of Rstudio has slowed down this year, they pretty much release the preview edition along with the regular 'final' version at the same time. There used to be a preview update every Friday. I'm almost debating if I should make another package for their daily channel. But it's going to have to be able to live concurrently with the non-daily builds just in case something breaks horribly.

leonardof commented on 2017-07-12 15:33 (UTC)

@coxackie, Trusted users are free to pick any package they want.

coxackie commented on 2017-07-12 07:10 (UTC)

The popularity of this package is huge - I am wondering why it has not moved to community yet. Does not appear to be a licence problem (AGPLv3).

hopimet commented on 2017-07-10 09:28 (UTC)

I modified the PKGBUILD to try to install the preview version of rstudio-1.0.147 for debian 9. It works fine and I could remove the obsolete gstreamer0.10 package. Here is the PKGBUILD for those who want to try it: https://pastebin.com/c5axeXZq It works only for 64 bits systems.

hopimet commented on 2017-07-08 08:32 (UTC) (edited on 2017-07-08 17:20 (UTC) by hopimet)

It seems that the preview version dedicated to debian 9 / ubuntu xenial now depends on the new libgstreamer. [Depends: libjpeg62, libedit2, libssl1.0.0 | libssl1.0.2, libgstreamer1.0-0, libgstreamer-plugins-base1.0-0, libc6 (>= 2.7)] The deb package is here: https://www.rstudio.com/products/rstudio/download/preview/ Last link of the installers (for ubuntu): https://s3.amazonaws.com/rstudio-dailybuilds/rstudio-xenial-1.0.147-amd64.deb (only for 64 bits systems)