Conversation
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
Signed-off-by: Ali Sajid Imami <395482+AliSajid@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.
Pull Request
This pull request includes several changes aimed at enhancing the package's configuration, documentation, and continuous integration workflows. The most important changes include updates to the
.Rbuildignorefile, the addition of a GitHub Actions workflow for creating releases, and the introduction of a.pre-commit-config.yamlfile for pre-commit hooks.Configuration and Documentation Updates:
.Rbuildignore: Added several new entries to ignore additional files and directories such asHISTORY.rst,LICENSE.md,.github,.pre-commit-config.yaml,codemeta.json,renv,renv.lock, andutilities.DESCRIPTION: Updated package metadata, including the version, date, authors, and dependencies.Continuous Integration Improvements:
.github/workflows/create_github_release.yaml: Added a new GitHub Actions workflow to automate the creation of GitHub releases upon pushing to specific branches..github/workflows/rworkflows.yml: Added a new GitHub Actions workflow for continuous integration, including steps for running Bioconductor checks and other R workflows..github/workflows/test-coverage.yaml: Introduced a new workflow for test coverage, utilizing thecovrpackage to upload coverage reports.Pre-commit Hooks:
.pre-commit-config.yaml: Added a configuration file for pre-commit hooks to enforce coding standards and automate tasks such as linting and version bumping.License Updates:
LICENSE: Simplified the license text.LICENSE.md: Added a newLICENSE.mdfile with the MIT License text.These changes collectively improve the package's maintainability, ensure better compliance with coding standards, and streamline the release process.
Checklist
Additional Notes
Signed-off-by: Ali Sajid Imami 395482+AliSajid@users.noreply.github.com