Skip to content

Commit

Permalink
Fix render error
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Sep 18, 2024
1 parent 0dc60c3 commit 467d4e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/packer.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
##' Ultimately, our unpacked vector will need to hold four elements
##' (`b11`, `b12`, `b21`, `b22`), but there are only three distinct
##' values as the two off-diagonal elements will be the same (i.e.,
##' `b12 == b21``). So we might write this passing in `b_raw = 3` to
##' `b12 == b21`). So we might write this passing in `b_raw = 3` to
##' `array`, so that our unpacked list holds `b_raw = c(b11, b12,
##' b22)`. We would then write `process` as something like:
##'
Expand Down
4 changes: 2 additions & 2 deletions man/monty_packer.Rd

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

0 comments on commit 467d4e5

Please sign in to comment.