Skip to content

Commit

Permalink
add note about iteration = "list"
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed Aug 19, 2024
1 parent 0944f48 commit 7f16c60
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/tar-stars.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
#' @param ... Additional arguments not yet used
#'
#' @inheritParams targets::tar_target
#'
#' @note the `iteration` argument is unavailable because it is hard-coded to
#' `"list"`, the only option that works currently.
#'
#' @seealso [targets::tar_target_raw()]
#' @export
#' @examplesIf rlang::is_installed("stars")
Expand Down
4 changes: 4 additions & 0 deletions R/tar-terra-rast.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
#' @param ... Additional arguments not yet used
#'
#' @inheritParams targets::tar_target
#'
#' @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
#' @importFrom rlang %||% arg_match0
#' @seealso [targets::tar_target_raw()]
Expand Down
4 changes: 4 additions & 0 deletions R/tar-terra-sprc.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
#' @param ... Additional arguments not yet used
#'
#' @inheritParams targets::tar_target
#'
#' @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
#' @seealso [targets::tar_target_raw()]
#' @author Andrew Gene Brown
Expand Down
4 changes: 4 additions & 0 deletions R/tar-terra-vect.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
#' passed to [terra::writeVector()].
#' @param ... Additional arguments not yet used
#' @inheritParams targets::tar_target
#'
#' @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
#'
#' @note Although you may pass any supported GDAL vector driver to the
Expand Down
3 changes: 3 additions & 0 deletions R/tar_terra_tiles.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
#' @inheritParams targets::tar_target
#' @author Eric Scott
#'
#' @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
#' extents and a downstream pattern that maps over these extents to create a
#' list of SpatRaster objects.
Expand Down
4 changes: 4 additions & 0 deletions man/tar_stars.Rd

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

4 changes: 4 additions & 0 deletions man/tar_terra_rast.Rd

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

4 changes: 4 additions & 0 deletions man/tar_terra_sprc.Rd

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

4 changes: 4 additions & 0 deletions man/tar_terra_tiles.Rd

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

3 changes: 3 additions & 0 deletions 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 7f16c60

Please sign in to comment.