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: 344
Popularity: 1.39
First Submitted: 2011-06-16 16:26 (UTC)
Last Updated: 2024-03-07 00:39 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 27 Next › Last »

Finebread commented on 2023-12-16 12:43 (UTC) (edited on 2023-12-16 12:46 (UTC) by Finebread)

@Meow Could you please add to the package an executable to /usr/bin, that @Atom194 mentioned on 20th of September 2023? Atom's solution worked for me and was a missing piece to have a complete installation.

@cbrnr commentary on 13rd of September 2023 mentioned one PKGBUILD available on Github that contains the symlink creation that is not in the rstudio-desktop-bin PKGBUILD, Last Updated: 2023-11-05 16:09 (UTC).

I would call the symlink after the package's name rstudio-desktop-bin, instead of rstudio-bin in the mentioned Github PKGBUILD, for clarity.

mpldr commented on 2023-11-01 19:08 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index cf3d129..55c09d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Meow

 pkgname=rstudio-desktop-bin
-pkgver=2023.09.0.463
-_pkgver=2023.09.0-463
+pkgver=2023.09.1.494
+_pkgver=2023.09.1-494
 pkgrel=1
 pkgdesc="An integrated development environment (IDE) for R (binary from RStudio official repository)"
 arch=('x86_64')
@@ -15,9 +15,7 @@ conflicts=('rstudio-desktop' 'rstudio-desktop-git' 'rstudio-desktop-preview-bin'
 provides=("rstudio-desktop=${pkgver}")
 options=(!strip)

-sha256sums_x86_64=(
-52f513f75af83032e7e6a7402a2c2c4e65d65a298b1838454b05c31831d43494
-)
+sha256sums_x86_64=('89054e48a855de355e329360f916448532c55b104c49f2b7d08897d671b9add6')

 source_x86_64=("https://download1.rstudio.org/electron/focal/amd64/rstudio-${_pkgver}-amd64.deb")

brianstamper commented on 2023-10-31 00:23 (UTC)

KDE user, can confirm cbrnr's PKGBUILD was sufficient, thanks!

cbrnr commented on 2023-10-13 09:02 (UTC)

FYI, a working and current PKGBUILD is available here: https://gist.github.com/cbrnr/9bad76d97ff17e37980cf40416fc5596

cbrnr commented on 2023-09-20 12:40 (UTC)

Probably true, but it would be nice to have someone confirm it. However, I'll remove it from my PKGBUILD in the next version following the YAGNI principle.

Atom194 commented on 2023-09-20 12:31 (UTC)

@cbrnr

I think that nobody needs it. Therefore, it is unnecessary and unwanted.

Setting environment variables that are not required is a bad idea, especially if nobody knows what they do.

Also, if only KDE users require this. It should only be exported for KDE users.

cbrnr commented on 2023-09-20 12:03 (UTC)

Then I'd rather leave it in for now. If someone can test this on KDE I'm happy to remove it if it isn't needed.

Atom194 commented on 2023-09-20 12:00 (UTC)

@cbrnr I do not use KDE either.

cbrnr commented on 2023-09-20 11:42 (UTC)

@Atom194 it's probably not necessary, I just left it in for good measure, since I don't use KDE myself (so I can't test it). Can you try if everything works as expected in KDE if you do not export this variable?

Atom194 commented on 2023-09-20 11:12 (UTC) (edited on 2023-09-20 11:13 (UTC) by Atom194)

@cbrnr

Is export KDEDIRS=/usr neceserry in cbrnr PKGBUILD? [1]

I do not know what the KDEDIRS variable does. I am guessing that it is only necessary for KDE users?

[1] rstudio-desktop-bin | cbrnr commented on 2023-07-17 08:32 (UTC) (edited on 2023-07-17 09:34 (UTC) by cbrnr)