Skip to content

Commit

Permalink
updating documentation a bit, more needed
Browse files Browse the repository at this point in the history
  • Loading branch information
wcornwell committed Dec 15, 2022
1 parent 214af8e commit 0461a17
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Remotes:
traitecoevo/datastorr
Suggests:
testthat (>= 3.0.0)
RoxygenNote: 7.2.1
RoxygenNote: 7.2.2
Config/testthat/edition: 3
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ export(standardise_names)
export(strip_names)
export(update_taxonomy)
importFrom(magrittr,"%>%")

6 changes: 3 additions & 3 deletions R/clean_names.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ default_version <- function() {
#' @param original_name list of names to query
#' @param output (optional) name of file to save results
#' @param fuzzy_matching option to turn off fuzzy matching
#' @param max_distance_abs
#' @param max_distance_rel
#' @param ver
#' @param max_distance_abs absolute distance in substitution space
#' @param max_distance_rel relative distance in substitution space
#' @param ver version number for flora resource
#'
#' @return
#' @export
Expand Down
9 changes: 6 additions & 3 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 0461a17

Please sign in to comment.