From 84c210f1079b9e10409d4536c537e993f443d265 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Sat, 22 Oct 2016 15:40:25 +0900 Subject: [PATCH] Fix Documentation contains '<' which is not rendered Correct: get_GSOD.R:83--85: Documentation contains '<' which is not rendered as a less than symbol in the html documentation. Suggested by jefferyhanson --- R/get_GSOD.R | 8 ++++---- man/get_GSOD.Rd | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/R/get_GSOD.R b/R/get_GSOD.R index baef16b4..f5de7c66 100644 --- a/R/get_GSOD.R +++ b/R/get_GSOD.R @@ -80,10 +80,10 @@ #' Air Force Navy" number - with WBAN being the acronym} #' \item{STN_NAME}{Unique text identifier} #' \item{CTRY}{Country in which the station is located} -#' \item{LAT}{Latitude. *Station dropped in cases where values are <-90 or -#' >90 degrees or Lat = 0 and Lon = 0*} -#' \item{LON}{Longitude. *Station dropped in cases where values are <-180 or -#'>180 degrees or Lat = 0 and Lon = 0*} +#' \item{LAT}{Latitude. *Station dropped in cases where values are < -90 or +#'> 90 degrees or Lat = 0 and Lon = 0*} +#' \item{LON}{Longitude. *Station dropped in cases where values are < -180 or +#'> 180 degrees or Lat = 0 and Lon = 0*} #' \item{ELEV_M}{Elevation in metres} #' \item{ELEV_M_SRTM_90m}{Elevation in metres corrected for possible errors, #' derived from the CGIAR-CSI SRTM 90m database (Jarvis et al. 2008)} diff --git a/man/get_GSOD.Rd b/man/get_GSOD.Rd index d1bef3c2..c46923ba 100644 --- a/man/get_GSOD.Rd +++ b/man/get_GSOD.Rd @@ -98,10 +98,10 @@ following fields/values: Air Force Navy" number - with WBAN being the acronym} \item{STN_NAME}{Unique text identifier} \item{CTRY}{Country in which the station is located} -\item{LAT}{Latitude. *Station dropped in cases where values are <-90 or ->90 degrees or Lat = 0 and Lon = 0*} -\item{LON}{Longitude. *Station dropped in cases where values are <-180 or ->180 degrees or Lat = 0 and Lon = 0*} +\item{LAT}{Latitude. *Station dropped in cases where values are < -90 or +> 90 degrees or Lat = 0 and Lon = 0*} +\item{LON}{Longitude. *Station dropped in cases where values are < -180 or +> 180 degrees or Lat = 0 and Lon = 0*} \item{ELEV_M}{Elevation in metres} \item{ELEV_M_SRTM_90m}{Elevation in metres corrected for possible errors, derived from the CGIAR-CSI SRTM 90m database (Jarvis et al. 2008)}