Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison committed Nov 5, 2024
1 parent 7dc8a6c commit 7cb6af9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion R/example_noise_params_pk.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' for examples and testing.
#'
#' @format ## `example_noise_params_pk`
#' A `curve_params` object (from [as_curve()]) with 4 rows and 7 columns:
#' A `curve_params` object (from [as_curve_params()]) with 4 rows and 7 columns:
#' \describe{
#' \item{antigen_iso}{which antigen and isotype are being measured
#' (data is in long format)}
Expand Down
2 changes: 1 addition & 1 deletion R/example_typhoid_curves_nostrat.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' A subset of data from the SEES study, for examples and testing.
#'
#' @format ## `typhoid_curves_nostrat_100`
#' A `curve_params` object (from [as_curve()]) with 500 rows and 7 columns:
#' A `curve_params` object (from [as_curve_params()]) with 500 rows and 7 columns:
#' \describe{
#' \item{antigen_iso}{which antigen and isotype are being measured
#' (data is in long format)}
Expand Down
2 changes: 1 addition & 1 deletion man/example_noise_params_pk.Rd

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

2 changes: 1 addition & 1 deletion man/typhoid_curves_nostrat_100.Rd

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

2 changes: 1 addition & 1 deletion tests/testthat/_snaps/est.incidence.by.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# est.incidence.by() produces expected results for typhoid data
# `est.incidence.by()` produces consistent results for typhoid data

Code
typhoid_results
Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/test-est.incidence.by.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ test_that(
)


test_that("est.incidence.by() produces expected results for typhoid data",
test_that("`est.incidence.by()` produces consistent results for typhoid data",
{
typhoid_results <- est.incidence.by(
strata = c("catchment"),
strata = "catchment",
pop_data = sees_pop_data_pk_100_standardized,
curve_param = typhoid_curves_nostrat_100,
curve_strata_varnames = NULL,
Expand Down

0 comments on commit 7cb6af9

Please sign in to comment.