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 .. 15 16 17 18 19 20 21 22 23 24 25 .. 31 Next › Last »

daniel_shub commented on 2020-05-26 15:07 (UTC)

@fettouhi while the problem may seem to you to be "that r-assertthat wasn't installed at all and I have tried to install it, remove it & rebuild it and r-cli still won't build", the problem is you are building in a system with an unknown state. If you build in a clean change root, it works. It is really hard to debug problems and that is why it is recommended to build in a clean environment.

dviktor commented on 2020-05-26 14:56 (UTC)

@fettouhi remove r-assertthat and r-cli completely at first. then be sure that you haven't installed them by hand. after that try to clean cache of your AUR helper or just build these packages in clean environment

fettouhi commented on 2020-05-26 14:52 (UTC)

@flying-sheep the problem is that r-assertthat wasn't installed at all and I have tried to install it, remove it & rebuild it and r-cli still won't build.

flying-sheep commented on 2020-05-26 14:02 (UTC) (edited on 2020-05-26 14:06 (UTC) by flying-sheep)

Maybe by uninstalling r-assertthat and rebuilding it. Maybe having assertthat or some other package in your local R library could also give you problems, in which case you could use extra-x86_64-build to build it in a clean chroot. You’ll need to specify all AUR dependencies via -I though:

extra-x86_64-build -- -I /path/to/r-covr-x.y.z.pkg.tar.zst -I ...

Because those are a lot of packages, I wrote build.sh to make it a little easier. You could adapt it to build a package that gives you problems. Finally you could just remove r-testthat from makedeps and install testthat via install.packages, but then you have to build locally and can’t build with extra-x86_64-build.

fettouhi commented on 2020-05-25 19:05 (UTC)

Having issues getting this to build with the new update of rstudio. r-cli fails to build and complains about assertthat being installed before r for some reason. Anybody know how to fix that?

artemklevtsov commented on 2020-05-13 07:27 (UTC)

Thank you for the update. I apologize for the inconvenience.

flying-sheep commented on 2020-05-12 14:50 (UTC) (edited on 2020-05-12 15:20 (UTC) by flying-sheep)

Done! Why the fuck did you send an orphan request after 2 weeks though? Did you hear of vacations?

Also finding out problems like this takes time. If you need an update that badly, try to find the problem yourself next time and send a patch.

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