Skip to content

Commit 86ca945

Browse files
committed
Fix clause name
1 parent ad5d287 commit 86ca945

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

R/add_phylopic.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#' @param filter \code{character}. Filter by usage license if `name` is defined.
1212
#' Use "by" to limit results to images which do not require attribution, "nc"
1313
#' for images which allows commercial usage, and "sa" for images without a
14-
#' StandAlone clause. The user can also combine these filters as a vector.
14+
#' ShareAlike clause. The user can also combine these filters as a vector.
1515
#' @param x \code{numeric}. x value of the silhouette center.
1616
#' @param y \code{numeric}. y value of the silhouette center.
1717
#' @param ysize \code{numeric}. Height of the silhouette. The width is

R/add_phylopic_base.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#' @param filter \code{character}. Filter by usage license if `name` is defined.
1212
#' Use "by" to limit results to images which do not require attribution, "nc"
1313
#' for images which allows commercial usage, and "sa" for images without a
14-
#' StandAlone clause. The user can also combine these filters as a vector.
14+
#' ShareAlike clause. The user can also combine these filters as a vector.
1515
#' @param x \code{numeric}. x value of the silhouette center. Ignored if `y` and
1616
#' `ysize` are not specified.
1717
#' @param y \code{numeric}. y value of the silhouette center. Ignored if `x` and

R/geom_phylopic.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ phylopic_env <- new.env()
6060
#' @param filter \code{character}. Filter by usage license if using the `name`
6161
#' aesthetic. Use "by" to limit results to images which do not require
6262
#' attribution, "nc" for images which allows commercial usage, and "sa" for
63-
#' images without a StandAlone clause. The user can also combine these
63+
#' images without a ShareAlike clause. The user can also combine these
6464
#' filters as a vector.
6565
#' @inheritParams ggplot2::layer
6666
#' @inheritParams ggplot2::geom_point

R/get_uuid.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#' @param filter \code{character}. Filter uuid(s) by usage license. Use "by" to
1818
#' limit results to image uuids which do not require attribution, "nc" for
1919
#' image uuids which allow commercial usage, and "sa" for image uuids without
20-
#' a StandAlone clause. The user can also combine these filters as a vector.
20+
#' a ShareAlike clause. The user can also combine these filters as a vector.
2121
#' @param url \code{logical}. If \code{FALSE} (default), only the uuid is
2222
#' returned. If \code{TRUE}, a valid PhyloPic image url of the uuid is
2323
#' returned.

R/pick_phylopic.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ utils::globalVariables(c("x", "y", "uuid", "label"))
1919
#' @param filter \code{character}. Filter uuid(s) by usage license. Use "by"
2020
#' to limit results to image uuids which do not require attribution, "nc"
2121
#' for image uuids which allow commercial usage, and "sa" for image uuids
22-
#' without a StandAlone clause. The user can also combine these filters.
22+
#' without a ShareAlike clause. The user can also combine these filters.
2323
#' @param auto \code{numeric}. This argument allows the user to automate input
2424
#' into the menu choice. If the input value is `1`, the first returned image
2525
#' will be selected. If the input value is `2`, requested images will be

man/add_phylopic.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/add_phylopic_base.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/geom_phylopic.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/get_uuid.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pick_phylopic.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)