Package Details: rstudio-desktop-git 1.4.1103.r736-1

Git Clone URL: https://aur.archlinux.org/rstudio-desktop-git.git (read-only, click to copy)
Package Base: rstudio-desktop-git
Description: A powerful and productive integrated development environment (IDE) for R programming language
Upstream URL: https://www.rstudio.com/products/rstudio/
Keywords: ide r rstudio
Licenses: AGPL3
Conflicts: rstudio-desktop, rstudio-desktop-bin, rstudio-desktop-preview
Provides: rstudio-desktop
Submitter: None
Maintainer: artemklevtsov (hwkiller, kngwyu, bartus)
Last Packager: bartus
Votes: 61
Popularity: 0.000000
First Submitted: 2011-03-09 06:13 (UTC)
Last Updated: 2022-02-21 10:07 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 22 Next › Last »

hwkiller commented on 2017-06-15 19:23 (UTC)

I'm once again stealing a bit of your PKGBUILD (full disclosure). The rstudio team recently changed their dependencies/common/install-* scripts to see whether you're on ubuntu, suse, or centos, and if you're not on those, it'll throw an error. Your script circumvents that by including pandoc as a dependency and symlinking to the correct directories. This approach fixes the issue, presumably, and so I'm putting your prepare() statements into the rstudio-server-git's pkgbuild. I assume if this works for the desktop release, it should work for the server release. One thing I noticed though, is that you don't do anything with the dictionaries. I installed rstudio-server using your prepare statement (and the hunspell-en dependency), but in rstudio-server, it fails to find any dictionaries and throws errors related to hunspell at runtime. So for the time being, I'm using the ./install-dictionaries script.

hwkiller commented on 2017-06-15 02:41 (UTC)

I think this package will now require qt5-webkit-ng for a while. Updated recently, and rstudio crashes. I replaced qt5-webkit with qt5-webkit-ng, and it is working again. I think the next qt5 release will include the patches from qt5-webkit-ng, so reverting back to qt5-webkit should be fine afterward.

laoshanlong commented on 2017-05-26 21:06 (UTC)

Fails to build, requires libgfortran.so.4, but I have libgfortran.so.3 and have no idea what to do. /usr/lib64/R/bin/exec/R: error while loading shared libraries: libgfortran.so.4: cannot open shared object file: No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting...

hwkiller commented on 2017-05-01 23:27 (UTC)

Nevermind. I resolved it. Had to include both the socketproxy-openssl.patch along with a new patch of mine that: - Changes a reference to <openssl> to <openssl-1.0> - Changes cmake to forcefully use the libcrypto.so and libssl.so in /usr/lib/openssl-1.0 They don't make this easy.

hwkiller commented on 2017-05-01 19:44 (UTC)

Indeed, thank you for that. I was racking my brain over why my rstudio-server-git package wasn't building. I'm guessing, though I'm not sure, that this has something to do with the update to openssl from 1.0 to 1.1. I couldn't figure out how to add openssl-1.0 to the cmake system, but even after an hour of trying, it was still failing to build at the same point. I'm currently trying to apply a patch directly on the .cpp as you did to use openssl-1.0 rather than openssl 1.1; any help you could provide would be very appreciated.

artemklevtsov commented on 2017-04-28 05:23 (UTC)

@dlin many thanks for this.

dlin commented on 2017-04-28 05:14 (UTC)

rstudio-desktop-git-1.1.214-1-x86_64.pkg.tar.xz required patch https://gist.github.com/dlintw/d8224e8f4a9e6960efc09a1d8bfd2258

xiaohuanyu521 commented on 2017-03-28 16:54 (UTC)

CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find LibR (missing: LIBR_LIBRARIES) Call Stack (most recent call first): /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) cmake/modules/FindLibR.cmake:166 (find_package_handle_standard_args) src/cpp/CMakeLists.txt:260 (find_package) CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: Boost_INCLUDE_DIR (ADVANCED) used as include directory in directory /tmp/yaourt-tmp-jadestrong/aur-rstudio-desktop-git/src/rstudio/src/cpp

cmellwig commented on 2017-01-28 14:20 (UTC)

qt5-svg should be a dependency