change license to GPL-3 and rename package#36
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request renames the R package from "replr" to "repljail" and changes its license from MIT to GPL-3. The changes are comprehensive, affecting code, documentation, tests, examples, configuration files, and infrastructure.
Key Changes:
- License changed from MIT to GPL-3 in LICENSE.md and DESCRIPTION
- Package name changed from "replr" to "repljail" throughout the codebase
- All function names, options, file paths, container names, network names, and documentation updated to reflect the new package name
Reviewed changes
Copilot reviewed 74 out of 74 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| LICENSE.md | Complete replacement of MIT license with full GPL-3 license text |
| DESCRIPTION | Package name changed to "repljail" and license set to "GPL (>= 3)" |
| R/*.R | All package code updated with new package name in functions, options, and comments |
| tests/testthat/*.R | All test files updated with new package namespace and function names |
| man/*.Rd | All documentation files updated with new package name and function names |
| vignettes/*.Rmd | Vignettes updated with new package name in text and code examples |
| inst/examples/*.R | Example scripts updated with new library calls and option names |
| inst/Dockerfile, inst/worker.R | Docker configuration and worker script updated with new naming |
| README.md, CLAUDE.md, TODO.md | Documentation updated with new package name |
| NAMESPACE | All exported functions renamed from replr_* to repljail_* |
| .devcontainer/* | Development container configuration updated |
| .Rbuildignore | Build ignore patterns updated |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.