Copilot instructions#49
Merged
Merged
Conversation
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.
This pull request introduces improvements to the R environment setup for CI workflows and documents conventions for Copilot contributions. The most significant change is the creation of a reusable GitHub Action for setting up the R check environment, which streamlines and centralizes environment configuration across workflows. Additional updates include the addition of Copilot instructions, modifications to CI workflow steps to use the new action, and the introduction of a dedicated workflow for validating setup steps.
R Environment Setup Improvements
.github/actions/r-check-env/action.yaml) to set up the common R environment, including Pandoc, system libraries, R, and renv, for use in CI and Copilot workflows..github/workflows/ci.yamlto use the newr-check-envaction, replacing repeated setup steps for Pandoc, system libraries, R, and renv with a single reusable step.Copilot and Workflow Enhancements
.github/copilot-instructions.mdto document Copilot goals, stack, code conventions, test practices, and commit message standards for contributors..github/workflows/copilot-setup-steps.yml, a dedicated workflow to validate the R environment setup steps, triggered on changes to the setup workflow or manually via the Actions tab.Minor Workflow Adjustments
.github/workflows/ci.yamlfor clarity and organization. [1] [2]