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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 27 Next › Last »

mehrad commented on 2021-01-20 09:14 (UTC)

This is the patch I made and it worked for me:

diff --git a/PKGBUILD b/PKGBUILD
index 1758d65..4bbf5f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# NOTE: If you are experiencing segmentation fault, delete the ".rstudio-desktop" folder from your home directory then restart the program should fix the issue.

pkgname=rstudio-desktop-bin
-pkgver=1.3.1093
+pkgver=1.4.1103
pkgrel=1
pkgdesc="An integrated development environment (IDE) for R (binary from RStudio official repository)"
arch=('x86_64')
@@ -22,7 +22,7 @@ provides=("rstudio-desktop=${pkgver}")
options=(!strip)

sha256sums_x86_64=(
-ff222177fa968f8cf82016e2086bab10ca4bcbe02a4c16f0ecb650151748cf1c
+768643499ffeef393915998cb141f404db15f4a59f42293ed3f830f9171e323a
#84e61f5eda991b978fa168d6762f7990
#391ba54997d6faddbfe41a185a823ee4
)

pedrorafael commented on 2021-01-18 16:43 (UTC)

Dear

when will the new version of RStudio be made available that brings major improvements and new experiences to those who program in R? Version 1.4.X is now available.

ith140 commented on 2020-12-24 18:03 (UTC)

This also has a dependency on icu67.

mithanan commented on 2020-12-23 01:49 (UTC)

how can i input chinese with fcitx or fcitx5 in this build?

HaoZeke commented on 2020-11-09 20:14 (UTC)

This needs an integrity check.

md5sums_x86_64=('4aa8bacb566a3c9652b02bfc1c07ae97')

Will do.

shigueru_nagata commented on 2020-08-25 23:05 (UTC)

Version 1.3.1073 is out.

chendaniely commented on 2020-07-21 15:03 (UTC)

This is more of an AUR PKGBUILD question: Does anyone know how one would go about changing the PKGBUILD file so this package can co-exist with the -preview and -daily versions? In an ideal world, it would be nice to have a fallback and/or test new versions without having to uninstall+reinstall

I tried adding "-preview" to all the links, but I'm not sure if it's possible because of the QT exports and the folder structure from the extracted .deb

dejanKneekey commented on 2020-05-23 11:50 (UTC)

When I double clicked a pdf file in this RStudio, it failed to invoke any pdf viewer. I changed the options in Options-Sweave-PDF Preview, but they didn't work. My default pdf viewer was qpdfview. Would someone help solve the problem?

fabwu commented on 2020-05-11 16:44 (UTC) (edited on 2020-05-11 17:05 (UTC) by fabwu)

@mhr16 see https://stackoverflow.com/a/59624249/4143128