Package Details: rstudio-desktop 2024.12.0.467-1

Git Clone URL: https://aur.archlinux.org/rstudio-desktop.git (read-only, click to copy)
Package Base: rstudio-desktop
Description: A powerful and productive integrated development environment (IDE) for R programming language
Upstream URL: https://github.com/rstudio/rstudio
Licenses: AGPL-3.0-only
Conflicts: rstudio-desktop
Provides: rstudio-desktop
Submitter: None
Maintainer: xiota
Last Packager: xiota
Votes: 73
Popularity: 0.027668
First Submitted: 2011-03-04 15:02 (UTC)
Last Updated: 2024-12-20 21:33 (UTC)

Pinned Comments

trap000d commented on 2024-05-16 21:42 (UTC) (edited on 2024-05-28 20:09 (UTC) by trap000d)

A note for users.

This package is quite complex. It MAY not be built because of OTHER issues. I always build, install and test it on at least two different machines. Only after that I would push a new version to AUR.

Please try some generic solutions before reporting of build problems:

1) Update all other packages (sudo pacman -Syu),

2) Clean up yay and/or makepkg caches ('yay -Sc', 'rm -rf /var/tmp/makepkg'),

3) Be sure you've got enough RAM (8 GB or more is highly recommended) and space on disk (at least 3 GB).

4) Is your Internet connection is stable, fast and not blocked somewhere?

trap000d commented on 2022-07-05 20:32 (UTC) (edited on 2022-10-03 06:28 (UTC) by trap000d)

PLEASE READ THIS MESSAGE BEFORE COMPLAINING FOR LIBBOOST

When boost is updated to a new version and you see an error message about missing libboost*.so, you will need to rebuild and reinstall the rstudio-desktop package.

trap000d commented on 2022-02-19 06:20 (UTC) (edited on 2022-02-19 06:21 (UTC) by trap000d)

Build logic is slightly changed due to changes in upstream. As they've introduced new project format (quarto), it contradicted with standard Arch package base. In brief, quarto contains pandoc as part of itself, so it's pretty hard to keep together system pandoc and embedded quarto.

So I've "resolved" it such way: if there is "quarto*" package installed, then rstudio-desktop will pick it up and use. Otherwise (not installed), quarto support in rstudio will be disabled.

'quarto' is added as optional dependency.

Latest Comments

« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 29 Next › Last »

mehrad commented on 2020-01-23 09:30 (UTC)

After using this AUR for Rstudio version 1.2.5033, the Rstudio was loading, but there were no panes in the window. basically it was a white window with some small icons on the top left corner. After running it from terminal (rstusio) I got:

Qt WebEngine resources not found at /share/qt/resources

and some other similar errors, after a bit of searching I found this Stackoverflow post: https://stackoverflow.com/questions/59551713/rstudio-does-not-show-any-pane and this answer solved it for me: https://stackoverflow.com/a/59624249/1613005

Perhaps this step should be included in the AUR as well.

thecarlosfilipe commented on 2020-01-06 02:40 (UTC)

BUILD FAILED /home/carlos/.cache/yay/rstudio-desktop/src/rstudio-rstudio-330255d/src/gwt/build.xml:110: Java returned: 1

Total time: 42 seconds make[2]: [src/gwt/CMakeFiles/gwt_build.dir/build.make:57: gwt_build] Error 1 make[1]: [CMakeFiles/Makefile2:398: src/gwt/CMakeFiles/gwt_build.dir/all] Error 2 make: *** [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in package(). Aborting... Error making: rstudio-desktop

juansanar commented on 2019-12-31 20:15 (UTC)

I got this version of RStudio working following these steps. Hope it helps other folks out there https://bugs.archlinux.org/task/64973

pgoetz commented on 2019-12-29 15:04 (UTC)

I can't get this version of rstudio-desktop to work properly on my fully updated Arch system. When I try to run it, the interface doesn't come up properly (no panes and can't open files) and I get this error message:

Qt WebEngine resources not found at /usr/lib/qt/libexec. Trying fallback directory... The application MAY NOT work.

Even though the package is properly installed:

[pgoetz@frog ~]$ pacman -Q qt5-webengine
qt5-webengine 5.14.0-1

Maybe this is another side effect of the upgrade from Qt 5.12 to Qt 5.14?

procyon-lotor commented on 2019-12-14 15:29 (UTC)

Getting the same error as @Xentec

However using archlinux-java set java-8-openjdk doesn't solve it.

Pastebin link: https://pastebin.com/CfX1XDPz

flying-sheep commented on 2019-12-09 10:55 (UTC)

Thank you @dviktor, currently building a package with your changes.

I assume patchelf is a make dependency.

dviktor commented on 2019-11-28 16:26 (UTC)

Just rechecked dependencies on GitHub. They states that the following list should be satisfied:

r>=3.0.1
cmake>=3.4.3
boost>=1.69
qt>=5.12.5
patchelf>=0.9

Also it seems like pandoc is optional dependency and needed only for RMarkdown support so you can move it to optdepends

blazko commented on 2019-11-14 19:28 (UTC)

Does anyone know, how to fix an issue with rstudio not starting when offline? The only message I see when running the program, is that it can't connect with localhost.

I havent played with firewall setting (manjaro linux) and I already tried deleting and recreating all profile, settings file.

Issue is still there