Skip to content

Commit

Permalink
more CRAN checks
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Oct 23, 2024
1 parent 46dda12 commit ce8e7cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions R/pcd_cmdstan_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
#' @family modelhelpers
#'
#' @examplesIf requireNamespace("cmdstanr", quietly = TRUE)
#' model <- pcd_cmdstan_model(compile = FALSE)
#' model
#' if (!is.null(cmdstanr::cmdstan_version())) {
#' model <- pcd_cmdstan_model(compile = FALSE)
#' model
#' }
pcd_cmdstan_model <- function(
include_paths = primarycensored::pcd_stan_path(),
...) {
Expand Down
2 changes: 1 addition & 1 deletion R/pcens.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @inheritParams pprimarycensored
#'
#' @return An object of class pcens_{pdist_name}_{dprimary_name}
#' @return An object of class `pcens_{pdist_name}_{dprimary_name}`
#'
#' @family pcens
#'
Expand Down
2 changes: 1 addition & 1 deletion man/new_pcens.Rd

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

6 changes: 4 additions & 2 deletions man/pcd_cmdstan_model.Rd

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

0 comments on commit ce8e7cc

Please sign in to comment.