Skip to content

Commit bed437f

Browse files
committed
update DESCRIPTION before submitting
1 parent c0e6e9c commit bed437f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: loo
22
Type: Package
33
Title: Efficient Leave-One-Out Cross-Validation and WAIC for Bayesian Models
4-
Version: 2.1.0.9001
5-
Date: 2019-08-07
4+
Version: 2.2.0
5+
Date: 2019-12-16
66
Authors@R: c(person("Aki", "Vehtari", email = "[email protected]", role = c("aut")),
77
person("Jonah", "Gabry", email = "[email protected]", role = c("cre", "aut")),
88
person("Mans", "Magnusson", role = c("aut")),

vignettes/loo2-example.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ standard uniform distribution (thin curves).
183183
```{r}
184184
yrep <- posterior_predict(fit1)
185185
186-
# requires bayesplot version >= 1.5.0
187186
ppc_loo_pit_overlay(
188187
y = roaches$y,
189188
yrep = yrep,

0 commit comments

Comments
 (0)