From e3211882f933f2745e177efeb693f7825c0781a6 Mon Sep 17 00:00:00 2001 From: Geoff Ower Date: Wed, 8 May 2024 16:55:59 -0500 Subject: [PATCH] Fix CI --- R/tw_asserted_distributions.R | 2 +- R/tw_biological_associations.R | 2 +- R/tw_collecting_events.R | 2 +- R/tw_sources.R | 2 +- man/tw_asserted_distributions.Rd | 2 +- man/tw_biological_associations.Rd | 2 +- man/tw_collecting_events.Rd | 2 +- man/tw_sources.Rd | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/R/tw_asserted_distributions.R b/R/tw_asserted_distributions.R index b4d57fa..d90fa0d 100644 --- a/R/tw_asserted_distributions.R +++ b/R/tw_asserted_distributions.R @@ -26,7 +26,7 @@ #' @param identifier_type (string, vector) filter by identifier class type (e.g., "Identifier::Local::CatalogNumber") #' @param identifiers (boolean) filter by asserted distributions with identifiers #' @param local_identifiers (boolean) filter by asserted distributions with local identifiers -#' @param match_identifiers_delimiter (string) the delimiter used to separate identifiers (e.g., \n for line break, \t for tab) +#' @param match_identifiers_delimiter (string) the delimiter used to separate identifiers #' @param match_identifiers_type (string) filter by internal or external identifier type #' @param namespace_id (integer) filter by namespace id #' @param keyword_id_and (integer, vector) filter by keyword id with and operator diff --git a/R/tw_biological_associations.R b/R/tw_biological_associations.R index 0f0a759..70d92de 100644 --- a/R/tw_biological_associations.R +++ b/R/tw_biological_associations.R @@ -35,7 +35,7 @@ #' @param identifier_type (string, vector) filter by biological association identifier class type (e.g., "Identifier::Local::CatalogNumber") #' @param identifiers (boolean) filter by biological associations with identifiers #' @param local_identifiers (boolean) filter by biological associations with local identifiers -#' @param match_identifiers_delimiter (string) the delimiter used to separate identifiers (e.g., \n for line break, \t for tab) +#' @param match_identifiers_delimiter (string) the delimiter used to separate identifiers #' @param match_identifiers_type (string) filter by internal or external identifier type #' @param namespace_id (integer) filter by namespace id #' @param note_exact (boolean) filter by exact match on note diff --git a/R/tw_collecting_events.R b/R/tw_collecting_events.R index 6c92eaa..6c1d167 100644 --- a/R/tw_collecting_events.R +++ b/R/tw_collecting_events.R @@ -39,7 +39,7 @@ #' @param keyword_id_or (integer, vector) filter by keyword id (OR) #' @param lithology (string) #' @param local_identifiers (boolean) filter by collecting events with local identifiers -#' @param match_identifiers_delimiter (string) the delimiter for the match_identifiers parameter (e.g., comma (,), new line (\n), tab (\t), etc.) +#' @param match_identifiers_delimiter (string) the delimiter for the match_identifiers parameter #' @param match_identifiers_type (string) the type of match to perform on the identifiers (internal or identifier) #' @param maximum_elevation (numeric) filter by maximum elevation in meters #' @param md5_of_verbatim_label (string) diff --git a/R/tw_sources.R b/R/tw_sources.R index 6eb9a91..08ec7b2 100644 --- a/R/tw_sources.R +++ b/R/tw_sources.R @@ -23,7 +23,7 @@ #' @param in_project (boolean) filter by sources in project #' @param local_identifiers (boolean) filter by sources with/without local identifiers #' @param match_identifiers (string) match identifiers with a delimited string of identifiers -#' @param match_identifiers_delimiter (string) the delimiter for the match_identifiers parameter (e.g., comma (,), new line (\n), tab (\t), etc.) +#' @param match_identifiers_delimiter (string) the delimiter for the match_identifiers parameter #' @param match_identifiers_type (string) the type of indentifiers to match (internal or identifier) #' @param namespace_id (integer) filter by namespace ID #' @param nomenclature (boolean) filter by sources with/without nomenclature diff --git a/man/tw_asserted_distributions.Rd b/man/tw_asserted_distributions.Rd index 7b85b13..b007e51 100644 --- a/man/tw_asserted_distributions.Rd +++ b/man/tw_asserted_distributions.Rd @@ -75,7 +75,7 @@ tw_ad(csv = FALSE, token = NULL, project_token = NULL, page = 0, per = 50, ...) \item{local_identifiers}{(boolean) filter by asserted distributions with local identifiers} -\item{match_identifiers_delimiter}{(string) the delimiter used to separate identifiers (e.g., \n for line break, \t for tab)} +\item{match_identifiers_delimiter}{(string) the delimiter used to separate identifiers} \item{match_identifiers_type}{(string) filter by internal or external identifier type} diff --git a/man/tw_biological_associations.Rd b/man/tw_biological_associations.Rd index 16a871f..e4b2b78 100644 --- a/man/tw_biological_associations.Rd +++ b/man/tw_biological_associations.Rd @@ -174,7 +174,7 @@ tw_ba( \item{local_identifiers}{(boolean) filter by biological associations with local identifiers} -\item{match_identifiers_delimiter}{(string) the delimiter used to separate identifiers (e.g., \n for line break, \t for tab)} +\item{match_identifiers_delimiter}{(string) the delimiter used to separate identifiers} \item{match_identifiers_type}{(string) filter by internal or external identifier type} diff --git a/man/tw_collecting_events.Rd b/man/tw_collecting_events.Rd index 3d9d409..8594f1c 100644 --- a/man/tw_collecting_events.Rd +++ b/man/tw_collecting_events.Rd @@ -112,7 +112,7 @@ tw_ce(csv = FALSE, token = NULL, project_token = NULL, page = 0, per = 50, ...) \item{local_identifiers}{(boolean) filter by collecting events with local identifiers} -\item{match_identifiers_delimiter}{(string) the delimiter for the match_identifiers parameter (e.g., comma (,), new line (\n), tab (\t), etc.)} +\item{match_identifiers_delimiter}{(string) the delimiter for the match_identifiers parameter} \item{match_identifiers_type}{(string) the type of match to perform on the identifiers (internal or identifier)} diff --git a/man/tw_sources.Rd b/man/tw_sources.Rd index cef32c1..549df2e 100644 --- a/man/tw_sources.Rd +++ b/man/tw_sources.Rd @@ -134,7 +134,7 @@ tw_sources( \item{match_identifiers}{(string) match identifiers with a delimited string of identifiers} -\item{match_identifiers_delimiter}{(string) the delimiter for the match_identifiers parameter (e.g., comma (,), new line (\n), tab (\t), etc.)} +\item{match_identifiers_delimiter}{(string) the delimiter for the match_identifiers parameter} \item{match_identifiers_type}{(string) the type of indentifiers to match (internal or identifier)}