Skip to content

Commit

Permalink
remove outdated include statement
Browse files Browse the repository at this point in the history
  • Loading branch information
venpopov committed Aug 13, 2024
1 parent d295d4e commit 6970f6a
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 6970f6a

Please sign in to comment.