File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88- Added ` primarycensored (>= 1.4.0) ` version bound to DESCRIPTION.
99- Updated test expectations for changed primarycensored error handling.
1010
11+ ## Package
12+
13+ - Load only required primarycensored Stan functions
14+ (` primarycensored_lpmf ` and ODE/distribution helpers) with
15+ ` pcd_load_stan_functions(dependencies = TRUE) ` instead of loading all
16+ functions. See #582 .
17+
1118## CI
1219
1320- Extended ` check-cmdstan ` workflow to also check marginal model Stan syntax.
Original file line number Diff line number Diff line change @@ -374,7 +374,15 @@ epidist_stancode.epidist_marginal_model <- function(
374374
375375 pcd_stanvars_functions <- brms :: stanvar(
376376 block = " functions" ,
377- scode = primarycensored :: pcd_load_stan_functions()
377+ scode = primarycensored :: pcd_load_stan_functions(
378+ c(
379+ " primarycensored_lpmf" ,
380+ " primarycensored_ode" ,
381+ " dist_lcdf" ,
382+ " primary_lpdf"
383+ ),
384+ dependencies = TRUE
385+ )
378386 )
379387
380388 stanvars_all <- stanvars_version +
You can’t perform that action at this time.
0 commit comments