-
Notifications
You must be signed in to change notification settings - Fork 1
Update nmecr version, add tests for BSync 2.6.0 format #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the NMECR version, adds new tests with an example BuildingSync file, and performs minor documentation updates.
- Updated package documentation with installation and usage instructions
- Updated LICENSE copyright to include 2025 and added CHANGELOG entries
- Added pre-commit hooks configuration and a GitHub Actions workflow for R tests
Reviewed Changes
Copilot reviewed 9 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updated documentation with usage instructions and minor typos |
| LICENSE.txt | Updated copyright year |
| CHANGELOG.md | Added changelog entries for version 0.1 release |
| .pre-commit-config.yaml | Added configuration for various pre-commit hooks |
| .github/workflows/test.yml | Added a GitHub Actions workflow to run R tests |
Files not reviewed (6)
- DESCRIPTION: Language not supported
- R/bsync_utils.R: Language not supported
- bsyncr.Rproj: Language not supported
- cspell.json: Language not supported
- tests/test_bsyncr.R: Language not supported
- vignettes/.gitignore: Language not supported
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the NMECR package version and adds integration tests along with updated documentation and CI workflows.
- Updates package documentation and usage instructions in README.md
- Updates LICENSE.txt and CHANGELOG.md to reflect the new version and recent changes
- Adds CI workflows for R tests and pre-commit checks, and updates pre-commit configuration
Reviewed Changes
Copilot reviewed 10 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updated documentation, including usage instructions and example commands |
| LICENSE.txt | Updated copyright year from 2021 to 2025 |
| CHANGELOG.md | Added release notes and version details |
| .pre-commit-config.yaml | Introduced additional pre-commit hooks for code quality and formatting |
| .github/workflows/test.yml | Added a workflow for running R tests in CI |
| .github/workflows/pre-commit.yml | Added a workflow to run pre-commit checks |
Files not reviewed (7)
- DESCRIPTION: Language not supported
- R/bsync_utils.R: Language not supported
- bsyncr.Rproj: Language not supported
- cspell.json: Language not supported
- setup_environment.R: Language not supported
- tests/test-bsyncr.R: Language not supported
- vignettes/.gitignore: Language not supported
Uh oh!
There was an error while loading. Please reload this page.