Skip to content

Commit

Permalink
load r21 object correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
lmhaile committed Jan 29, 2024
1 parent 4adbcad commit 247056d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/profile.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
#' \item{r21_profile}{profile for the initial 3 doses of R21}
#' \item{r21_booster_profile}{profile for booster dose of R21}
#' }
"profile"
"r21"
10 changes: 10 additions & 0 deletions R/r21.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#' Median set of parameters for R21
#'
#' A list containing the median set of parameters for the R21 vaccine per Imperial group draft manuscript.
#'
#' @format A list with 2 variables:
#' \describe{
#' \item{r21_profile}{profile for the initial 3 doses of R21}
#' \item{r21_booster_profile}{profile for booster dose of R21}
#' }
"r21"
Binary file modified data/r21.rda
Binary file not shown.
18 changes: 14 additions & 4 deletions man/profile.Rd → man/r21.Rd

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

0 comments on commit 247056d

Please sign in to comment.