Package Details: rstudio-desktop-bin 2024.09.0.375-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: 348
Popularity: 1.52
First Submitted: 2011-06-16 16:26 (UTC)
Last Updated: 2024-10-06 10:00 (UTC)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 28 Next › Last »

getzze commented on 2020-04-15 11:44 (UTC)

I don't have openssl-1.0 but openssl (1.1.1) and I get this error:

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

dviktor commented on 2019-11-15 16:08 (UTC)

Is it possible to link against systemwide Qt libraries? Seems like Qt libs bundled with RStudio are old enough and when I try to run RStudio on NVidia GPU with $ QT_DEBUG_PLUGINS=1 optirun rstudio-bin I get the following errors:

...
Cannot load library /usr/lib/rstudio/plugins/platforms/libqxcb.so: (/usr/lib/rstudio/bin/../lib/libQt5Core.so.5: version `Qt_5.13' not found (required by /usr/lib/libQt5XcbQpa.so.5))
QLibraryPrivate::loadPlugin failed on "/usr/lib/rstudio/plugins/platforms/libqxcb.so" : "Cannot load library /usr/lib/rstudio/plugins/platforms/libqxcb.so: (/usr/lib/rstudio/bin/../lib/libQt5Core.so.5: version `Qt_5.13' not found (required by /usr/lib/libQt5XcbQpa.so.5))"
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.

Obviously, bundled library doesn't have 5.13 support:

$ strings /usr/lib/rstudio/plugins/platforms/libqxcb.so | grep Qt_5.1
Qt_5.12
qt_version_tag@@Qt_5.12

eorn commented on 2019-05-29 08:07 (UTC) (edited on 2019-05-29 08:07 (UTC) by eorn)

Anybody having troubles opening/saving files with version 1.2 (except while being root)? https://community.rstudio.com/t/rstudio-1-2-cannot-open-or-save-any-file/31774

Smoerrebroed commented on 2019-05-26 09:25 (UTC)

Is openssl-1.0 really necessary? The previously installed version (1.1.463) did not require this, and I had the current openssl (1.1.1) installed.

martin3141 commented on 2019-05-24 08:28 (UTC) (edited on 2019-05-24 09:39 (UTC) by martin3141)

@qubit @mravila I was getting random frequent crashes on my desktop, but not my laptop, with the following error:

rstudio: ../libdrm-2.4.98/nouveau/pushbuf.c:723: nouveau_pushbuf_data: Assertion `kref' failed. Received signal 6

My desktop has NVIDIA graphics whereas laptop is Intel, are you both NVIDIA by any chance?

Update, looks like a driver issue, see: https://github.com/rstudio/rstudio/issues/3781

installing the nvidia package seems to fix this for me.

FFY00 commented on 2019-05-10 12:15 (UTC)

Please install this to /opt instead of /usr/{share,lib} as this was precompiled.

dviktor commented on 2019-04-10 07:24 (UTC)

Please, don't forget to add orc and fcitx-qt5 to dependency list along with soon update!

danielfm123 commented on 2019-03-09 19:56 (UTC)

missing dependency on orc

a36233 commented on 2019-02-15 18:15 (UTC)

==> Converting debian package... ls: cannot access '/usr/lib/libFcitxQt5WidgetsAddons.so': No such file or directory ls: cannot access '/usr/lib/libFcitxQt5WidgetsAddons.so.': No such file or directory ls: cannot access '/usr/lib/libFcitxQt5DBusAddons.so': No such file or directory ls: cannot access '/usr/lib/libFcitxQt5DBusAddons.so.': No such file or directory

$ sudo pacman -Fys libFcitxQt5WidgetsAddons.so community/fcitx-qt5 1.2.3-5 usr/lib/libFcitxQt5WidgetsAddons.so

please add fcitx-qt5 as deps.