Skip to content

Commit

Permalink
Fix clause name
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Aug 29, 2023
1 parent ad5d287 commit 86ca945
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion R/add_phylopic.r
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @param filter \code{character}. Filter by usage license if `name` is defined.
#' Use "by" to limit results to images which do not require attribution, "nc"
#' for images which allows commercial usage, and "sa" for images without a
#' StandAlone clause. The user can also combine these filters as a vector.
#' ShareAlike clause. The user can also combine these filters as a vector.
#' @param x \code{numeric}. x value of the silhouette center.
#' @param y \code{numeric}. y value of the silhouette center.
#' @param ysize \code{numeric}. Height of the silhouette. The width is
Expand Down
2 changes: 1 addition & 1 deletion R/add_phylopic_base.r
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @param filter \code{character}. Filter by usage license if `name` is defined.
#' Use "by" to limit results to images which do not require attribution, "nc"
#' for images which allows commercial usage, and "sa" for images without a
#' StandAlone clause. The user can also combine these filters as a vector.
#' ShareAlike clause. The user can also combine these filters as a vector.
#' @param x \code{numeric}. x value of the silhouette center. Ignored if `y` and
#' `ysize` are not specified.
#' @param y \code{numeric}. y value of the silhouette center. Ignored if `x` and
Expand Down
2 changes: 1 addition & 1 deletion R/geom_phylopic.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ phylopic_env <- new.env()
#' @param filter \code{character}. Filter by usage license if using the `name`
#' aesthetic. Use "by" to limit results to images which do not require
#' attribution, "nc" for images which allows commercial usage, and "sa" for
#' images without a StandAlone clause. The user can also combine these
#' images without a ShareAlike clause. The user can also combine these
#' filters as a vector.
#' @inheritParams ggplot2::layer
#' @inheritParams ggplot2::geom_point
Expand Down
2 changes: 1 addition & 1 deletion R/get_uuid.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' @param filter \code{character}. Filter uuid(s) by usage license. Use "by" to
#' limit results to image uuids which do not require attribution, "nc" for
#' image uuids which allow commercial usage, and "sa" for image uuids without
#' a StandAlone clause. The user can also combine these filters as a vector.
#' a ShareAlike clause. The user can also combine these filters as a vector.
#' @param url \code{logical}. If \code{FALSE} (default), only the uuid is
#' returned. If \code{TRUE}, a valid PhyloPic image url of the uuid is
#' returned.
Expand Down
2 changes: 1 addition & 1 deletion R/pick_phylopic.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ utils::globalVariables(c("x", "y", "uuid", "label"))
#' @param filter \code{character}. Filter uuid(s) by usage license. Use "by"
#' to limit results to image uuids which do not require attribution, "nc"
#' for image uuids which allow commercial usage, and "sa" for image uuids
#' without a StandAlone clause. The user can also combine these filters.
#' without a ShareAlike clause. The user can also combine these filters.
#' @param auto \code{numeric}. This argument allows the user to automate input
#' into the menu choice. If the input value is `1`, the first returned image
#' will be selected. If the input value is `2`, requested images will be
Expand Down
2 changes: 1 addition & 1 deletion man/add_phylopic.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/add_phylopic_base.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/geom_phylopic.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/get_uuid.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/pick_phylopic.Rd

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

0 comments on commit 86ca945

Please sign in to comment.