Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Description: Tools to quantify transmissibility throughout
an epidemic from the analysis of time series of incidence as described in
Cori et al. (2013) <doi:10.1093/aje/kwt133> and Wallinga and Teunis (2004)
<doi:10.1093/aje/kwh255>.
URL: https://github.com/mrc-ide/EpiEstim
URL: https://mrc-ide.github.io/EpiEstim,
https://github.com/mrc-ide/EpiEstim
BugReports: https://github.com/mrc-ide/EpiEstim/issues
Depends: R (>= 3.3.0)
Imports:
Expand Down Expand Up @@ -58,6 +59,6 @@ License: GPL (>=2)
LazyLoad: yes
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Remotes: reconverse/incidence2/pkg
Config/roxygen2/version: 8.0.0
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url: https://mrc-ide.github.io/EpiEstim
template:
bootstrap: 3
bootstrap: 5

reference:
- title: Pre-processing
Expand Down
2 changes: 1 addition & 1 deletion vignettes/MV_EpiEstim_vignette.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "MV-EpiEstim"
title: "Multivariant EpiEstim"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
Expand Down
2 changes: 1 addition & 1 deletion vignettes/full_EpiEstim_vignette.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "EpiEstim Vignette"
title: "Full EpiEstim vignette"
author: "Rebecca Nash"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
Expand Down
2 changes: 1 addition & 1 deletion vignettes/short_demo.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "EpiEstim: a demonstration"
title: "EpiEstim demonstration"
author: "Anne Cori"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
Expand Down
Loading