Package Details: rstudio-desktop 2023.12.1.402-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://www.rstudio.com/products/rstudio/
Licenses: AGPL3
Submitter: None
Maintainer: trap000d (xiota)
Last Packager: trap000d
Votes: 71
Popularity: 0.35
First Submitted: 2011-03-04 15:02 (UTC)
Last Updated: 2024-01-30 19:34 (UTC)

Pinned Comments

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

artemklevtsov commented on 2020-04-27 05:02 (UTC) (edited on 2020-05-13 07:11 (UTC) by artemklevtsov)

Can't build after R 4.0.0 release.

dedguy21 commented on 2020-02-02 18:16 (UTC) (edited on 2020-02-02 18:17 (UTC) by dedguy21)

Thanks that sticky note that build will fail if java8 jdk isn't set as default. I was getting the same build error as below.

Thanks for your note @keiichiiownsu12 @xentec

flying-sheep commented on 2020-01-29 09:14 (UTC) (edited on 2020-01-29 09:16 (UTC) by flying-sheep)

@keiichiiownsu12 the QWebEngine problem is known. Read the comments, I posted a workaround. about java 8: yes, you seem to need to build with java 8. Use archlinux-java set java-8-openjdk

keiichiiownsu12 commented on 2020-01-24 18:45 (UTC) (edited on 2020-01-24 18:47 (UTC) by keiichiiownsu12)

when rstudio starts up, only the topmost buttons are shown (i.e. create new script, open, etc.), no other panes (e.g. console, script editor, etc.) show.

if I click one of those buttons, code text may be outputted to the rstudio window at times.

some output when running from terminal:

$rstudio
Qt WebEngine resources not found at /share/qt/resources. Trying parent directory...
Qt WebEngine resources not found at /share/qt. Trying application directory...
Qt WebEngine resources not found at /usr/lib/qt/libexec. Trying fallback directory... The application MAY NOT work.
Path override failed for key base::DIR_QT_LIBRARY_DATA and path '/home/ajschadler12/.QtWebEngineProcess'
Installed Qt WebEngine locales directory not found at location /share/qt/translations/qtwebengine_locales. Trying application directory...
Qt WebEngine locales directory not found at location /usr/lib/qt/libexec/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.
Path override failed for key ui::DIR_LOCALES and path '/home/ajschadler12/.QtWebEngineProcess'
[0124/103938.269453:ERROR:resource_bundle.cc(887)] Failed to load /home/ajschadler12/.QtWebEngineProcess/qtwebengine_resources.pak
Some features may not be available.
[0124/103938.269504:ERROR:resource_bundle.cc(887)] Failed to load /home/ajschadler12/.QtWebEngineProcess/qtwebengine_resources_100p.pak
Some features may not be available.
[0124/103938.269515:ERROR:resource_bundle.cc(887)] Failed to load /home/ajschadler12/.QtWebEngineProcess/qtwebengine_resources_200p.pak
Some features may not be available.
[0124/103938.270687:WARNING:resource_bundle_qt.cpp(117)] locale_file_path.empty() for locale 
Use of deprecated not thread-safe setter, use setUrlRequestInterceptor instead.
Use of deprecated not thread-safe setter, use setUrlRequestInterceptor instead.
"Invalid splitter position detected: 229/0"
"Invalid splitter position detected: 305/0"
"Invalid splitter position detected: 229/0"
"Invalid splitter position detected: 305/0"
"Invalid splitter position detected: 229/0"
"Invalid splitter position detected: 305/0"
"Invalid splitter position detected: 305/0"
"Invalid splitter position detected: 305/0"
"Invalid splitter position detected: 305/0"
"Invalid splitter position detected: 305/0"
libpng warning: iCCP: known incorrect sRGB profile

I have up to date dependencies. Also, the same error occurred when using the git version. will post this upstream if the problem lies there.

keiichiiownsu12 commented on 2020-01-23 20:39 (UTC)

I got the same error for the same reasons as @Xentec.

Does this mean that java-8-openjdk is required for the build process? I.e. that java-13-openjdk is not compatible?

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