From 944c455acc408ca71286e5c9c1c4864eb685a89a Mon Sep 17 00:00:00 2001 From: athowes Date: Mon, 25 Nov 2024 14:44:56 +0000 Subject: [PATCH] Add pkgdown and document --- R/globals.R | 1 + _pkgdown.yml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/R/globals.R b/R/globals.R index d9fa26abc..ef9eea43a 100644 --- a/R/globals.R +++ b/R/globals.R @@ -4,6 +4,7 @@ utils::globalVariables(c( "samples", # "woverlap", # "delay", # + "pwindow", # "rlnorm", # "fix", # <.replace_prior> "prior_new", # <.replace_prior> diff --git a/_pkgdown.yml b/_pkgdown.yml index 51ef0149f..83a47222d 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -45,6 +45,10 @@ reference: desc: Specific methods for the latent model contents: - has_concept("latent_model") +- title: Marginal model + desc: Specific methods for the marginal model + contents: + - has_concept("marginal_model") - title: Postprocess desc: Functions for postprocessing model output contents: