Skip to content

Commit

Permalink
Fix Documentation contains '&lt' which is not rendered
Browse files Browse the repository at this point in the history
Correct: get_GSOD.R:83--85: Documentation contains '&lt' which is not
rendered as a less than symbol in the html documentation.

Suggested by jefferyhanson
  • Loading branch information
adamhsparks committed Oct 22, 2016
1 parent 5c622af commit 84c210f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/get_GSOD.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down
8 changes: 4 additions & 4 deletions man/get_GSOD.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84c210f

Please sign in to comment.