From 5fc226951f7b86fda8e7f2e500422adf639d9f4f Mon Sep 17 00:00:00 2001 From: Konstantin Date: Wed, 24 Apr 2024 14:59:38 +0200 Subject: [PATCH] Changed @keywords to @concept according to the R doc --- R/RStoolbox-package.R | 4 +++- man/RStoolbox.Rd | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/R/RStoolbox-package.R b/R/RStoolbox-package.R index 0274d2a..0830a26 100644 --- a/R/RStoolbox-package.R +++ b/R/RStoolbox-package.R @@ -52,7 +52,9 @@ #' \item \code{\link{ggRGB}}: efficient plotting of remote sensing imagery in RGB with ggplot2 #' } #' -#' @keywords earth-observation, remote-sensing, spatial-data-analysis +#' @concept earth-observation +#' @concept remote-sensing +#' @concept spatial-data-analysis #' "RStoolbox" #' #' @import sf terra diff --git a/man/RStoolbox.Rd b/man/RStoolbox.Rd index 963bed9..5076742 100755 --- a/man/RStoolbox.Rd +++ b/man/RStoolbox.Rd @@ -64,7 +64,7 @@ The RStoolbox package provides a set of functions which simplify performing stan } } -\keyword{"RStoolbox"} -\keyword{earth-observation,} -\keyword{remote-sensing,} -\keyword{spatial-data-analysis} +\concept{earth-observation} +\concept{remote-sensing} +\concept{spatial-data-analysis +"RStoolbox"}