Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RStudio Server does not have some dependencies set up properly #560

Open
dtenenba opened this issue Jul 27, 2024 · 0 comments
Open

RStudio Server does not have some dependencies set up properly #560

dtenenba opened this issue Jul 27, 2024 · 0 comments
Assignees

Comments

@dtenenba
Copy link
Contributor

dtenenba commented Jul 27, 2024

On the command line, you can load the RStudio Server module and see that fontconfig and freetype are already installed:

$ ml purge
$ ml RStudio-Server/2024.04.1+748-foss-2023b-Java-11-R-4.4.0
$ ml 2>&1| egrep -i "font|type"
 34) freetype/2.13.2-GCCcore-13.2.0
 37) fontconfig/2.14.2-GCCcore-13.2.0

However, when you actually run RStudio Server, it acts like those libraries are not present. For example, you can't build the systemfonts package from CRAN (this is already part of the R module, but it's just an example).

Also, I wanted to see if I could figure out which modules were loaded, from within rstudio server. I imagined I could look at the LOADEDMODULES environment variable (which I can do on the command line) but it is empty or not defined within RStudio Server.

This is related to two slack conversations:

https://fhdata.slack.com/archives/CD3HGJHJT/p1722035956418049
https://fredhutch-scicomp.slack.com/archives/D1E549M55/p1722023487236639 (private conversation between Dan and John)

And a ticket:

https://fredhutch.happyfox.com/staff/ticket/14915

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants