From b2a6538a205195dd12f91025d37890b11b958d89 Mon Sep 17 00:00:00 2001 From: Diego H Date: Tue, 9 Apr 2024 17:48:17 +0200 Subject: [PATCH] Docs --- NEWS.md | 2 +- inst/CITATION | 2 +- pkgdown/_pkgdown.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 010f539..d018aa2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -15,7 +15,7 @@ # rasterpic 0.2.3 -- Now `asp_ratio` is an internal function. +- Now `asp_ratio()` is an internal function. - Improve docs and tests. # rasterpic 0.2.2 diff --git a/inst/CITATION b/inst/CITATION index 08b8004..446557b 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -7,7 +7,7 @@ title <- gsub("'", "", meta$Title, fixed = TRUE) bibentry( "Manual", header = paste0("To cite '", meta$Package, "' in publications use:"), - title = paste0("{", meta$Package, "}: ", title), + title = "{rasterpic}: Convert Digital Images into {SpatRaster} Objects", author = person("Diego", "Hernangómez"), year = year, version = meta$Version, diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index 7d47264..8df9315 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -45,7 +45,7 @@ reference: contents: rasterpic_img - title: Plotting desc: > - Functions from other packages from plotting `SpatRasters`. + Functions from other packages from plotting `SpatRaster` objects. contents: - terra::plotRGB() - tidyterra::geom_spatraster_rgb()