-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes issue with package-level documentation
- Loading branch information
Showing
7 changed files
with
122 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: plotdap | ||
Title: Easily Visualize Data from 'ERDDAP' Servers via the 'rerddap' Package | ||
Version: 1.0.1 | ||
Date: 2022-12-21 | ||
Version: 1.0.2 | ||
Date: 2023-08-21 | ||
Authors@R: c( | ||
person("Carson", "Sievert", role = "aut"), | ||
person("Roy", "Mendelssohn", role = c("aut", "ctb", "cre"), email = "[email protected]")) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#' plotdap: Easily Visualize Data from 'ERDDAP' Servers via the 'rerddap' Package | ||
#' | ||
#' | ||
#' Easily visualize and animate 'tabledap' and 'griddap' objects obtained via the | ||
#' 'rerddap' package in a simple one-line command, using either base graphics or | ||
#' 'ggplot2' graphics. 'plotdap' handles extracting and reshaping the data, map | ||
#' projections and continental outlines. Optionally the data can be animated | ||
#' through time using the 'gganmiate' package.#' | ||
#' | ||
#' The package contains four main functions: | ||
#' | ||
#' @section Main Functions: | ||
#' \itemize{ | ||
#' \item \code{plotdap} - Visualize data returned from rerddap servers. | ||
#' \item \code{add_griddap} - Add rerddap::griddap() data to a plotdap map | ||
#' \item \code{add_tabledap} - Add rerddap::tabledap data to a plotdap map | ||
#' \item \code{add_ggplot} - Add ggplot2 elements to a plotdap object | ||
#' } | ||
#'#' | ||
#' @section Details: | ||
#' Besides the terse help documents, more detail in using the | ||
#' functions are given in the included vignette "using_plotdap". The datasets used | ||
#' in the vignette are included in the "data" directory. | ||
|
||
#' @keywords internal | ||
#'@aliases plotdap-package | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
## usethis namespace: end | ||
NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.