You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+16-8Lines changed: 16 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ knitr::opts_chunk$set(
22
22
[](https://app.codecov.io/gh/ropensci/geotargets?branch=master)
`geotargets` extends [`targets`](https://github.com/ropensci/targets) to work with geospatial data formats, such as rasters and vectors (e.g., shapefiles). Currently we support raster and vector formats for the [`terra`](https://github.com/rspatial/terra) package.
@@ -91,7 +93,8 @@ If you would like to see and download working examples for yourself, see the rep
91
93
#| label: tar-terra-rast
92
94
library(targets)
93
95
94
-
tar_dir({ # tar_dir() runs code from a temporary directory.
96
+
tar_dir({
97
+
# tar_dir() runs code from a temporary directory.
95
98
tar_script({
96
99
library(geotargets)
97
100
@@ -118,15 +121,14 @@ tar_dir({ # tar_dir() runs code from a temporary directory.
118
121
119
122
```{r}
120
123
#| label: tar-terra-vect
121
-
tar_dir({ # tar_dir() runs code from a temporary directory.
0 commit comments