From c321b36e672c3bba89c0583efe4ef2e587b1f9d1 Mon Sep 17 00:00:00 2001 From: Rodrigo Pires Date: Fri, 5 Jul 2024 16:03:43 +0800 Subject: [PATCH] still missing one link in the docs --- R/get_satellite_imagery.R | 2 +- man/get_satellite_imagery.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/get_satellite_imagery.R b/R/get_satellite_imagery.R index 2dfd919..aecb8d0 100644 --- a/R/get_satellite_imagery.R +++ b/R/get_satellite_imagery.R @@ -132,7 +132,7 @@ get_available_imagery <- function(product_id = "all") { #' #' @examplesIf interactive() #' # Fetch AHI VIS (true colour) / IR (Ch13 greyscale) composite 1km FD -#' # GEOS GIS `SpatRaster` object for most recent single scan +#' # GEOS GIS \linkS4class{SpatRaster} object for most recent single scan #' available #' #' imagery <- get_satellite_imagery(product_id = "IDE00425", scans = 1) diff --git a/man/get_satellite_imagery.Rd b/man/get_satellite_imagery.Rd index 9d773ab..cc0d63e 100644 --- a/man/get_satellite_imagery.Rd +++ b/man/get_satellite_imagery.Rd @@ -69,7 +69,7 @@ functionality any longer due to issues with \acronym{CRAN} and \examples{ \dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} # Fetch AHI VIS (true colour) / IR (Ch13 greyscale) composite 1km FD -# GEOS GIS `SpatRaster` object for most recent single scan +# GEOS GIS \linkS4class{SpatRaster} object for most recent single scan available imagery <- get_satellite_imagery(product_id = "IDE00425", scans = 1)