Package Details: rstudio-desktop 2024.04.0.735-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://www.rstudio.com/products/rstudio/
Licenses: AGPL3
Submitter: None
Maintainer: trap000d (xiota)
Last Packager: trap000d
Votes: 72
Popularity: 1.12
First Submitted: 2011-03-04 15:02 (UTC)
Last Updated: 2024-04-29 23:43 (UTC)

Pinned Comments

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 .. 12 13 14 15 16 17 18 19 20 21 Next › Last »

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!

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

will fix. for the record: it’s mentioned in src/cpp/desktop/cmakelists.txt: find_package(Qt5Core REQUIRED) find_package(Qt5Widgets REQUIRED) find_package(Qt5Gui REQUIRED) find_package(Qt5Network REQUIRED) find_package(Qt5WebKit REQUIRED) find_package(Qt5WebKitWidgets REQUIRED) find_package(Qt5PrintSupport REQUIRED) find_package(Qt5Quick REQUIRED) find_package(Qt5Positioning REQUIRED) find_package(Qt5Sensors REQUIRED) find_package(Qt5Svg REQUIRED) find_package(Qt5Xml REQUIRED) find_package(Qt5XmlPatterns REQUIRED) find_package(Qt5Qml REQUIRED) find_package(Qt5Sql REQUIRED) find_package(Qt5OpenGL REQUIRED) if(UNIX AND NOT APPLE) find_package(Qt5DBus REQUIRED) endif()

markzz commented on 2016-02-04 18:08 (UTC)

There's a missing qt5 dependency. I'm not entirely sure which one, but after installing the entire qt5 group, it compiles fine. It would probably be a good idea to build this in a clean chroot to make sure you have all the dependencies in the PKGBUILD.

flying-sheep commented on 2015-12-16 12:36 (UTC)

jup, had to add a patch

jdarch commented on 2015-12-16 11:53 (UTC)

Is someone keeping this package up to date? Are there unmentioned reasons it is not at v0.99.489?

flying-sheep commented on 2015-07-13 08:36 (UTC)

pandoc-cabal, pandoc-static, ... provide it. haskell-pandoc doesn’t. idk if haskell-pandoc or pandoc are the right thing to depend on. pandoc-bin doesn’t provide any of those but probably should.