Package Details: rstudio-desktop 2025.05.1.513-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 (thotypous)
Last Packager: xiota
Votes: 73
Popularity: 0.30
First Submitted: 2011-03-04 15:02 (UTC)
Last Updated: 2025-06-06 20:45 (UTC)

Dependencies (36)

Required by (0)

Sources (4)

Pinned Comments

xiota commented on 2025-03-01 05:16 (UTC) (edited on 2025-05-01 20:46 (UTC) by xiota)

Packaging notes:

  • Given the inconvenience of having this package become unusable for an indefinite amount time, sodeps are used to prevent boost upgrades from breaking this package. Others may be added. Updates may need to be forced with pacman -Syudd prior to rebuilding. This is unnecessary when building in a clean chroot.
  • Any variable declared : ${var:=value} can be set in the environment prior to build.
    • For example: var=value makepkg -rsC; Method for AUR helpers may vary.
    • For clean chroot, try something like: extra-x86_64-build -- var=value

Problems?

  • Try building in a clean chroot.
  • If your distro has delayed updates, you may need to wait a few weeks.
  • Avoid commenting and flagging for the same issue at the same time.
    • Flag for routine and mechanical issues (depends, typos, mistakes, etc)
    • Comment for issues requiring discussion.
    • Please use a pastebin for blocks of text more than a few lines.

Latest Comments

« First ‹ Previous 1 .. 19 20 21 22 23 24 25 26 27 28 29 .. 31 Next › Last »

flying-sheep commented on 2017-10-16 11:37 (UTC)

hi! do more reliable mirrors for the other links also exist?

RCCSilva commented on 2017-10-12 13:10 (UTC)

Hi, I was having some issues while downloading gwt 2.7 . Not sure if I'm the only, but maybe you should use another website to download this file. I had success at <http://storage.googleapis.com/gwt-releases/gwt-2.7.0.zip>. Great package by the way. Thanks

flying-sheep commented on 2017-10-09 09:48 (UTC)

I see. So not “using javac 1.5”, but “compiling for the Java 5 runtime” fails. Well, this is the stable RStudio, so we can either wait for a RStudio release with this commit… https://github.com/rstudio/rstudio/commit/74c99748324dc7d2b2089e73e398a1d1fd6cbfd9 …or include it as a patch and hope it works. Can you try if RStudio 1.0.153 compiled with that patch works?

creat89 commented on 2017-10-09 09:30 (UTC) (edited on 2017-10-09 09:31 (UTC) by creat89)

Sorry for the late reply, pretty busy at work. No, I don't use an old version of javac, it is the latest one. But GWT 2.7.0 doesn't compile with the newest one: javac: [mkdir] Created dir: /tmp/pamac-build-adrian/rstudio-desktop/src/rstudio-rstudio-a47842c/src/gwt/bin [javac] Compiling 10 source files to /tmp/pamac-build-adrian/rstudio-desktop/src/rstudio-rstudio-a47842c/src/gwt/bin [javac] error: Source option 1.5 is no longer supported. Use 1.6 or later. [javac] error: Target option 1.5 is no longer supported. Use 1.6 or later. The source and target option are indicated in the build.xml of GWT installation. It looks that the version 2.8.1 solves this problem.

flying-sheep commented on 2017-09-29 14:16 (UTC)

dependencies/common/install-gwt sets GWT_SDK_VER=2.7.0. and why do you use an ancient javac? mine has version 1.8

creat89 commented on 2017-09-29 09:07 (UTC)

I can't install the package, it looks there is a problem with GWT versions. gwt-2.7.0 can't be compiled using javac 1.5. The newest version of Rstudio uses gwt-2.8.1.

andrewcsq commented on 2017-09-28 18:53 (UTC)

wanted to confirm that the package is now working (tested on a laptop and desktop) thanks (:

flying-sheep commented on 2017-09-28 10:13 (UTC)

sure, i’ll apply the patch. sorry for taking so long!

andrewcsq commented on 2017-09-28 09:22 (UTC)

I'm experiencing the same problems as the folks below when trying to recompile the package, and I don't have enough experience editing PKGBUILDs and applying patches to mod it like izahn did. Any chance of a merge of MaoCPU's patch?

flying-sheep commented on 2017-09-28 08:01 (UTC)

simply recompiling helps.