From 187b2a7ee5f74c8a2c5eef0c0dfc11e5c0f8a49b Mon Sep 17 00:00:00 2001 From: "Aaron A. King" Date: Thu, 2 Mar 2023 17:18:16 -0500 Subject: [PATCH] do not run ebola examples --- examples/ebola.R | 2 ++ man/ebola.Rd | 2 ++ 2 files changed, 4 insertions(+) diff --git a/examples/ebola.R b/examples/ebola.R index 4f585b0c1..35175157d 100644 --- a/examples/ebola.R +++ b/examples/ebola.R @@ -1,3 +1,4 @@ +\dontrun{ if (require(ggplot2) && require(tidyr)) { ebolaWA2014 |> @@ -13,3 +14,4 @@ if (require(ggplot2) && require(tidyr)) { plot(ebolaModel(country="SLE")) plot(ebolaModel(country="GIN")) plot(ebolaModel(country="LBR")) +} diff --git a/man/ebola.Rd b/man/ebola.Rd index 896990af8..9257b2658 100644 --- a/man/ebola.Rd +++ b/man/ebola.Rd @@ -64,6 +64,7 @@ Here, \eqn{p(R_t | C_t)} is negative binomial with mean \eqn{\rho C_t} and dispe } \examples{ +\dontrun{ if (require(ggplot2) && require(tidyr)) { ebolaWA2014 |> @@ -80,6 +81,7 @@ plot(ebolaModel(country="SLE")) plot(ebolaModel(country="GIN")) plot(ebolaModel(country="LBR")) } +} \references{ \King2015