You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; Git sources require a configured R installation. R is often installed at `/usr/lib/R`
; or `/usr/lib64/R`.
RVersion = /opt/R/default/
Helm
# -- config is a nested map of maps that generates the rstudio-pm.gcfg fileconfig:
Server:
RVersion: "/opt/R/3.6.2/"HTTP:
Listen: :4242Metrics:
Enabled: true
Hard coding these values can lead to errors when starting Package Manager. In particular, this is an issue with hard coding the value into Helm because there is no guarantee that /opt/R/3.6.2/ is installed.
Proposed fix
Update the default Helm configuration to use R and Python auto-detection.
There is also an opportunity to simplify the Package Manager docker image, but that is out of the scope of this repo.
The text was updated successfully, but these errors were encountered:
The current Package Manager docker image and helm chart have hard-coded R and Python configurations.
Related
The issue
Docker
https://github.com/rstudio/rstudio-docker-products/blob/e0fa3ab39e64e6e9b03febcbcb97e71a96210596/package-manager/rstudio-pm.gcfg#L12-L14
Helm
Hard coding these values can lead to errors when starting Package Manager. In particular, this is an issue with hard coding the value into Helm because there is no guarantee that
/opt/R/3.6.2/
is installed.Proposed fix
The text was updated successfully, but these errors were encountered: