Skip to content

Commit

Permalink
Response GH Actions failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bahadzie committed Oct 26, 2023
1 parent b6ffe97 commit abccd25
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
1 change: 0 additions & 1 deletion man/dot-model_ebola_cpp.Rd

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

0 comments on commit abccd25

Please sign in to comment.