Package Details: rstudio-desktop 2025.05.0.496-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.58
First Submitted: 2011-03-04 15:02 (UTC)
Last Updated: 2025-05-12 06:23 (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 2 3 4 5 6 7 8 9 10 .. 31 Next › Last »

jdarch commented on 2024-09-29 02:22 (UTC)

@xiota Looks like this build requires setting options(rstudio.copilot.nodeBinaryPath = "/usr/bin/node")" again for copilot to be able to start

dr_evo commented on 2024-09-28 20:12 (UTC)

Hi, I just built the updated package; it builds fine without quarto. However, when I try to start rstudio, it crashes due to invalid version specification. Here is the error:

ERROR r error 4 (Error : invalid version specification ‘2024.09.0.’|||) [errormsg: Error : invalid version specification ‘2024.09.0.’|||]; OCCURRED AT rstudio::core::Error rstudio::r::exec::evaluateString(const std::string&, SEXPREC**, rstudio::r::sexp::Protect*, EvalFlags) src/cpp/r/RExec.cpp:388

xiota commented on 2024-09-27 20:25 (UTC) (edited on 2024-09-28 23:15 (UTC) by xiota)

Package should be buildable without quarto installed now. Leaving some trap000d comments pinned because they should still be relevant.

daniel_shub commented on 2024-09-27 14:45 (UTC)

@Wild_Penguin so are you saying the build logic mentioned in the pinned message by trap000d no longer works? It looks like the Quatro logic in the PKGBUILD could cause issues if you build and install on different machines.

Wild_Penguin commented on 2024-09-27 12:57 (UTC) (edited on 2024-09-27 12:58 (UTC) by Wild_Penguin)

The build indeed requires Quarto for some reason, it does not find pandoc and fails if Quarto is not installed (despite pandoc being installed and, AFAIK, Quarto being bundled with RStudio).

(This is on plain Arch Linux).

bastoGrande commented on 2024-09-25 15:02 (UTC)

Could you include quarto as necessary dependency? Cause I had troubles building it, due to a missing path to pandoc even though pandoc was installed. After installing quarto, the build was successful. I'm using Manjaro..

trap000d commented on 2024-09-24 00:47 (UTC)

With the 2024.09 version RStudio upstream have finally dropped Qt ("Desktop"). Only Electron is available now. To me Electron build looks quite slow and laggy, and takes 4x more space on disk.

I've just prepared and pushed new version to AUR, however I have no motivation to maintain this package anymore.

So long and thanks for all the fish.

jdarch commented on 2024-09-03 13:48 (UTC)

Looks like the recent boos 1.86 update breaks RStudio