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

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 27 Next › Last »

hwkiller commented on 2018-08-12 02:33 (UTC) (edited on 2018-08-12 02:34 (UTC) by hwkiller)

For those having the std::runtime_error error message: This is due to the 'later' package. The latest github release has a fix for this: devtools::install_github('r-lib/later'). For any future arch linux users wondering why everything broke.

nessuno commented on 2018-08-09 14:32 (UTC)

I confirm that my problem was about glibc v2.28 and that, so, was on R and not on RStudio

Thanks

greenisagoodcolo commented on 2018-08-08 15:12 (UTC) (edited on 2018-08-08 15:41 (UTC) by greenisagoodcolo)

@nessuno. Fixed by removing all R packages besides base and rebuilding/reinstalling rstudio-desktop-bin. R is most current version from pacman. Although when I try to build some new packages (e.g. "later"), it throws a similar error and cannot build... "terminate called after throwing an instance of 'std::runtime_error' what(): Mutex creation failed"

I imagine it has to do with some sort of internal C thing..perhaps as usual, archlinux is ahead on gcc or something that makes older syntax from the packages not build? its beyond my level of current computer comprehension.

Fixed by downgrading lib32 and glibc...which is apparently a no-no, but I need to make this code work for a deliverable later today...always famous last words...

sudo pacman -U /var/cache/pacman/pkg/glibc-2.27-3-x86_64.pkg.tar.xz /var/cache/pacman/pkg/lib32-glibc-2.27-3-x86_64.pkg.tar.xz

nessuno commented on 2018-08-07 19:54 (UTC) (edited on 2018-08-07 19:56 (UTC) by nessuno)

I have a very similar error

what(): Mutex creation failed

but I have it if I try to install sparklyr and it started doing so since I updated r-mkl and not this package

Therefore

  1. If you discover how to solve the problem, please let me know!
  2. Are you sure that you didn't update your r package together with the rstudio one?

Thanks

greenisagoodcolo commented on 2018-08-07 13:44 (UTC)

Hey, I upgraded to latest version and installed the packages hexd recommended. I can only get a few commands in (e.g. loading libraries, read.csv) before the R session aborts with the error:

"The R session had a fatal error. Unexpected exception: Mutex creation failed"

It seems to not be correlated to any particular command and can occur with or without user input to the command line. Does anyone have any thoughts on why this is occurring? Does it have to do with me not updating some C libraries in pacman?

Thank you.

sessionInfo() R version 3.5.1 (2018-07-02) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Arch Linux

Matrix products: default BLAS: /usr/lib/libblas.so.3.8.0 LAPACK: /usr/lib/liblapack.so.3.8.0

locale: [1] LC_CTYPE=en_US.UTF-8
[2] LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8
[4] LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8
[6] LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8
[8] LC_NAME=C
[9] LC_ADDRESS=C
[10] LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 [12] LC_IDENTIFICATION=C

attached base packages: [1] stats graphics grDevices utils datasets [6] methods base

loaded via a namespace (and not attached): [1] compiler_3.5.1 tools_3.5.1 yaml_2.2.0

hexd commented on 2018-07-25 22:00 (UTC)

The following packages are required in order to use R Notebooks:

r-evaluate r-highr r-markdown r-yaml r-knitr r-rprojroot r-rmarkdown

Since they need to be installed (either system-wise through AUR, or for a single user directly from CRAN), I think these should be listed as optdepends.

Smoerrebroed commented on 2018-06-12 09:33 (UTC)

Out of date for a month ... what's going on?

cbhihe commented on 2018-05-14 18:07 (UTC)

Per the previous comment and that of dviktor, add fctix-qt5 as dependency in yr makefile.

flying-sheep commented on 2018-05-07 14:30 (UTC)

fcitx-qt5 as well, please