From 6bdd9f4b7877bb17330326ebf443784e769889aa Mon Sep 17 00:00:00 2001 From: Eric Scott Date: Wed, 11 Sep 2024 16:39:18 -0700 Subject: [PATCH] update NEWS --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 2935ab3..b0dff8d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ * Created `tar_stars()` and `tar_stars_proxy()` that create `stars` and `stars_proxy` objects, respectively. * Created `tar_terra_tiles()`, a "target factory" for splitting a raster into multiple tiles with dynamic branching (#69). -* Created two helper functions for use in `tar_terra_tiles()`: `tile_grid()` and `tile_blocksize()` (#69, #87, #89). +* Created two helper functions for use in `tar_terra_tiles()`: `tile_grid()`, `tile_n()`, and `tile_blocksize()` (#69, #86, #87, #89). * Created utility function `set_window()` mostly for internal use within `tar_terra_tiles()`. * Removes the `iteration` argument from all `tar_*()` functions. `iteration` now hard-coded as `"list"` since it is the only option that works (for now at least). * Added the `description` argument to all `tar_*()` functions which is passed to `tar_target()`.