Package Details: rstudio-desktop 2024.04.1.748-3

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: 0.81
First Submitted: 2011-03-04 15:02 (UTC)
Last Updated: 2024-05-19 22:20 (UTC)

Pinned Comments

trap000d commented on 2024-05-16 21:42 (UTC)

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 .. 7 8 9 10 11 12 13 14 15 16 17 .. 22 Next › Last »

juansanar commented on 2019-12-31 20:15 (UTC)

I got this version of RStudio working following these steps. Hope it helps other folks out there https://bugs.archlinux.org/task/64973

pgoetz commented on 2019-12-29 15:04 (UTC)

I can't get this version of rstudio-desktop to work properly on my fully updated Arch system. When I try to run it, the interface doesn't come up properly (no panes and can't open files) and I get this error message:

Qt WebEngine resources not found at /usr/lib/qt/libexec. Trying fallback directory... The application MAY NOT work.

Even though the package is properly installed:

[pgoetz@frog ~]$ pacman -Q qt5-webengine
qt5-webengine 5.14.0-1

Maybe this is another side effect of the upgrade from Qt 5.12 to Qt 5.14?

procyon-lotor commented on 2019-12-14 15:29 (UTC)

Getting the same error as @Xentec

However using archlinux-java set java-8-openjdk doesn't solve it.

Pastebin link: https://pastebin.com/CfX1XDPz

flying-sheep commented on 2019-12-09 10:55 (UTC)

Thank you @dviktor, currently building a package with your changes.

I assume patchelf is a make dependency.

dviktor commented on 2019-11-28 16:26 (UTC)

Just rechecked dependencies on GitHub. They states that the following list should be satisfied:

r>=3.0.1
cmake>=3.4.3
boost>=1.69
qt>=5.12.5
patchelf>=0.9

Also it seems like pandoc is optional dependency and needed only for RMarkdown support so you can move it to optdepends

blazko commented on 2019-11-14 19:28 (UTC)

Does anyone know, how to fix an issue with rstudio not starting when offline? The only message I see when running the program, is that it can't connect with localhost.

I havent played with firewall setting (manjaro linux) and I already tried deleting and recreating all profile, settings file.

Issue is still there

flying-sheep commented on 2019-10-29 10:22 (UTC) (edited on 2019-10-29 11:25 (UTC) by flying-sheep)

1.2.5001-2 compiles!

I actually found the fix for the first one too, but overlooked that there’s two places in that file where they compare the version. I also found a patch for the second one!

FallenWarrior2k commented on 2019-10-17 22:56 (UTC)

Looking at the compiler errors, I found the following issues:

  • Tries to use Boost.Signals, which was removed in Boost 1.69.0
  • Tries to use boost::asio::ip::tcp::resolver::get_io_service, which was removed in Boost 1.70.0

I dug around in the CMake files for a bit, and the signals issue can be resolved by applying a small patch that changes two version comparisons to VERSION_LESS 1.69.0 instead of LESS 106900.

The ASIO issue however is more difficult, as I am unable to even find the error location in the thousands of lines of compiler output (thanks, Boost). Mainly because I don't get actual line numbers for the errors, just a stack of header files showing which template instantiation went wrong.

I've tried rstudio-desktop-git and it compiled fine for me. Thus, I guess this is an issue which has already been fixed upstream but is not yet available in a tagged release.

flying-sheep commented on 2019-10-08 14:20 (UTC) (edited on 2019-10-08 14:21 (UTC) by flying-sheep)

I can’t get it to compile again, can anyone help?

CMake Error at /usr/lib64/cmake/Boost-1.71.0/BoostConfig.cmake:117 (find_package):
  Could not find a package configuration file provided by "boost_signals"
  (requested version 1.71.0) with any of the following names:

    boost_signalsConfig.cmake
    boost_signals-config.cmake