Type: Package
Package: distspec
Title: Probability Distributions with Certain or Uncertain Parameters
Version: 0.1.0
Authors@R: 
    c(person(given = "Sebastian",
             family = "Funk",
             role = c("aut", "cre"),
             email = "sebastian.funk@lshtm.ac.uk",
             comment = c(ORCID = "0000-0002-2842-3406")),
      person(given = "James M.",
             family = "Azam",
             role = "aut",
             email = "james.azam@lshtm.ac.uk",
             comment = c(ORCID = "0000-0001-5782-7330")),
      person(given = "Sam",
             family = "Abbott",
             role = c("aut"),
             email = "sam.abbott@lshtm.ac.uk",
             comment = c(ORCID = "0000-0001-8057-8037"))
    )
Description: Represents probability distributions with fixed or potentially
    uncertain parameters, with tools to discretise, convolve, sample from and
    summarise them.
License: MIT + file LICENSE
URL: https://epiforecasts.io/distspec/
BugReports: https://github.com/epiforecasts/distspec/issues
Depends: R (>= 3.5.0)
Imports: cli, lifecycle, methods, primarycensored, rlang, stats,
        truncnorm, utils
Suggests: covr, ggplot2, knitr, rmarkdown, spelling, testthat
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-07-30 09:56:28 UTC; eidesfun
Author: Sebastian Funk [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-2842-3406>),
  James M. Azam [aut] (ORCID: <https://orcid.org/0000-0001-5782-7330>),
  Sam Abbott [aut] (ORCID: <https://orcid.org/0000-0001-8057-8037>)
Maintainer: Sebastian Funk <sebastian.funk@lshtm.ac.uk>
Repository: CRAN
Date/Publication: 2026-08-07 16:50:06 UTC
Built: R 4.6.0; ; 2026-08-07 19:33:59 UTC; unix
