Skip to content

Commit

Permalink
minor tweaks to README wording
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed Mar 15, 2024
1 parent a709181 commit 2da0e56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ remotes::install_github("njtierney/geotargets")

## A note on development

`geotargets` is still undergoing development, and we would love for people to use the package to kick the tyres. We are using it in our own work, but feel it is appropriate that users use the package with the understanding the API could change in subtle or breaking ways.
`geotargets` is still undergoing development, and we would love for people to use the package to kick the tyres. We are using it in our own work, but want users to know that the API could change in subtle or breaking ways.

# Examples

Expand All @@ -62,7 +62,7 @@ Below we show two examples of target factories:

You would use these in place of `tar_target()` in your targets pipeline, when you are doing work with terra raster or terra vector data.

It is a bit tricky to implement targets workflows in a README, but if you would like to see and download working examples for yourself, see the repo, [demo-geotargets](https://github.com/njtierney/demo-geotargets)
It is a bit tricky to implement targets workflows in a README, but if you would like to see and download working examples for yourself, see the repo, [demo-geotargets](https://github.com/njtierney/demo-geotargets).

## `tar_terra_rast()`: targets with terra rasters

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ remotes::install_github("njtierney/geotargets")

`geotargets` is still undergoing development, and we would love for
people to use the package to kick the tyres. We are using it in our own
work, but feel it is appropriate that users use the package with the
understanding the API could change in subtle or breaking ways.
work, but want users to know that the API could change in subtle or
breaking ways.

# Examples

Expand All @@ -66,7 +66,7 @@ when you are doing work with terra raster or terra vector data.
It is a bit tricky to implement targets workflows in a README, but if
you would like to see and download working examples for yourself, see
the repo,
[demo-geotargets](https://github.com/njtierney/demo-geotargets)
[demo-geotargets](https://github.com/njtierney/demo-geotargets).

## `tar_terra_rast()`: targets with terra rasters

Expand Down

0 comments on commit 2da0e56

Please sign in to comment.