Skip to content

Conversation

@Meghansaha
Copy link
Owner

@Meghansaha Meghansaha commented Sep 11, 2025

What changes are proposed in this pull request?

New Functions and Updates

  • Added point_in_polygon(). Performs geometric spatial analyses using {sf} package functionality. Useful for detecting if coordinate points lay inside, on the boundary, or outside of a supplied polygon.
  • Improved select back-end test suites for performance
  • Corrections and alt-text added to code/images in artpack's vignettes
  • The {sf} package is now imported with the installation of artpack
  • Other back-end quality of life additions

If there is an GitHub issue associated with this pull request, please provide link.
Closes #85
Closes #63


Reviewer Checklist (if item does not apply, mark is as complete)

  • PR branch has pulled the most recent updates from main branch.
  • If a bug was fixed, a unit test was added.
  • Run pkgdown::build_site(). Check the R console for errors, and review the rendered website.
  • Code coverage is suitable for any new functions/features: devtools::test_coverage()
  • usethis::use_spell_check() runs with no spelling errors in documentation
  • All GitHub Action workflows pass with a ✅

When the branch is ready to be merged into master:

  • Update NEWS.md with the changes from this pull request under the heading "# artpack (development version)". If there is an issue associated with the pull request, reference it in parentheses at the end update (see NEWS.md for examples).
  • Increment the version number using usethis::use_version(which = "dev")
  • Run usethis::use_spell_check() again
  • Approve Pull Request
  • Merge the PR. Please use "Squash and merge".

@Meghansaha Meghansaha self-assigned this Sep 11, 2025
@Meghansaha Meghansaha added documentation Improvements or additions to documentation site work Work related to updating to artpack website STL This should get done sooner than later BLOCKED Work is at a stopping point, but we're waiting on something or someone. labels Sep 11, 2025
@Meghansaha Meghansaha removed the BLOCKED Work is at a stopping point, but we're waiting on something or someone. label Sep 14, 2025
@Meghansaha Meghansaha marked this pull request as ready for review September 17, 2025 03:20
@Meghansaha Meghansaha merged commit 7738cb0 into master Sep 17, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation site work Work related to updating to artpack website STL This should get done sooner than later

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release artpack 0.2.0 point_in_polygon() ?

2 participants