Package: ernest Title: A Toolkit for Nested Sampling Version: 1.2.5 Authors@R: c( person("Kyle", "Dewsnap", , "kyle.dewsnap@ubc.ca", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-2132-8083")), person("TJ", "Mahr", role = "rev"), person("Robert", "Kubinec", role = "rev"), person("Michael", "Hughes", role = "cph") ) Description: Bayesian evidence estimation and posterior inference with the nested sampling algorithm, described in Skilling (2006) and Buchner (2023) , along with S3 methods for simulating uncertainty and creating visualisations. License: GPL (>= 3) URL: https://github.com/ropensci/ernest, https://docs.ropensci.org/ernest/ BugReports: https://github.com/ropensci/ernest/issues Depends: R (>= 4.1.0) Imports: cli, generics, ggplot2, lifecycle, matrixStats, posterior, rlang (>= 1.1.0), vctrs, withr Suggests: brms, distributional, extraDistr, ggdist, knitr, mvtnorm, patchwork, rmarkdown, testthat (>= 3.0.0), tidyselect, uniformly, vdiffr, xml2 LinkingTo: cpp11, cpp11eigen, testthat VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Config/testthat/parallel: true Config/testthat/start-first: nested_sampling_impl, plot Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE, roclets = c ("namespace", "rd", "srr::srr_stats_roclet")) Config/pak/sysreqs: cmake make libuv1-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-07-06 15:48:54 UTC RemoteUrl: https://github.com/ropensci/ernest RemoteRef: main RemoteSha: 629899630944cd4010ab8cf78250617ee0128309 NeedsCompilation: yes Packaged: 2026-07-06 16:27:22 UTC; root Author: Kyle Dewsnap [aut, cre, cph] (ORCID: ), TJ Mahr [rev], Robert Kubinec [rev], Michael Hughes [cph] Maintainer: Kyle Dewsnap