Package Details: rstudio-desktop-bin 2023.12.1.402-1

Git Clone URL: https://aur.archlinux.org/rstudio-desktop-bin.git (read-only, click to copy)
Package Base: rstudio-desktop-bin
Description: An integrated development environment (IDE) for R (binary from RStudio official repository)
Upstream URL: http://www.rstudio.org/
Licenses: GPL
Conflicts: rstudio-desktop, rstudio-desktop-git, rstudio-desktop-preview-bin
Provides: rstudio-desktop
Submitter: Meow
Maintainer: Meow
Last Packager: Meow
Votes: 343
Popularity: 1.31
First Submitted: 2011-06-16 16:26 (UTC)
Last Updated: 2024-03-07 00:39 (UTC)

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 27 Next › Last »

davvelsan commented on 2016-05-26 12:00 (UTC) (edited on 2016-05-27 13:51 (UTC) by davvelsan)

0.99.902 PKGBUILD http://pastebin.com/VXFjXxbF

hopimet commented on 2016-05-13 05:09 (UTC)

@dlin, I already posted a workaround i a previous comment. The problem is related to the absence of rsclang. First, install clang if it's not already done. Then, follow my previous post and modify the pkgbuild as follows: mkdir -p "$pkgdir/usr/lib/rstudio/bin/rsclang" # because rsclang is not created cd "$pkgdir/usr/lib/rstudio/bin/rsclang" # unchanged ln -sf /usr/lib/libclang.so ./ # a symlink for libclang.so, so you need clang #patchelf --set-rpath '$ORIGIN/..' libclang.so # commented because it gives the following error 'stat: No such file or directory.'

dlin commented on 2016-05-13 00:00 (UTC)

Can't not work on i686 ==> Converting debian package... /var/tmp/yaourt-tmp-dlin/aur-rstudio-desktop-bin/./PKGBUILD: line 60: cd: /var/tmp/yaourt-tmp-dlin/aur-rstudio-desktop-bin/pkg/rstudio-desktop-bin/usr/lib/rstudio/bin/rsclang: No such file or directory

dlin commented on 2016-05-13 00:00 (UTC)

Can't not work on i686 ==> Converting debian package... /var/tmp/yaourt-tmp-dlin/aur-rstudio-desktop-bin/./PKGBUILD: line 60: cd: /var/tmp/yaourt-tmp-dlin/aur-rstudio-desktop-bin/pkg/rstudio-desktop-bin/usr/lib/rstudio/bin/rsclang: No such file or directory

xduugu commented on 2016-05-07 00:05 (UTC)

The install file can be removed since its functionality is now provided by alpm hooks. You also might want to use architecture-specific variables (source_{i686,x86_64} and md5sums_{i686,x86_64}) instead of the case statement. See the PKGBUILD man page: > Additional architecture-specific sources can be added by appending an underscore and the architecture name e.g., source_x86_64=(). > There must be a corresponding integrity array with checksums, e.g. md5sums_x86_64=().

xgdgsc commented on 2016-04-09 02:29 (UTC)

Please git rm .gitignore.

flying-sheep commented on 2016-02-26 08:41 (UTC)

yes, please fix ASAP it’s hugely annoying to click on .R or .Rproj files and RStudio just opens blank

jestover commented on 2016-01-22 16:08 (UTC)

Adding "$@" to the end of line 94 on the PKGBUILD will allow users to open files in RStudio by typing "rstudio-bin <file-name>.R" into the command line instead of having to launch RStudio and then open the file from inside the RStudio environment.

SJrX commented on 2016-01-09 06:40 (UTC)

I could not get r studio to start, and I'm not sure exactly what the problem is. It would simply return with a exit code 0. Running strace on it revealed that it was looking for an LC_TIME file in various directories and couldn't find it. My Arch did not have any LC_TIME files, but copying the file from an Ubuntu box to Arch in one of those locations allowed r studio to start. I'm really not sure how to fix it properly. Just thought I'd leave a comment in case others needed it though.

loy commented on 2016-01-06 10:19 (UTC)

Hello, It's not depend on GTK but Qt (ldd return this : https://framabin.org/?c241886bf9fe44a7#Lz2JkPSsQ45v5771LNIfxhF0u0eDdF6AkQouDzjaDeQ= )