-
Notifications
You must be signed in to change notification settings - Fork 2
Devel #148
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
Devel #148
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 terminology and documentation throughout the spatialplanr package, standardizing the use of "Planning Unit" (capitalized) and "prioritization" (US spelling) across vignettes, documentation files, and examples.
Key changes:
- Standardized capitalization of "Planning Unit(s)" throughout documentation
- Changed British spelling "prioritisation" to American spelling "prioritization"
- Expanded abbreviations (e.g., "MPA" to "Marine Protected Areas (MPAs)" on first use)
- Enhanced function parameter descriptions and examples in documentation files
- Added new documentation files and improved consistency across package documentation
Reviewed Changes
Copilot reviewed 123 out of 245 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| vignettes/spatialplanr.Rmd | Updated terminology to use capitalized "Planning Unit" and "prioritization" spelling |
| vignettes/MultipleUse.Rmd | Changed spelling to "prioritization" and capitalized "Planning Unit" |
| vignettes/GlobalFishingWatch.Rmd | Updated API function calls and removed deprecated code |
| vignettes/ClimateSmart.Rmd | Changed spelling to "prioritization" and simplified code examples |
| tests/testthat/test-splnr_plotting_climate.R | Removed unused names parameter from function call |
| man/*.Rd | Comprehensive documentation updates with improved descriptions, capitalized "Planning Unit", and enhanced examples |
| docs/reference/*.html | Generated documentation updates reflecting changes to .Rd files |
| docs/reference/*.md | Generated markdown documentation with improved formatting and examples |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
vignettes/spatialplanr.Rmd
Outdated
| MPAs, we can can add this to the `splnr_gg_add()`function. | ||
| But we locked-in areas that were already existing Marine Protected Areas (MPAs). If we want to | ||
| show the overlap between the selected Planning Units and the current | ||
| MPAs, we can can add this to the `splnr_gg_add()` function. |
Copilot
AI
Nov 18, 2025
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.
There's a typo: "can can" should be "can".
No description provided.