Skip to content

Commit

Permalink
Fix stringr reference; invalid xref in docs
Browse files Browse the repository at this point in the history
- stringr pkg no longer referenced in SeqId.Rd
- fixes #106
  • Loading branch information
stufield committed Mar 26, 2024
1 parent 9e5400b commit 8f971fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/SeqId.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ regexSeqId <- function() {
#' @describeIn SeqId
#' generates a data frame of the positional `SeqId` matches. Specifically
#' designed to facilitate `SeqId` extraction via [substr()].
#' Similar to [stringr::str_locate()].
#' Similar to `stringr::str_locate()`.
#' @param trailing Logical. Should the regular expression explicitly specify
#' _trailing_ `SeqId` pattern match, i.e. `"regex$"`?
#' This is the most common case and the default.
Expand Down
2 changes: 1 addition & 1 deletion man/SeqId.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f971fc

Please sign in to comment.