Package: ernest Title: A Toolkit for Nested Sampling Version: 1.2.1 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") ) Description: Bayesian evidence estimation and posterior inference with the nested sampling algorithm, 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-06-10 22:21:19 UTC RemoteUrl: https://github.com/ropensci/ernest RemoteRef: main RemoteSha: 1a6824166c4e23bc7303ab396ae3dca053261b53 NeedsCompilation: yes Packaged: 2026-07-01 08:30:01 UTC; root Author: Kyle Dewsnap [aut, cre, cph] (ORCID: ), TJ Mahr [rev], Robert Kubinec [rev] Maintainer: Kyle Dewsnap