Skip to content

Commit

Permalink
fix: Fixing some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
retostauffer committed Aug 7, 2023
1 parent a8d185d commit 567b4e8
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 28 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gsdata
Type: Package
Title: Accessing Data from Geosphere (ZAMG)
Title: Accessing Data from Geosphere Austria
Version: 0.0-6
Date: 2023-08-03
Authors@R:
Expand Down
2 changes: 1 addition & 1 deletion R/datasets.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#' Getting Available Datasets
#'
#' The GeoSphere (formerly ZAMG) datahub API provides an endpoint to get available
#' The GeoSphere Austria (formerly ZAMG) datahub API provides an endpoint to get available
#' datasets. This function returns a (possibly pre-filtered) \code{data.frame}
#' containing the dataset \code{type}, \code{mode} and \code{resource_id} needed
#' to perform the data requests (see e.g., \code{gs_stationdata()}) amongst some
Expand Down
2 changes: 1 addition & 1 deletion R/generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @exportS3Method print gs_stationdata
print.gs_stationdata <- function(x, ...) {
stn <- attr(x, "station")
cat("GeoSphere stationdata\n")
cat("GeoSphere Austria stationdata\n")
cat("Station ID: ", stn$id, "\nCoordinates: ", stn$coord, "\n")

param <- attr(x, "parameter")
Expand Down
2 changes: 1 addition & 1 deletion R/station.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#' to the \code{httr::GET} request if needed.
#'
#' @details This function is a convenience function for downloading different sets of
#' station data from the GeoSphere data hub (formerly ZAMG). The API may change and additional
#' station data from the GeoSphere Austria data hub (formerly ZAMG). The API may change and additional
#' resources may be added, for details see
#' <https://dataset.api.hub.geosphere.at/v1/docs/user-guide/endpoints.html>.
#'
Expand Down
17 changes: 7 additions & 10 deletions docs/articles/stationdata.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/authors.html

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

4 changes: 2 additions & 2 deletions docs/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ articles:
datasets: datasets.html
metadata: metadata.html
stationdata: stationdata.html
last_built: 2023-08-03T10:48Z
last_built: 2023-08-07T12:53Z
urls:
reference: https://retostauffer.github.io/gsdata/reference
article: https://retostauffer.github.io/gsdata/articles
Expand Down
Binary file modified docs/reference/Rplot006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 567b4e8

Please sign in to comment.