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: 344
Popularity: 1.62
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 10 11 .. 28 Next › Last »

calum commented on 2023-01-12 05:51 (UTC)

I'm getting the same error as novica reported, but for me rstudio also pops up and give the following error report:

R Session Startup Failure Report
RStudio Version

RStudio 2022.12.0+353 "Elsbeth Geranium " (7d165dcf, 2022-12-03) for Ubuntu Bionic

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) rstudio/2022.12.0+353 Chrome/102.0.5005.167 Electron/19.1.3 Safari/537.36

Error message

[No error available]

Process Output

The R session exited with code 127.

Error output:

/usr/lib/rstudio/resources/app/bin/rsession: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Standard output:

[No output emitted]
Logs

Log File

[No logs available]

Meron35 commented on 2023-01-03 01:07 (UTC)

The latest version seems to have broken GUI fonts and loads a serif font instead. This is also the case with rstudio-desktop-daily-bin.

novica commented on 2022-12-29 15:34 (UTC)

I am having this issue after updating:

Passthrough is not supported, GL is desktop, ANGLE is

https://community.rstudio.com/t/ubuntu-22-04-rstudio-2022-12-0-353-do-not-work/155425

dupler commented on 2022-12-28 15:58 (UTC)

Thanks the fix worked. The install command was slightly different though ".zst" instead of ".xz":

sudo pacman -U rstudio-desktop-bin-2022.12.0.353-1-x86_64.pkg.tar.zst

ex0tic commented on 2022-12-26 16:21 (UTC)

@hopimet It works now! Thanks for the fix!

hopimet commented on 2022-12-26 15:18 (UTC) (edited on 2022-12-26 15:33 (UTC) by hopimet)

@ex0tic,
The PKGBUILD is broken. The last part that is supposed to build the shortcut and the launcher is missing.
Here is a fix: https://pastebin.com/r5kQwMxR
Download the snapshot: https://aur.archlinux.org/cgit/aur.git/snapshot/rstudio-desktop-bin.tar.gz and extract rstudio-desktop-bin.tar.gz
Replace the content of PKGBUILD with the fix and build the package:

makepkg -s
Then install:

sudo pacman -U rstudio-desktop-bin-2022.12.0.353-1-x86_64.pkg.tar.xz

ex0tic commented on 2022-12-26 13:16 (UTC)

After the last update, package paths are broken, isn't in /usr/bin anymore. Tried whereis to find the path, can't find. Seems like a bad installation. I appreciate some help, and maybe some fix by the maintainer if necessary. Thx!

rosenberg commented on 2022-12-22 22:43 (UTC)

will this be updated to the last version of rstudio?

Mthw commented on 2022-11-27 11:22 (UTC)

If you use wayland you need to start this with QT_QPA_PLATFORM=xcb.

AlexBocken commented on 2022-11-09 14:17 (UTC)

@Meow can we expect an update to the depends soon?