From 899dd8b09a56b0f75a84dd153243de50be70c59b Mon Sep 17 00:00:00 2001 From: Michael Sumner Date: Wed, 12 Jun 2024 01:33:26 +0000 Subject: [PATCH] doc format fix --- R/proj_crs_text.R | 2 +- inst/WORDLIST | 1 + man/proj_crs_text.Rd | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/R/proj_crs_text.R b/R/proj_crs_text.R index 5060c4f..a2eefa8 100644 --- a/R/proj_crs_text.R +++ b/R/proj_crs_text.R @@ -9,7 +9,7 @@ #' See the [library documentation](https://proj.org/development/reference/functions.html#transformation-setup) #' for details on input and output formats. #' -#' @section Warning: +#' @section warning: #' Note that a PROJ string is not a full specification, in particular this means that a string like "+proj=laea" cannot be converted #' to full WKT, because it is technically a transformation step not a crs. To get the full WKT form use a string like "+proj=laea +type=crs". #' @export diff --git a/inst/WORDLIST b/inst/WORDLIST index 57dd4e3..0904acd 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -36,4 +36,5 @@ reproj rgl travis xymap +xyzm ’ diff --git a/man/proj_crs_text.Rd b/man/proj_crs_text.Rd index 4b695b6..90f1203 100644 --- a/man/proj_crs_text.Rd +++ b/man/proj_crs_text.Rd @@ -26,7 +26,7 @@ function simply returns 'NA'. See the \href{https://proj.org/development/reference/functions.html#transformation-setup}{library documentation} for details on input and output formats. } -\section{Warning}{ +\section{warning}{ Note that a PROJ string is not a full specification, in particular this means that a string like "+proj=laea" cannot be converted to full WKT, because it is technically a transformation step not a crs. To get the full WKT form use a string like "+proj=laea +type=crs".