11Type: Package
22Package: loo
33Title: Efficient Leave-One-Out Cross-Validation and WAIC for Bayesian Models
4- Version: 2.8 .0.9000
5- Date: 2024-07-03
4+ Version: 2.9 .0.9000
5+ Date: 2025-12-22
66Authors@R: c(
7- person("Aki", "Vehtari", , "Aki.Vehtari@aalto.fi", role = "aut"),
8- person("Jonah", "Gabry", , "jsg2201@columbia.edu ", role = c("cre", "aut")),
7+ person("Aki", "Vehtari", email = "Aki.Vehtari@aalto.fi", role = "aut"),
8+ person("Jonah", "Gabry", email = "jgabry@gmail.com ", role = c("cre", "aut")),
99 person("Måns", "Magnusson", role = "aut"),
1010 person("Yuling", "Yao", role = "aut"),
1111 person("Paul-Christian", "Bürkner", role = "aut"),
@@ -14,9 +14,10 @@ Authors@R: c(
1414 person("Ben", "Goodrich", role = "ctb"),
1515 person("Juho", "Piironen", role = "ctb"),
1616 person("Bruno", "Nicenboim", role = "ctb"),
17- person("Leevi", "Lindgren", role = "ctb")
17+ person("Leevi", "Lindgren", role = "ctb"),
18+ person("Visruth", "Srimath Kandali", role = "ctb")
1819 )
19- Maintainer: Jonah Gabry <jsg2201@columbia.edu >
20+ Maintainer: Jonah Gabry <jgabry@gmail.com >
2021Description: Efficient approximate leave-one-out cross-validation (LOO)
2122 for Bayesian models fit using Markov chain Monte Carlo, as described
2223 in Vehtari, Gelman, and Gabry (2017) <doi:10.1007/s11222-016-9696-4>.
@@ -58,5 +59,5 @@ Config/testthat/start-first: loo_subsampling_cases, loo_subsampling
5859Encoding: UTF-8
5960LazyData: TRUE
6061Roxygen: list(markdown = TRUE)
61- RoxygenNote: 7.3.2
62+ RoxygenNote: 7.3.3
6263SystemRequirements: pandoc (>= 1.12.3), pandoc-citeproc
0 commit comments