Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gdower committed May 8, 2024
1 parent 65bea9a commit e321188
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion R/tw_asserted_distributions.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/tw_biological_associations.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/tw_collecting_events.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion R/tw_sources.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/tw_asserted_distributions.Rd

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

2 changes: 1 addition & 1 deletion man/tw_biological_associations.Rd

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

2 changes: 1 addition & 1 deletion man/tw_collecting_events.Rd

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

2 changes: 1 addition & 1 deletion man/tw_sources.Rd

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

0 comments on commit e321188

Please sign in to comment.