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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 28 Next › Last »

chendaniely commented on 2021-08-28 17:01 (UTC)

@Meow: just a heads up, the preview + daily builds have changed their versioning conventions (multiple times); they're moving to a date-based numbering.

ith140 commented on 2021-08-11 14:01 (UTC) (edited on 2021-08-19 20:38 (UTC) by ith140)

@asm0dey - I have the same problem as you (KDE as well). I've tried several rstudio AUR package versions and none of them seem to start (on another arch machine I have, I don't have this problem and have gone thourgh several package updates, but my brand new machine which never had rstudio on it fails as yours does).

I've also done some preliminary troubleshooting to try to find the problem but have turned up nothing yet. The only thing I found was that it will start if I start the program using sudo (not a good idea but it does run).

The git version of this package builds and runs fine for me as a normal user and without the xcb error.

asm0dey commented on 2021-04-16 11:49 (UTC)

Fails ti run for me:

rstudio-bin
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/usr/lib/rstudio/plugins/platforms" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs (from /usr/lib/rstudio/plugins/platforms), linuxfb (from /usr/lib/rstudio/plugins/platforms), minimal (from /usr/lib/rstudio/plugins/platforms), minimalegl (from /usr/lib/rstudio/plugins/platforms), offscreen (from /usr/lib/rstudio/plugins/platforms), vnc (from /usr/lib/rstudio/plugins/platforms), wayland-egl (from /usr/lib/rstudio/plugins/platforms), wayland (from /usr/lib/rstudio/plugins/platforms), wayland-xcomposite-egl (from /usr/lib/rstudio/plugins/platforms), wayland-xcomposite-glx (from /usr/lib/rstudio/plugins/platforms), xcb (from /usr/lib/rstudio/plugins/platforms), eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.

[1]    1714232 abort (core dumped)  rstudio-bin

on KDE

mehrad commented on 2021-01-20 09:14 (UTC)

This is the patch I made and it worked for me:

diff --git a/PKGBUILD b/PKGBUILD
index 1758d65..4bbf5f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# NOTE: If you are experiencing segmentation fault, delete the ".rstudio-desktop" folder from your home directory then restart the program should fix the issue.

pkgname=rstudio-desktop-bin
-pkgver=1.3.1093
+pkgver=1.4.1103
pkgrel=1
pkgdesc="An integrated development environment (IDE) for R (binary from RStudio official repository)"
arch=('x86_64')
@@ -22,7 +22,7 @@ provides=("rstudio-desktop=${pkgver}")
options=(!strip)

sha256sums_x86_64=(
-ff222177fa968f8cf82016e2086bab10ca4bcbe02a4c16f0ecb650151748cf1c
+768643499ffeef393915998cb141f404db15f4a59f42293ed3f830f9171e323a
#84e61f5eda991b978fa168d6762f7990
#391ba54997d6faddbfe41a185a823ee4
)

pedrorafael commented on 2021-01-18 16:43 (UTC)

Dear

when will the new version of RStudio be made available that brings major improvements and new experiences to those who program in R? Version 1.4.X is now available.

ith140 commented on 2020-12-24 18:03 (UTC)

This also has a dependency on icu67.

mithanan commented on 2020-12-23 01:49 (UTC)

how can i input chinese with fcitx or fcitx5 in this build?

HaoZeke commented on 2020-11-09 20:14 (UTC)

This needs an integrity check.

md5sums_x86_64=('4aa8bacb566a3c9652b02bfc1c07ae97')

Will do.

shigueru_nagata commented on 2020-08-25 23:05 (UTC)

Version 1.3.1073 is out.