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

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.

navi_se commented on 2015-07-10 12:57 (UTC)

Pandoc dependency is unavailable?

flying-sheep commented on 2015-07-09 07:38 (UTC)

hi, this is up and kicking again! the only thing i’ve “cheated” with is that i call install_packages to install rsconnect from git. if that would be changed to manually install a version of the package (they don’t git-tag versions, but regularly bump it in the description file), this package could be built from the sources without internet access.

kidoz commented on 2014-05-05 17:54 (UTC)

It may be useful to someone - pkgbuild for version 0.9.8.507 https://github.com/kidoz/pkgbuilds/tree/master/rstudio-desktop

Dasonk commented on 2014-04-24 22:31 (UTC)

I emailed the maintainer a few days ago and haven't heard back yet. If it goes another week I'll be requesting that this gets orphaned.

sokuban commented on 2014-02-28 20:52 (UTC)

I have the same problem as gbc921, same error messages and all. Did you/anyone find a fix in the end? I tried using jdk6, but that didn't seem to help.