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

fix: use gdebi-core to install RStudio #805

Merged
merged 7 commits into from
Aug 9, 2024

Conversation

eitsupi
Copy link
Member

@eitsupi eitsupi commented May 1, 2024

python-setuptools is no longer available on Ubuntu 24.04.

@eitsupi eitsupi marked this pull request as ready for review August 8, 2024 13:45
Comment on lines +54 to +57
# TODO: remove this workaround for Ubuntu 24.04
if [ "$UBUNTU_CODENAME" = "noble" ]; then
UBUNTU_CODENAME="jammy"
fi
Copy link
Member Author

Choose a reason for hiding this comment

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

I believe this will need to be removed after a new version of RStudio is released.

@eitsupi eitsupi requested a review from cboettig August 8, 2024 13:47
@eitsupi
Copy link
Member Author

eitsupi commented Aug 8, 2024

I think we can merge this now that it can pass tests with r-ver:latest (currently jammy) and r-ver:devel (currently noble).

@eitsupi eitsupi merged commit 634deea into rocker-org:master Aug 9, 2024
28 of 30 checks passed
@eitsupi eitsupi deleted the rstudio-update branch August 9, 2024 12:01
@eitsupi eitsupi linked an issue Aug 10, 2024 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

rocker/rstudio:devel is a quite old R-devel daily snapshot
1 participant