Package Details: rstudio-desktop 2024.04.2.764-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
Submitter: None
Maintainer: trap000d (xiota)
Last Packager: trap000d
Votes: 73
Popularity: 1.32
First Submitted: 2011-03-04 15:02 (UTC)
Last Updated: 2024-06-10 23:16 (UTC)

Pinned Comments

trap000d commented on 2024-05-28 23:36 (UTC)

Version 2024.04.1.748-4 has several significant changes in build process, which should resolve last issues:

  • Bundled build of soci is used now - resolves problem with corresponding system libraries (most probably due to LTO). Anyway libsoci is statically linked with rstudio.
  • System /usr/bin/node is used now instead of bundled one. That makes all node-based tools (e.g. copilot) working out of the box. Also it makes package smaller by a hundred MiB
  • It appears all good with _FORTIFY_SOURCE=3 flag (which is default in new makepkg.conf). A little patch removes thousands warning during the build process.

trap000d commented on 2024-05-16 21:42 (UTC) (edited on 2024-05-28 20:09 (UTC) by trap000d)

A note for users.

This package is quite complex. It MAY not be built because of OTHER issues. I always build, install and test it on at least two different machines. Only after that I would push a new version to AUR.

Please try some generic solutions before reporting of build problems:

1) Update all other packages (sudo pacman -Syu),

2) Clean up yay and/or makepkg caches ('yay -Sc', 'rm -rf /var/tmp/makepkg'),

3) Be sure you've got enough RAM (8 GB or more is highly recommended) and space on disk (at least 3 GB).

4) Is your Internet connection is stable, fast and not blocked somewhere?

trap000d commented on 2022-07-05 20:32 (UTC) (edited on 2022-10-03 06:28 (UTC) by trap000d)

PLEASE READ THIS MESSAGE BEFORE COMPLAINING FOR LIBBOOST

When boost is updated to a new version and you see an error message about missing libboost*.so, you will need to rebuild and reinstall the rstudio-desktop package.

trap000d commented on 2022-02-19 06:20 (UTC) (edited on 2022-02-19 06:21 (UTC) by trap000d)

Build logic is slightly changed due to changes in upstream. As they've introduced new project format (quarto), it contradicted with standard Arch package base. In brief, quarto contains pandoc as part of itself, so it's pretty hard to keep together system pandoc and embedded quarto.

So I've "resolved" it such way: if there is "quarto*" package installed, then rstudio-desktop will pick it up and use. Otherwise (not installed), quarto support in rstudio will be disabled.

'quarto' is added as optional dependency.

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 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!