Skip to content

Commit

Permalink
another edge case?
Browse files Browse the repository at this point in the history
  • Loading branch information
wcornwell committed Jul 31, 2024
1 parent 3798dcc commit ec50f22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions R/align_taxa.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,9 @@
#'
#' @examples
#' \donttest{
#' resources <- load_taxonomic_resources()
#'
#' # example 1
#' align_taxa(c("Poa annua", "Abies alba"), resources = resources)
#' align_taxa(c("Poa annua", "Abies alba"))
#'
#' # example 2
#' input <- c("Banksia serrata", "Banksia serrate", "Banksia cerrata",
Expand All @@ -168,8 +167,7 @@
#' APCalign::align_taxa(
#' original_name = input,
#' identifier = "APCalign test",
#' full = TRUE,
#' resources = resources
#' full = TRUE
#' )
#'
#' }
Expand Down
6 changes: 2 additions & 4 deletions man/align_taxa.Rd

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

0 comments on commit ec50f22

Please sign in to comment.