Skip to content

Commit

Permalink
updates the DESCRIPTION info and plane_score examples per CRAN guidel…
Browse files Browse the repository at this point in the history
…ines
  • Loading branch information
vpnagraj committed Jul 14, 2024
1 parent 58a82aa commit 70c8a32
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rplanes
Title: Plausibility Analysis of Epidemiological Signals in 'R'
Title: Plausibility Analysis of Epidemiological Signals
Version: 0.1.0
Authors@R:
c(person(given = "VP",
Expand All @@ -13,7 +13,7 @@ Authors@R:
person(given = "Amy",
family = "Benefield",
role = "aut"))
Description: The 'rplanes' package provides functionality to prepare data and analyze plausibility of both forecasted and reported epidemiological signals. The functions implement a set of plausibility algorithms that are agnostic to geographic and time resolutions and are calculated independently then presented as a combined score.
Description: Provides functionality to prepare data and analyze plausibility of both forecasted and reported epidemiological signals. The functions implement a set of plausibility algorithms that are agnostic to geographic and time resolutions and are calculated independently then presented as a combined score.
License: MIT + file LICENSE
URL: https://signaturescience.github.io/rplanes/
Depends:
Expand Down
2 changes: 1 addition & 1 deletion R/planes.R
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ plane_repeat <- function(location, input, seed, tolerance = NULL, prepend = NULL
#' @export
#'
#' @examples
#' \dontrun{
#' \donttest{
#' ## read in example observed data and prep observed signal
#' hosp <- read.csv(system.file("extdata/observed/hdgov_hosp_weekly.csv", package = "rplanes"))
#'
Expand Down
2 changes: 1 addition & 1 deletion man/plane_score.Rd

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

4 changes: 2 additions & 2 deletions man/rplanes-package.Rd

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

0 comments on commit 70c8a32

Please sign in to comment.