Distinguish core/installed R packages#263
Open
david-mears-2 wants to merge 7 commits intomrc-6905-show-installed-packagesfrom
Open
Distinguish core/installed R packages#263david-mears-2 wants to merge 7 commits intomrc-6905-show-installed-packagesfrom
david-mears-2 wants to merge 7 commits intomrc-6905-show-installed-packagesfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## mrc-6905-show-installed-packages #263 +/- ##
=================================================================
Coverage 99.26% 99.27%
=================================================================
Files 203 203
Lines 5887 5911 +24
Branches 985 988 +3
=================================================================
+ Hits 5844 5868 +24
Misses 42 42
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
david-mears-2
commented
Apr 1, 2026
| # Export env vars needed for running test dependencies | ||
| export OUTPACK_SERVER_IMAGE=docker.io/mrcide/outpack_server:main | ||
| export ORDERLY_RUNNER_IMAGE=ghcr.io/mrc-ide/orderly.runner:main | ||
| export ORDERLY_RUNNER_IMAGE=ghcr.io/mrc-ide/orderly.runner:library-list-report-all-packages |
Contributor
Author
There was a problem hiding this comment.
Revert this after the orderly.runner PR is merged, and before this is merged.
Suggested change
| export ORDERLY_RUNNER_IMAGE=ghcr.io/mrc-ide/orderly.runner:library-list-report-all-packages | |
| export ORDERLY_RUNNER_IMAGE=ghcr.io/mrc-ide/orderly.runner:main |
94de78b to
134b8ad
Compare
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.
Add information to the runner > packages page about installed packages that were not installed specifically in the shared runner library. This is to prevent people having incorrect mental models about what packages are available, hopefully reducing confusion without encouraging people to make their reports depend on un-reproducible / contingent properties of the runner environment.
Builds on #257
Depends on mrc-ide/orderly.runner#40 in orderly.runner and must only be deployed in tandem with that change.