diff --git a/DESCRIPTION b/DESCRIPTION index e0886c8..5c3ba6f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -32,6 +32,8 @@ Imports: sysfonts, utils, wesanderson +Suggests: + rnaturalearth Remotes: Nenuial/geotools Depends: diff --git a/R/palettes.R b/R/palettes.R index 5a5aa2b..672c8ae 100644 --- a/R/palettes.R +++ b/R/palettes.R @@ -4,7 +4,7 @@ #' @param params Parameters to pass on to paletteer #' Must be a list with: #' * type: the type of palette, on of `cont`, `dis` or `dyn` -#' * palette: the {paletteer} palette +#' * palette: the \{paletteer\} palette #' * dir: the palette direction #' #' @export diff --git a/man/ggeo-package.Rd b/man/ggeo-package.Rd index 8bdeacb..f3c6b8e 100644 --- a/man/ggeo-package.Rd +++ b/man/ggeo-package.Rd @@ -18,7 +18,7 @@ Useful links: } \author{ -\strong{Maintainer}: Pascal Burkhard \email{pascal.burkhard@gmail.com} +\strong{Maintainer}: Pascal Burkhard \email{pascal.burkhard@gmail.com} (\href{https://orcid.org/0009-0001-5504-5084}{ORCID}) } \keyword{internal} diff --git a/man/palette_chooser.Rd b/man/palette_chooser.Rd index 12d5b5c..85093e7 100644 --- a/man/palette_chooser.Rd +++ b/man/palette_chooser.Rd @@ -13,7 +13,7 @@ palette_chooser(n, params) Must be a list with: \itemize{ \item type: the type of palette, on of \code{cont}, \code{dis} or \code{dyn} -\item palette: the {paletteer} palette +\item palette: the \{paletteer\} palette \item dir: the palette direction }} }