Skip to content

Commit

Permalink
fixing quiet option (#242)
Browse files Browse the repository at this point in the history
* fixing quiet option

* updating docs
  • Loading branch information
wcornwell authored Oct 16, 2024
1 parent 7d5a1a3 commit 6a97a40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: APCalign
Title: Resolving Plant Taxon Names Using the Australian Plant Census
Version: 1.1.0
Version: 1.1.1
Authors@R: c(
person(given = "Daniel", family = "Falster", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-9814-092X")),
person(given = "Elizabeth", family = "Wenk", role = c("aut", "ctb"), email = "[email protected]", comment = c(ORCID = "0000-0001-5640-5910")),
Expand Down Expand Up @@ -38,7 +38,7 @@ Suggests:
here,
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://traitecoevo.github.io/APCalign/, https://github.com/traitecoevo/APCalign
Expand Down
4 changes: 2 additions & 2 deletions R/create_taxonomic_update_lookup.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
#' makes erroneous matches.
#' @param identifier A dataset, location or other identifier,
#' which defaults to NA.
#' @param quiet Logical to indicate whether to display messages while
#' @param quiet Logical to indicate whether to display messages while loading data and
#' aligning taxa.
#' @param output file path to save the output. If this file already exists,
#' this function will check if it's a subset of the species passed in and try
Expand Down Expand Up @@ -167,7 +167,7 @@ create_taxonomic_update_lookup <- function(taxa,
APNI_matches = TRUE,
imprecise_fuzzy_matches = FALSE,
identifier = NA_character_,
resources = load_taxonomic_resources(),
resources = load_taxonomic_resources(quiet = quiet),
quiet = FALSE,
output = NULL) {

Expand Down
4 changes: 2 additions & 2 deletions man/create_taxonomic_update_lookup.Rd

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

0 comments on commit 6a97a40

Please sign in to comment.