Package Details: rstudio-desktop-bin 2024.04.1.748-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: 345
Popularity: 1.84
First Submitted: 2011-06-16 16:26 (UTC)
Last Updated: 2024-05-24 10:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 28 Next › Last »

antipersistent commented on 2023-06-15 03:37 (UTC) (edited on 2023-06-15 03:41 (UTC) by antipersistent)

@cbrnr If you take a look at the rstudio-dekstop-bin comments page, the issue and the fix has been pointed out by several users. There also used to be an issue of openssl-1.1 dependency missing, which was also pointed out there and was unfixed for a long time. rstudio-bin was created to apply these fixes and make rstudio usable. Please note that these issues are/were not minor trivialities, they leave the package completely broken where rstudio wouldn't even fire up.

cbrnr commented on 2023-06-14 07:41 (UTC) (edited on 2023-06-19 10:11 (UTC) by cbrnr)

@Meow would you be willing to include the patch that adds the binary and desktop launcher so that they are available by default? Currently, neiter of those files are on the PATH, so by default users cannot launch RStudio. There is a new package rstudio-bin on AUR created just to add this patch. It would be very nice if this could be integrated into this package here, because it is way more popular, has been kept up to date, and has always been the go-to package for the binary release.

cbrnr commented on 2023-06-13 08:03 (UTC)

I don't think adding yet another package for RStudio is necessary. Did you try to get your fix into rstudio-desktop-bin? It might be the case that they've already fixed it (but their current build has a different issue right now).

<deleted-account> commented on 2023-04-15 12:09 (UTC)

The openssl-1.1 dependency isn't necessary if you update the download source to the one for Ubuntu 22.04, which uses OpenSSL 3.0.

diff --git a/PKGBUILD b/PKGBUILD
index a8ac26d..2baadca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,3 +13,3 @@ url="http://www.rstudio.org/"
 depends=('r>=3.3.0' 'hicolor-icon-theme' 'shared-mime-info' 'openssl'
-  'libxkbcommon-x11' 'libedit' 'postgresql-libs' 'sqlite' 'nss' 'openssl-1.1')
+  'libxkbcommon-x11' 'libedit' 'postgresql-libs' 'sqlite' 'nss')
 makedepends=()
@@ -23,6 +23,6 @@ options=(!strip)
 sha256sums_x86_64=(
-d71b670e3d0f5829d3cf107bba5d4da547ddcc010f62bccf758229891f1a16a4 
+0a347709cd07eebd4ce0c635d87c87151e81254bbc390265a45a6c1ff438cb23
 )

-source_x86_64=("https://download1.rstudio.org/electron/bionic/amd64/rstudio-${_pkgver}-amd64.deb"
+source_x86_64=("https://download1.rstudio.org/electron/jammy/amd64/rstudio-${_pkgver}-amd64.deb"
 )

<deleted-account> commented on 2023-04-15 12:03 (UTC)

The openssl-1.1 dependency isn't necessary if you update the download source to the one for Ubuntu 22.04, which uses OpenSSL 3.0.

diff --git a/PKGBUILD b/PKGBUILD
index 94fcc32..67542a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,3 +10,3 @@ license=('GPL')
 url="http://www.rstudio.org/"
-depends=('r>=3.3.0' 'hicolor-icon-theme' 'shared-mime-info' 'openssl' 'openssl-1.1'
+depends=('r>=3.3.0' 'hicolor-icon-theme' 'shared-mime-info' 'openssl'
   'at-spi2-core' 'gtk3' 'alsa-lib' 'libedit' 'postgresql-libs' 'sqlite')
@@ -19,6 +19,6 @@ options=(!strip)
 sha256sums_x86_64=(
-d71b670e3d0f5829d3cf107bba5d4da547ddcc010f62bccf758229891f1a16a4
+0a347709cd07eebd4ce0c635d87c87151e81254bbc390265a45a6c1ff438cb23
 )

-source_x86_64=("https://download1.rstudio.org/electron/bionic/amd64/rstudio-${_pkgver}-amd64.deb")
+source_x86_64=("https://download1.rstudio.org/electron/jammy/amd64/rstudio-${_pkgver}-amd64.deb")

antipersistent commented on 2023-03-26 15:37 (UTC)

@mergen

rstudio-desktop-bin has a broken PKGBUILD which doesnt place a binary of rstudio in path on installation. This PKGBUILD completes that

mergen commented on 2023-03-26 09:36 (UTC)

How is this different from https://aur.archlinux.org/packages/rstudio-desktop-bin?

Glandirana commented on 2023-02-19 20:49 (UTC)

First of all; huge thanks for managing this package and keeping it up to date! My issue: Running a new install of EndeavourOS with the XFCE desktop. R installed just fine. After then downloading and installing rstudio-desktop-bin and booting it up, the interface is, how should I put it, very unresponsive. At startup, the entire window is blank. Not until I manually resize it does any content actually show up. But even then, when I try to type something, it doesn't show up at all until I again resize the window. It recognizes my input, but doesn't actually SHOW it until after each new resize of the window. Same thing when I scroll down the list of packages in Rstudio: Nothing seems to happen, and then when I resize the window, I can see that I'm actually all the way down the list. Any idea what could be the cause? I have similar problems with certain other applications.