Package Details: rstudio-desktop-bin 2023.12.1.402-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: 346
Popularity: 1.91
First Submitted: 2011-06-16 16:26 (UTC)
Last Updated: 2024-03-07 00:39 (UTC)

Latest Comments

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

<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.

novica commented on 2023-02-17 12:33 (UTC)

@antipersistent

Rstudio simply doesn't start.

I run it from terminal and see this message.

antipersistent commented on 2023-02-16 16:44 (UTC)

@novica I get the same message, but haven't yet faced any issues in using rstudio. Do you face any issues?

Check this: https://github.com/rstudio/rstudio/issues/10782#issuecomment-1258329675

the warnings are supposed to be okay, if everything else is fine

novica commented on 2023-02-16 14:22 (UTC)

Just to say here as well that whatever causes the issue on rstudio-desktop-bin happens with this package too:

[32216:0216/152059.958072:ERROR:gpu_init.cc(481)] Passthrough is not supported, GL is desktop, ANGLE is 

antipersistent commented on 2023-02-09 08:02 (UTC)

I have created a new AUR package with the new patch and all dependencies - rstudio-bin.

produnis commented on 2023-02-05 16:09 (UTC)

The PKBUILD still is incomplete, but the old patch is still working, see https://pastebin.com/r5kQwMxR