Skip to content

Conversation

@mishushakov
Copy link
Member

Some unexpected changed on the CDN broke R installation

version before:

4.4.2

version after

4.5.0

@mishushakov mishushakov self-assigned this Aug 20, 2025
@mishushakov mishushakov added the improvement Improvement for current functionality label Aug 20, 2025
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: R Environment Variables Mismatch Causes Breakage

The R_HOME and R_VERSION environment variables are inconsistent with the new R installation. R_HOME points to /opt/R/4.4.2, which no longer exists, and R_VERSION (4.4.2) doesn't match the r-base package's version (4.5.0). This could break R-related functionality.

template/Dockerfile#L15-L19

SERVER_PATH="/root/.server" \
R_VERSION=4.4.2
ENV R_HOME=/opt/R/${R_VERSION} \
JAVA_HOME=/opt/java/openjdk

Fix in Cursor Fix in Web


Comment @cursor review or bugbot run to trigger another review on this PR

@mishushakov mishushakov enabled auto-merge (squash) August 20, 2025 12:07
@mishushakov mishushakov merged commit 14d866a into main Aug 20, 2025
6 checks passed
@mishushakov mishushakov deleted the r-dependencies-update branch August 20, 2025 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improvement for current functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants