Package Details: rstudio-server-bin 2023.03.0_386-1

Git Clone URL: https://aur.archlinux.org/rstudio-server-bin.git (read-only, click to copy)
Package Base: rstudio-server-bin
Description: A integrated development environment (IDE) for R (binary version from RStudio official website)
Upstream URL: http://www.rstudio.org/
Keywords: ide r rstudio server
Licenses: GPL
Conflicts: rstudio-server, rstudio-server-git
Provides: rstudio-server
Submitter: familia
Maintainer: bluerider
Last Packager: bluerider
Votes: 15
Popularity: 0.003977
First Submitted: 2015-07-30 13:06 (UTC)
Last Updated: 2023-05-07 15:10 (UTC)

Latest Comments

1 2 3 4 Next › Last »

sgeissler commented on 2023-05-05 10:33 (UTC) (edited on 2023-05-05 10:34 (UTC) by sgeissler)

Replacing the pkgver with the most recent version fixes the issue of the incompatible graphics engine.

pkgver=2023.03.0_386
#pkgver=2022.12.0_353

Note that you either also need to update the checksums or build with makepkg --skipinteg (not recommended)

lllf commented on 2023-04-27 03:03 (UTC) (edited on 2023-04-28 03:44 (UTC) by lllf)

Since R has been updated, it appears to be no longer compatible with R Studio.

R graphics engine version 16 is not supported by this version of RStudio. The Plots tab will be disabled until a newer version of RStudio is installed.

I've downgraded R to r-4.2.3-1 and it fixes the above.

gds506 commented on 2022-11-05 23:51 (UTC) (edited on 2022-11-06 03:58 (UTC) by gds506)

Hi, Today's openssl upgrade to version 3 broke my rstudio server. I had to install openssl 1.1 to make it work again. I think the dependencies must be updated to openssl-1.1 instead of openssl-1.0.

bluerider commented on 2022-09-18 23:13 (UTC)

@gds506 @asparkov I've updated to the recent 2022.7.1_544 upstream version.

gds506 commented on 2022-09-03 18:49 (UTC) (edited on 2022-09-03 19:27 (UTC) by gds506)

I created a PKGBUILD with the latest version of Rstudio Server (2022.07.1_554-1-x86_64) and after testing it locally didn't get any issue. @bluerider will it be possible for you to update it?

asparkov commented on 2021-10-19 17:09 (UTC)

as pointed by @arslonga postgresql-libs should be added as dependency, on a fresh arch install rstudio-server fails to start because libpq.so.5. is missing.

mehrad commented on 2021-10-08 14:19 (UTC)

@bluerider yes it worked!!

sudo useradd --system rstudio-server

and now everything is clean. I checked with:

sudo rstudio-server verify-installation
systemctl start rstudio-server.service

Would you please patch the PKGBUILD to also check for existence of such user using id -u "rstudio-server" and if not creating it.

bluerider commented on 2021-10-08 13:39 (UTC)

@mehrad Can you add a rstudio-server user to your Linux machine?

mehrad commented on 2021-10-08 13:10 (UTC)

@petya No I'm still struggling with it. In the meanwhile I am using a singularity container until @bluerider or someone from the community can help us with this situation.

Petya commented on 2021-10-07 17:29 (UTC)

@mehrad Did you ever figure out what caused your issue with [description: User not found., user-value: ]? I have the same issue.