Skip to content

Commit

Permalink
capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed Aug 19, 2024
1 parent 89910fb commit 76ae2e8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion R/tar-stars.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#'
#' @inheritParams targets::tar_target
#'
#' @note the `iteration` argument is unavailable because it is hard-coded to
#' @note The `iteration` argument is unavailable because it is hard-coded to
#' `"list"`, the only option that works currently.
#'
#' @seealso [targets::tar_target_raw()]
Expand Down
2 changes: 1 addition & 1 deletion R/tar-terra-rast.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#'
#' @inheritParams targets::tar_target
#'
#' @note the `iteration` argument is unavailable because it is hard-coded to
#' @note The `iteration` argument is unavailable because it is hard-coded to
#' `"list"`, the only option that works currently.
#'
#' @returns target class "tar_stem" for use in a target pipeline
Expand Down
2 changes: 1 addition & 1 deletion R/tar-terra-sprc.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#'
#' @inheritParams targets::tar_target
#'
#' @note the `iteration` argument is unavailable because it is hard-coded to
#' @note The `iteration` argument is unavailable because it is hard-coded to
#' `"list"`, the only option that works currently.
#'
#' @returns target class "tar_stem" for use in a target pipeline
Expand Down
2 changes: 1 addition & 1 deletion R/tar-terra-vect.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @param ... Additional arguments not yet used
#' @inheritParams targets::tar_target
#'
#' @note the `iteration` argument is unavailable because it is hard-coded to
#' @note The `iteration` argument is unavailable because it is hard-coded to
#' `"list"`, the only option that works currently.
#'
#' @returns target class "tar_stem" for use in a target pipeline
Expand Down
2 changes: 1 addition & 1 deletion R/tar_terra_tiles.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' @inheritParams targets::tar_target
#' @author Eric Scott
#'
#' @note the `iteration` argument is unavailable because it is hard-coded to
#' @note The `iteration` argument is unavailable because it is hard-coded to
#' `"list"`, the only option that works currently.
#'
#' @return a list of two targets: an upstream target that creates a list of
Expand Down
2 changes: 1 addition & 1 deletion man/tar_stars.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/tar_terra_rast.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/tar_terra_sprc.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/tar_terra_tiles.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/tar_terra_vect.Rd

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

0 comments on commit 76ae2e8

Please sign in to comment.