-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Eyam data to package, cache vignette intermediates
- Loading branch information
Showing
5 changed files
with
57 additions
and
6 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 |
---|---|---|
|
@@ -12,13 +12,18 @@ Maintainer: Lam S.T. Ho <[email protected]> | |
Description: A package for exact inference of multivariate birth-death | ||
processes. | ||
License: Apache License 2.0 | ||
Depends: | ||
Depends: | ||
R (>= 3.1.0) | ||
Imports: | ||
Imports: | ||
Rcpp (>= 0.11.2), | ||
BH, | ||
RcppParallel | ||
LinkingTo: Rcpp, BH, RcppParallel | ||
Suggests: | ||
testthat | ||
RoxygenNote: 5.0.0 | ||
Suggests: | ||
testthat, | ||
knitr, | ||
rmarkdown, | ||
matrixStats, | ||
plotrix | ||
RoxygenNote: 5.0.1 | ||
VignetteBuilder: knitr |
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,21 @@ | ||
#' Eyam plague. | ||
#' | ||
#' A dataset containing the number of susceptible, infectious and removed | ||
#' individuals during the Eyam plague from June 18 to October 20, 1666. | ||
#' | ||
#' @name Eyam | ||
#' | ||
#' @docType data | ||
#' | ||
#' @usage data(Eyam) | ||
#' | ||
#' @format A data frame with 8 rows and 4 variables: | ||
#' \describe{ | ||
#' \item{time}{Months past June 18 1666} | ||
#' \item{S}{Susceptible} | ||
#' \item{I}{Infectious} | ||
#' \item{R}{Removed} | ||
#' } | ||
#' | ||
#' @references Ragget G (1982). A stochastic model of the Eyam plague. Journal of Applied Statistics 9, 212-226. | ||
NULL |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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