Package: invgamma Type: Package Title: The Inverse Gamma Distribution Version: 1.2.900 URL: https://github.com/dkahle/invgamma, https://www.kahle.io/invgamma/ BugReports: https://github.com/dkahle/invgamma/issues Authors@R: c( person("David", "Kahle", email = "david.kahle@gmail.com", role = c("aut", "cre", "cph")), person("James", "Stamey", email = "james_stamey@baylor.edu", role = c("aut", "cph")) ) Description: Light weight implementation of the standard distribution functions for the inverse gamma distribution, wrapping those for the gamma distribution in the stats package. License: MIT + file LICENSE RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Encoding: UTF-8 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://dkahle.r-universe.dev Date/Publication: 2025-08-25 18:17:13 UTC RemoteUrl: https://github.com/dkahle/invgamma RemoteRef: HEAD RemoteSha: cab86434ad1650d9667e8aec654dc05f8f60dbf2 NeedsCompilation: no Packaged: 2026-06-21 10:31:07 UTC; root Author: David Kahle [aut, cre, cph], James Stamey [aut, cph] Maintainer: David Kahle