Skip to content

Commit e6a69dc

Browse files
committed
Fixing lint
1 parent 54dc204 commit e6a69dc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

R/prep_priors.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
#' - "n_params": Corresponds to the 5 parameters being estimated.
4747
#' - "mu.hyp": A [matrix] of hyperpriors with dimensions
4848
#' `max_antigens` x 5 (# of parameters), representing the mean of the
49-
#' hyperprior distribution for the five seroresponse parameters: y0, y1, t1, r, and alpha).
49+
#' hyperprior distribution for the five seroresponse parameters: y0, y1, t1, r,
50+
#' and alpha).
5051
#' - "prec.hyp": A three-dimensional [numeric] [array]
5152
#' with dimensions `max_antigens` x 5 (# of parameters),
5253
#' containing the precision matrices of the hyperprior distributions of
@@ -121,7 +122,7 @@ prep_priors <- function(max_antigens,
121122
"prec.logy.hyp" = prec_logy_hyp
122123
) |>
123124
structure(
124-
class = c("curve_params_priors", "list"))
125+
class = c("curve_params_priors", "list"))
125126
# Creating two objects in a list, one will be used in run_mod and the other
126127
# will be attached to run_mod output as an attribute.
127128
prepped_priors <- prepped_priors |>

man/prep_priors.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)