We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd29099 commit ba2d3eeCopy full SHA for ba2d3ee
2 files changed
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: epidist
2
Title: Estimate Epidemiological Delay Distributions With brms
3
-Version: 0.4.0
+Version: 0.4.0.1000
4
Authors@R:
5
c(person(given = "Adam Howes",
6
role = c("aut"),
NEWS.md
@@ -1,3 +1,17 @@
+# epidist 0.4.0.1000
+
+## Bug fixes
+- Fixed Stan compilation failure with primarycensored >= 1.4.0 by adding the
+ new `L` (left truncation) parameter to the `primarycensored_lpmf` call in
7
+ the marginal model. See #583.
8
+- Added `primarycensored (>= 1.4.0)` version bound to DESCRIPTION.
9
+- Updated test expectations for changed primarycensored error handling.
10
11
+## CI
12
13
+- Extended `check-cmdstan` workflow to also check marginal model Stan syntax.
14
15
# epidist 0.4.0
16
17
## Package
0 commit comments