Skip to content

Commit

Permalink
usethis::use_logo() and add acknowledement
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed Sep 3, 2024
1 parent ea1f9fe commit 255a06c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```

# geotargets
# geotargets <a href="https://njtierney.github.io/geotargets/"><img src="man/figures/logo.svg" alt="geotargets website" align="right" height="139"/></a>

<!-- badges: start -->
[![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)
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# geotargets
# geotargets <a href="https://njtierney.github.io/geotargets/"><img src="man/figures/logo.svg" alt="geotargets website" align="right" height="139"/></a>

<!-- badges: start -->

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Binary file added man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions man/geotargets-package.Rd

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

0 comments on commit 255a06c

Please sign in to comment.