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.29
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 .. 22 23 24 25 26 27 28 29 30 31 Next › Last »

flying-sheep commented on 2017-01-13 12:22 (UTC)

i updated it. don’t you experience the bug with the dialog windows? (i.e. that e.g. the “clear plots? [yes] [no]” window doesn’t respond to clicking a button)

MaoCPU commented on 2017-01-13 09:29 (UTC)

I had the same problem and for me a rebuild of rstudio-desktop solved it. I was also able to build the rstudio-desktop-1.0.136 using the PKGBUILD at https://gist.github.com/anonymous/85cf69f39b32e5b9d68f3f2a31501a6b

agarciamontoro commented on 2017-01-12 22:46 (UTC)

Latest boost-lib upgrade (1.62 -> 1.63) broke the package, as libboost_{thread,system,regex,iostreams,filesystem,date_time}.so.1.62.0 are not anymore on the system. Creating the symbolic links manually change this error by an undefined symbol one. Is it just me?

sguyader commented on 2016-11-28 12:35 (UTC) (edited on 2016-11-28 12:41 (UTC) by sguyader)

With the current version, I get the following error message: ==> Starting package()... CMake Error: Parse error in cache file /tmp/yaourt-tmp-sguyader/aur-rstudio-desktop/src/rstudio-rstudio-46c2013/CMakeCache.txt on line 410. Offending entry: Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). In the CMakeCache.txt file, line 410 is empty but the two preceding lines show this: //Git Revision Hash RSTUDIO_GIT_REVISION_HASH:STRING=fatal: Not a git repository (or any parent up to mount point /tmp) I don't know if it's correct to do it, but I edited that last line and replaced the string starting by "fatal..." with "46c2013", and compilation could be resumed.

cbrnr commented on 2016-11-21 08:05 (UTC)

I noticed that HTML documents knitted from Rmd files do not use monospace fonts for code, although they should. The binary package rstudio-desktop-bin works as expected.

qxeee commented on 2016-11-20 23:07 (UTC)

I had to edit the PKGBUILD to change line 66 to -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake to get this to compile.

MaoCPU commented on 2016-11-03 17:13 (UTC)

Would it be possible to provide a ln from /usr/bin to /usr/lib/rstudio/bin/rstudio in the PKGBUILD?

flying-sheep commented on 2016-09-29 09:33 (UTC)

very weird… do you have any program-specific settings? (Alt-F3 → More Actions → Special …) I do get a normal title bar. However, this package is still not very usable as the Yes/No/Cancel dialogs don’t work (They always behave as if you clicked “Cancel”, so you can’t clear plots or save the workspace and exit, you have to kill RStudio)

greenisagoodcolo commented on 2016-09-28 23:19 (UTC)

Hello, I am using plasma and not getting a system title bar. This makes it impossible to resize to half screen...any thoughts or tips? much appreciated...love, greenisagoodcolor

flying-sheep commented on 2016-02-05 08:52 (UTC)

stuff in qt5-base: QtConcurrent QtCore QtDBus QtGui QtNetwork QtOpenGL QtOpenGLExtensions QtPlatformHeaders QtPlatformSupport QtPrintSupport QtSql QtTest QtWidgets QtXml so we’re missing: qt5-declarative (for Qt5Quick and Qt5Qml) qt5-location (for Qt5Positioning) qt5-sensors (for Qt5Sensors) qt5-svg (for Qt5Svg) qt5-xmlpatterns (for Qt5XmlPatterns) quite some stuff!