Skip to content

Commit

Permalink
Merge pull request #1678 from venpopov/fix_von_mises
Browse files Browse the repository at this point in the history
remove outdated include statement
  • Loading branch information
paul-buerkner authored Aug 14, 2024
2 parents d295d4e + 6970f6a commit 54bb6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/family-lists.R
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
dpars = c("mu", "kappa"), type = "real",
ybounds = c(-pi, pi), closed = c(TRUE, TRUE),
ad = c("weights", "subset", "cens", "trunc", "mi", "index"),
include = c("fun_tan_half.stan", "fun_von_mises.stan"),
include = c("fun_tan_half.stan"),
normalized = "",
# experimental use of default priors stored in families #1614
prior = function(dpar, link = "identity", ...) {
Expand Down

0 comments on commit 54bb6d0

Please sign in to comment.