From abccd250f3e2fdfc8f9e8e8985a40e9ad0276be7 Mon Sep 17 00:00:00 2001 From: bahadzie Date: Thu, 26 Oct 2023 20:51:47 +0000 Subject: [PATCH] Response GH Actions failing tests --- R/RcppExports.R | 1 - README.Rmd | 2 +- man/dot-model_ebola_cpp.Rd | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/R/RcppExports.R b/R/RcppExports.R index 4e642593..46d16c1b 100644 --- a/R/RcppExports.R +++ b/R/RcppExports.R @@ -76,7 +76,6 @@ #' assumed to be in days. #' @return A list with two elements, `x`, and integer matrix with as many rows #' as the number of timesteps (given by `time_end`), and four columns, one for -#' https://lintr.r-lib.org/reference/object_usage_linter.html #' each compartment, susceptible, exposed, infectious, recovered, in that order #' ; and `times`, a vector of the simulation times, taken to be days. #' This output is intended to be passed to [output_to_df()] to be converted diff --git a/README.Rmd b/README.Rmd index 97cf2dcb..60e799cd 100644 --- a/README.Rmd +++ b/README.Rmd @@ -10,7 +10,7 @@ knitr::opts_chunk$set( comment = "#>", message = FALSE, warning = FALSE, - fig.path = file.path(c("man", "figures", "README-")), + fig.path = "man/figures/README-", out.width = "100%", dpi = 150 ) diff --git a/man/dot-model_ebola_cpp.Rd b/man/dot-model_ebola_cpp.Rd index abfa3fcb..e887e9ec 100644 --- a/man/dot-model_ebola_cpp.Rd +++ b/man/dot-model_ebola_cpp.Rd @@ -41,7 +41,6 @@ corresponding to an SEIR model.} \value{ A list with two elements, \code{x}, and integer matrix with as many rows as the number of timesteps (given by \code{time_end}), and four columns, one for -https://lintr.r-lib.org/reference/object_usage_linter.html each compartment, susceptible, exposed, infectious, recovered, in that order ; and \code{times}, a vector of the simulation times, taken to be days. This output is intended to be passed to \code{\link[=output_to_df]{output_to_df()}} to be converted