diff --git a/README.Rmd b/README.Rmd
index 8840963..17df3e6 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```
-# geotargets
+# geotargets
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
diff --git a/README.md b/README.md
index 23c6552..517c951 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# geotargets
+# geotargets
@@ -101,7 +101,7 @@ tar_dir({ # tar_dir() runs code from a temporary directory.
})
#> ▶ dispatched target terra_rast_example
#> ● completed target terra_rast_example [0.019 seconds]
-#> ▶ ended pipeline [0.185 seconds]
+#> ▶ ended pipeline [0.164 seconds]
#> class : SpatRaster
#> dimensions : 90, 95, 1 (nrow, ncol, nlyr)
#> resolution : 0.008333333, 0.008333333 (x, y)
@@ -139,8 +139,8 @@ tar_dir({ # tar_dir() runs code from a temporary directory.
x
})
#> ▶ dispatched target terra_vect_example
-#> ● completed target terra_vect_example [0.034 seconds]
-#> ▶ ended pipeline [0.173 seconds]
+#> ● completed target terra_vect_example [0.04 seconds]
+#> ▶ ended pipeline [0.189 seconds]
#> class : SpatVector
#> geometry : polygons
#> dimensions : 12, 6 (geometries, attributes)
@@ -187,11 +187,11 @@ tar_dir({ # tar_dir() runs code from a temporary directory.
x
})
#> ▶ dispatched target raster_elevs
-#> ● completed target raster_elevs [0.112 seconds]
-#> ▶ ended pipeline [0.266 seconds]
+#> ● completed target raster_elevs [0.127 seconds]
+#> ▶ ended pipeline [0.262 seconds]
#> Warning message:
#> [rast] skipped sub-datasets (see 'describe(sds=TRUE)'):
-#> /private/var/folders/wr/by_lst2d2fngf67mknmgf4340000gn/T/Rtmpr9sjXA/targets_1085a12a40d0c/_targets/scratch/raster_elevs
+#> /private/var/folders/wr/by_lst2d2fngf67mknmgf4340000gn/T/Rtmpr3IgQV/targets_7e992b241941/_targets/scratch/raster_elevs
#> class : SpatRasterCollection
#> length : 2
#> nrow : 90, 115
@@ -222,8 +222,8 @@ tar_dir({ # tar_dir() runs code from a temporary directory.
x
})
#> ▶ dispatched target test_stars
-#> ● completed target test_stars [0.053 seconds]
-#> ▶ ended pipeline [0.17 seconds]
+#> ● completed target test_stars [0.03 seconds]
+#> ▶ ended pipeline [0.143 seconds]
#> Warning message:
#> In CPL_write_gdal(mat, file, driver, options, type, dims, from, :
#> GDAL Message 6: creation option '' is not formatted with the key=value format
diff --git a/man/figures/logo.png b/man/figures/logo.png
new file mode 100644
index 0000000..fce241d
Binary files /dev/null and b/man/figures/logo.png differ
diff --git a/man/geotargets-package.Rd b/man/geotargets-package.Rd
index 714dc5f..04dba95 100644
--- a/man/geotargets-package.Rd
+++ b/man/geotargets-package.Rd
@@ -6,6 +6,8 @@
\alias{geotargets-package}
\title{geotargets: 'Targets' Extensions for Geospatial Formats}
\description{
+\if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}}
+
Provides extensions for various geospatial file formats, such as shapefiles and rasters. Currently provides support for the 'terra' geospatial formats. See the vignettes for worked examples, demonstrations, and explanations of how to use the various package extensions.
}
\seealso{