Package Details: rstudio-desktop 2026.01.2.418-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: 74
Popularity: 0.39
First Submitted: 2011-03-04 15:02 (UTC)
Last Updated: 2026-03-29 04:27 (UTC)

Dependencies (36)

Required by (0)

Sources (7)

Pinned Comments

xiota commented on 2025-03-01 05:16 (UTC) (edited on 2025-10-21 17:39 (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.
    • 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

1 2 3 4 5 6 .. 32 Next › Last »

wren-falcon commented on 2026-04-08 15:41 (UTC)

If you would like to remove Copilot from the build:

diff --git a/PKGBUILD b/PKGBUILD
index c227ec6..dafd3ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,9 +15,6 @@
 : ${_quarto_branch:=release/rstudio-cranberry-hibiscus}
 : ${_quarto:=false}

-# dependencies/common/install-copilot-language-server
-: ${_copilot_version:=1.399.0}
-
 : ${_commit:=1d903d3bd61a40d82bf71aad8471a5a388cc1f73}

 _pkgname="rstudio-desktop"
@@ -65,7 +62,6 @@ makedepends=(
 )
 optdepends=(
   'git: for git support'
-  'nodejs: for copilot support'
   'openssh-askpass: for a git ssh access'
   'postgresql-libs: for postgresql'
   'quarto: for Quarto projects support'
@@ -136,24 +132,9 @@ _source_soci() {
   )
 }

-_source_copilot() {
-  _copilot_js="copilot-language-server-js-${_copilot_version}"
-
-  noextract+=("${_copilot_js}.zip")
-
-  local _copilot_url="https://github.com/github/copilot-language-server-release"
-  source+=("$_copilot_url/releases/download/${_copilot_version}/copilot-language-server-linux-x64-${_copilot_version}.zip"
-    "$_copilot_url/releases/download/${_copilot_version}/${_copilot_js}.zip")
-  sha256sums+=(
-    'SKIP'
-    'SKIP'
-  )
-}
-
 _source_main
 _source_gwt
 _source_soci
-_source_copilot

 _nvm_env() {
   export HOME="$SRCDEST/node-home"
@@ -226,11 +207,6 @@ prepare() (

   ln -sfT "$srcdir/soci-$_soci_version" "soci-$_soci_version"

-  # copilot
-  install -Dm755 "$srcdir/copilot-language-server" -t "copilot-language-server"
-  mkdir -p copilot-language-server-js
-  bsdtar -xf "$srcdir/${_copilot_js}.zip" -C copilot-language-server-js
-
   # Panmirror is picked up now from Quarto repo
   ln -sfT "$srcdir/quarto" "$srcdir/$_pkgsrc/src/gwt/lib/quarto"

@@ -317,6 +293,7 @@ build() (
     -DRSTUDIO_USE_SYSTEM_BOOST=ON
     -DRSTUDIO_USE_SYSTEM_SOCI=OFF
     -DRSTUDIO_USE_SYSTEM_YAML_CPP=ON
+    -DRSTUDIO_ENABLE_COPILOT=OFF
     -DRSTUDIO_NODE_VERSION="Current"
     -DQUARTO_ENABLED=${_quarto}
     -DRSTUDIO_UNIT_TESTS_ENABLED=OFF

xiota commented on 2026-02-25 16:07 (UTC) (edited on 2026-02-25 16:09 (UTC) by xiota)

@le_epinox Did you remember to install the package after building?

pacman -U rstudio-desktop-2026.01.1.403-1-x86_64.pkg.tar.zst

If these files are missing, there might be something wrong with the build. Please let me know what method you use to build and put the build log in a pastebin so I can review it.

/usr/bin/rstudio
/usr/share/applications/rstudio.desktop

le_epinox commented on 2026-02-25 12:17 (UTC) (edited on 2026-02-25 12:18 (UTC) by le_epinox)

@xiota this question might seem "noob", but after installing this package, how are we supossed to launch it? I do not see any shortcut from cmd or app list

Although its likely I did not properly install this package, I should check later

xiota commented on 2026-02-24 18:35 (UTC)

@le_epinox This package builds from source and attempts to use some system deps, when possible. Look at the PKGBUILD for details.

People with limited compute resources tend to prefer -bin packages. But, depending on binary age and upstream assumptions, there can be problems, like library mismatch. Building from source can avoid some problems, but cause others (when maintainer makes a mistake).

If you opt for the -bin package, consider waiting for a version bump.

le_epinox commented on 2026-02-24 16:17 (UTC)

Should I use this package over rstudio-desktop-bin ? I am unsure the differences from both other than the maintainer being different

sashank commented on 2025-10-04 00:46 (UTC)

That fixed it! Thanks.

sashank commented on 2025-09-25 03:58 (UTC) (edited on 2025-09-25 04:01 (UTC) by sashank)

I'm getting the following error when I try to build Rstudio, particularly when it moves to build GWT, which seems to be a new requirement in your PKGBUILD. Line 39 of the build.xml file for gwt says "includeantruntime="false">" Since you added ant, whatever it is as a make dependency, should this be switched to true?

src/gwt/timestamp /home/sashank/.cache/yay/rstudio-desktop/src/build/src/gwt/timestamp 
cd /home/sashank/.cache/yay/rstudio-desktop/src/rstudio-af5fc22a687c0f462ee27c6afeeee38ee46507b9/src/gwt && /usr/bin/ant -Dbuild.dir="bin" -Dwww.dir="www" -Dextras.dir="extras" -Dgwt.xmx="-Xmx1536M" -Dgwt.xss="-Xss16M" -Dgwt.main.module="org.rstudio.studio.RStudio" && /usr/bin/cmake -E touch /home/sashank/.cache/yay/rstudio-desktop/src/build/src/gwt/timestamp
Buildfile: /home/sashank/.cache/yay/rstudio-desktop/src/rstudio-af5fc22a687c0f462ee27c6afeeee38ee46507b9/src/gwt/build.xml

i18n-checksum:
     [echo] Commands.cmd.xml i18n checksum matches: true

i18n-unix-check:

i18n-unix:

i18n-windows-check:

i18n-windows:

generate-i18n:

ext:
   [jscomp] Compiling 62 file(s) with 93 extern(s)
   [jscomp] 0 error(s), 0 warning(s)

javac:
    [mkdir] Created dir: /home/sashank/.cache/yay/rstudio-desktop/src/rstudio-af5fc22a687c0f462ee27c6afeeee38ee46507b9/src/gwt/bin
    [javac] Compiling 3 source files to /home/sashank/.cache/yay/rstudio-desktop/src/rstudio-af5fc22a687c0f462ee27c6afeeee38ee46507b9/src/gwt/bin
    [javac] error: invalid target release: 17
    [javac] Usage: javac <options> <source files>
    [javac] use --help for a list of possible options

BUILD FAILED
/home/sashank/.cache/yay/rstudio-desktop/src/rstudio-af5fc22a687c0f462ee27c6afeeee38ee46507b9/src/gwt/build.xml:206: The following error occurred while executing this line:
/home/sashank/.cache/yay/rstudio-desktop/src/rstudio-af5fc22a687c0f462ee27c6afeeee38ee46507b9/src/gwt/build.xml:39: Compile failed; see the compiler error output for details.

danielvartan commented on 2025-08-30 22:43 (UTC)

Hi there,

Copilot is not working.

The issue stems from the version of the Copilot Language Server used. See this issue for a fix.