Package Details: rstudio-desktop 2024.04.1.748-3

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: 72
Popularity: 0.81
First Submitted: 2011-03-04 15:02 (UTC)
Last Updated: 2024-05-19 22:20 (UTC)

Pinned Comments

trap000d commented on 2024-05-16 21:42 (UTC)

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 Next › Last »

navi_se commented on 2015-07-10 12:57 (UTC)

Pandoc dependency is unavailable?

flying-sheep commented on 2015-07-09 07:38 (UTC)

hi, this is up and kicking again! the only thing i’ve “cheated” with is that i call install_packages to install rsconnect from git. if that would be changed to manually install a version of the package (they don’t git-tag versions, but regularly bump it in the description file), this package could be built from the sources without internet access.

kidoz commented on 2014-05-05 17:54 (UTC)

It may be useful to someone - pkgbuild for version 0.9.8.507 https://github.com/kidoz/pkgbuilds/tree/master/rstudio-desktop

Dasonk commented on 2014-04-24 22:31 (UTC)

I emailed the maintainer a few days ago and haven't heard back yet. If it goes another week I'll be requesting that this gets orphaned.

sokuban commented on 2014-02-28 20:52 (UTC)

I have the same problem as gbc921, same error messages and all. Did you/anyone find a fix in the end? I tried using jdk6, but that didn't seem to help.

gbc921 commented on 2013-04-05 01:24 (UTC)

Seems a permission problem (arch x64, jdk)? Linking CXX executable rstudio [ 79%] Built target rstudio [java] Compile of permutations succeeded [java] Linking into /tmp/yaourt-tmp-gabriel/aur-rstudio-desktop/src/rstudio-rstudio-d528686/src/gwt/www/rstudio; Writing extras to /tmp/yaourt-tmp-gabriel/aur-rstudio-desktop/src/rstudio-rstudio-d528686/src/gwt/extras/rstudio [java] Link succeeded [java] Compilation succeeded -- 162.691s [java] Exception in thread "Thread-2" java.lang.SecurityException: Could not lock User prefs. Lock file access denied. [java] at java.util.prefs.FileSystemPreferences.checkLockFile0ErrorCode(FileSystemPreferences.java:936) [java] at java.util.prefs.FileSystemPreferences.lockFile(FileSystemPreferences.java:925) [java] at java.util.prefs.FileSystemPreferences.sync(FileSystemPreferences.java:729) [java] at java.util.prefs.FileSystemPreferences.flush(FileSystemPreferences.java:824) [java] at java.util.prefs.FileSystemPreferences.syncWorld(FileSystemPreferences.java:464) [java] at java.util.prefs.FileSystemPreferences.access$1200(FileSystemPreferences.java:50) [java] at java.util.prefs.FileSystemPreferences$4$1.run(FileSystemPreferences.java:442) BUILD SUCCESSFUL Total time: 3 minutes 48 seconds [ 79%] Built target gwt_build make: *** [all] Error 2

thayne commented on 2013-02-10 07:35 (UTC)

Is there any way to get this working with JDK 7 installed, since openjdk6 conflicts with openjdk7?

tdy commented on 2013-01-28 23:27 (UTC)

The build works fine on all of my comps, but it does fail in a clean chroot. It seems that jdk6 is needed for the build, so I added a "<7" filter and now it builds fine for me in the chroot also.

<deleted-account> commented on 2013-01-28 22:36 (UTC)

BUILD FAILED I am getting following error: /home/yasar/rstudio/src/rstudio-rstudio-2f428e3/src/gwt/build.xml:144: The following error occurred while executing this line: /home/yasar/rstudio/src/rstudio-rstudio-2f428e3/src/gwt/build.xml:105: Java returned: 1 Total time: 3 minutes 23 seconds make[2]: *** [gwt_build] Hata 1 make[1]: *** [src/gwt/CMakeFiles/gwt_build.dir/all] Hata 2 make: *** [all] Hata 2

tdy commented on 2013-01-04 05:08 (UTC)

fyi the build is now fixed