Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update str_extract to remove stringr dep (#10)
closes #9 -------------------------------------------------------------------------------- Pre-review Checklist (if item does not apply, mark is as complete) - [x] **All** GitHub Action workflows pass with a ✅ - [x] PR branch has pulled the most recent updates from master branch: `usethis::pr_merge_main()` - [x] If a bug was fixed, a unit test was added. - [x] If a standalone script was updated, a comment is added to the script header (changelog) AND the `last-updated` field has been updated. - [x] Code coverage is suitable for any new functions/features (generally, 100% coverage for new code): `devtools::test_coverage()` - [x] Request a reviewer Reviewer Checklist (if item does not apply, mark is as complete) - [x] If a bug was fixed, a unit test was added. - [x] If a standalone script was updated, a comment is added to the script header (changelog) AND the `last-updated` field has been updated. - [x] Run `pkgdown::build_site()`. Check the R console for errors, and review the rendered website. - [x] Code coverage is suitable for any new functions/features: `devtools::test_coverage()` When the branch is ready to be merged: - [ ] **All** GitHub Action workflows pass with a ✅ - [ ] Approve Pull Request - [ ] Merge the PR. Please use "Squash and merge" or "Rebase and merge". - [ ] Create an issue in any repositories using {standalone} to update the standalone scripts.
- Loading branch information