Skip to content

Commit

Permalink
Fix missing "(" in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Jul 16, 2024
1 parent 91288c7 commit 9f8a2a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion R/get_satellite_imagery.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ get_available_imagery <- function(product_id = "all") {
#'
#' @param product_id `Character`. \acronym{BOM} product \acronym{ID} to download
#' and import as a \CRANpkg{terra} `SpatRaster` S4 class (see
#' `[terra::rast)]`) or \CRANpkg{stars} S3 `stars` class object. A vector of
#' `[terra::rast()]`) or \CRANpkg{stars} S3 `stars` class object. A vector of
#' values from [get_available_imagery()] may be used here. Value is required.
#' @param scans `Integer`. Number of scans to download, starting with most
#' recent and progressing backwards, *e.g.*, 1 - the most recent single scan
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,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": "5569.367KB",
"fileSize": "5569.32KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
7 changes: 2 additions & 5 deletions man/get_satellite_imagery.Rd

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

0 comments on commit 9f8a2a2

Please sign in to comment.