Skip to content

Aligned NN checks to use r-lib/actions/setup-r-dependencies@v2 #28

Merged
akselthomsen merged 3 commits intomainfrom
feat/nn-workflow
Jun 6, 2025
Merged

Aligned NN checks to use r-lib/actions/setup-r-dependencies@v2 #28
akselthomsen merged 3 commits intomainfrom
feat/nn-workflow

Conversation

@ari-stotle-max
Copy link
Copy Markdown
Contributor

closes #27
This aligns the setup between the standard jobs and the NN jobs setting lock dates.

@ari-stotle-max ari-stotle-max added the enhancement New feature or request label Jun 3, 2025
Copy link
Copy Markdown
Member

@akselthomsen akselthomsen left a comment

Choose a reason for hiding this comment

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

I am not sure this will still install the right versions of the packages.
Do we have a test of this?

Comment thread .github/workflows/check_nn_versions.yaml Outdated
@ari-stotle-max
Copy link
Copy Markdown
Contributor Author

If you now check the setup-r step you can see that a CRAN reference has been set.

The sessionInfo() from the setup-r-dependencies now respects the CRAN mirror date.

Copy link
Copy Markdown
Member

@akselthomsen akselthomsen left a comment

Choose a reason for hiding this comment

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

Very neat solution!
such a nice improvement of the workflow.
I only have one more step (see comment) that we can delete as well.

Comment thread .github/workflows/check_nn_versions.yaml Outdated
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 5, 2025

Github pages

Review the pkgdown webpage for the PR here

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 5, 2025

Code coverage

Name Coverage (%)
r.workflows 100
R/hello.R 100

@akselthomsen akselthomsen merged commit f56ca7e into main Jun 6, 2025
14 checks passed
@akselthomsen akselthomsen deleted the feat/nn-workflow branch June 6, 2025 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Align jobs for R-CMD-check standard and R-CMD-check NN versions

2 participants