-
Notifications
You must be signed in to change notification settings - Fork 4
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
Remove renv and use cran latest #176
Conversation
dgrassellyb
commented
Dec 8, 2023
•
edited
Loading
edited
- update docker images (build devel, latest and oldrel (4.3) from DESCRIPTION file + using latest CRAN repo) - note that there is a dependency with Rework r repos insightsengineering/r-image-creator#18
- update r-cmd checks matrix to use latest CRAN
- add workflow to check latest release on rocker/rstudio dockerhub tags
- upload docker images dependencies on admiralci release
- update other workflows using admiralci-latest
- setup script to install local dependencies (tested on a base image rocker/rstudio:latest)
(Just need to rename latest image to release before changing PR from draft to ready) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we implement this after 1.0
is sent to CRAN. We are very close (Monday or Tuesday I believe)
Yes, let's hold off on this until 1.0 is on CRAN. |
…to use_cran_latest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's see what happens!!
(you can find here latest checks logs - (from workflow dispatch event with also devel chek) https://github.com/pharmaverse/admiral/actions/runs/7553548756/job/20564562353 - and actually it worked also for devel ! 🕺) |