Skip to content

Commit

Permalink
fix cicd failures
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Jun 25, 2024
1 parent ab2b589 commit 0ca508e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ NULL
#'
#' @param object the module.
#' @param destination (`character` or `connection`)\cr Where to write stan code to.
#' @param ... Additional arguements
#' @param ... Additional arguments
#'
#' @export
write_stan <- function(object, destination, ...) {
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ reference:
- as.StanModule.JointModel
- as.StanModule.Link
- as.StanModule.LinkComponent
- as.StanModule.JointModelSamples
- as.character.Parameter
- as.character.Prior
- show-object
Expand Down
2 changes: 1 addition & 1 deletion man/write_stan.Rd

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

0 comments on commit 0ca508e

Please sign in to comment.