Switch GitHub Actions to modern r-lib actions#63
Merged
gvegayon merged 2 commits intofix-github-actions-libssl-from-d43from Dec 4, 2025
Merged
Switch GitHub Actions to modern r-lib actions#63gvegayon merged 2 commits intofix-github-actions-libssl-from-d43from
gvegayon merged 2 commits intofix-github-actions-libssl-from-d43from
Conversation
Co-authored-by: gvegayon <893619+gvegayon@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix GitHub Actions Ubuntu runner libssl issue using r-lib
Switch GitHub Actions to modern r-lib actions
Dec 3, 2025
gvegayon
added a commit
that referenced
this pull request
Dec 4, 2025
* Initial plan * Replace deprecated arma::is_finite with std::isfinite Co-authored-by: gvegayon <893619+gvegayon@users.noreply.github.com> * Fix GitHub Actions Ubuntu runner libssl issue - Update RSPM URLs from focal (20.04) to noble (24.04) - Explicitly install libssl-dev and libcurl4-openssl-dev - Update system_requirements() to target Ubuntu 24.04 - Fixes ubuntu-latest (release) check failure with libssl.so.3.1 Resolves #60 * Add missing system dependencies for igraph - Install libglpk-dev (required by igraph) - Install libgmp3-dev and libxml2-dev (additional dependencies) - Update local check script to include knitr - Fixes igraph.so loading error in GitHub Actions Related to #60 * Switch GitHub Actions to modern r-lib actions (#63) * Initial plan * Switch to modern r-lib actions and add scripts to .Rbuildignore Co-authored-by: gvegayon <893619+gvegayon@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: gvegayon <893619+gvegayon@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: gvegayon <893619+gvegayon@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reviewer feedback requested switching from manual system dependency management to modern r-lib actions approach.
Changes
Replaced manual workflow steps with r-lib actions
r-lib/actions/setup-r-dependencies@v2handles system deps automaticallyr-lib/actions/check-r-package@v2replaces manual rcmdcheck callsuse-public-rspm: truefor faster binary package installationRemoved overkill system dependencies step (libssl-dev, libcurl4-openssl-dev, etc.) - now handled by r-lib
Added
^scripts$to.RbuildignoreWorkflow comparison
Before:
After:
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.