From fe8ecd33cae276a3ee2e1539332f696f4a6e77c4 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Mon, 4 Nov 2024 10:40:50 +0800 Subject: [PATCH] Fix error in documentation --- R/find_stations_in.R | 2 +- codemeta.json | 2 +- man/find_stations_in.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/R/find_stations_in.R b/R/find_stations_in.R index 678589a..5a25599 100644 --- a/R/find_stations_in.R +++ b/R/find_stations_in.R @@ -6,7 +6,7 @@ #' \acronym{BOM} stations in the \acronym{SILO} network that fall within that #' defined area or the station nearest the centroid of the area of interest. #' -#' @param x One of three types of object: +#' @param x One of two types of object: #' * A `Vector` A four-digit vector defining a bounding box of the area #' of interest in this order, \sQuote{xmin}, \sQuote{ymin}, \sQuote{xmax}, #' \sQuote{ymax}, or diff --git a/codemeta.json b/codemeta.json index cba72e6..e27e0b5 100644 --- a/codemeta.json +++ b/codemeta.json @@ -560,7 +560,7 @@ "applicationCategory": "Tools", "isPartOf": "https://ropensci.org", "keywords": ["dpird", "bom", "meteorological-data", "weather-forecast", "australia", "weather", "weather-data", "meteorology", "western-australia", "australia-bureau-of-meteorology", "western-australia-agriculture", "australia-agriculture", "australia-climate", "australia-weather", "rstats", "climate", "api-client", "data", "weather-api", "rainfall", "r"], - "fileSize": "5563.416KB", + "fileSize": "5563.412KB", "citation": [ { "@type": "ScholarlyArticle", diff --git a/man/find_stations_in.Rd b/man/find_stations_in.Rd index d6cf1d3..a19e0d2 100644 --- a/man/find_stations_in.Rd +++ b/man/find_stations_in.Rd @@ -14,7 +14,7 @@ find_stations_in( ) } \arguments{ -\item{x}{One of three types of object: +\item{x}{One of two types of object: \itemize{ \item A \code{Vector} A four-digit vector defining a bounding box of the area of interest in this order, \sQuote{xmin}, \sQuote{ymin}, \sQuote{xmax},