Package: fitur Title: Fit Univariate Distributions Version: 0.6.2 Authors@R: person("Thomas", "Roh", email = "thomas@roh.engineering", role = c("aut", "cre")) Description: Wrapper for computing parameters for univariate distributions using MLE. It creates an object that stores d, p, q, r functions as well as parameters and statistics for diagnostics. Currently supports automated fitting from base and actuar packages. A manually fitting distribution fitting function is included to support directly specifying parameters for any distribution from ancillary packages. URL: https://github.com/tomroh/fitur BugReports: https://github.com/tomroh/fitur/issues Depends: R (>= 3.3.0) Imports: stats, fitdistrplus, actuar, e1071, ggplot2, goftest, shiny (>= 0.13), miniUI (>= 0.1.1), DT Suggests: knitr, rmarkdown License: MIT + file LICENSE Encoding: UTF-8 VignetteBuilder: knitr RoxygenNote: 7.2.0 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://tomroh.r-universe.dev Date/Publication: 2022-06-16 22:17:11 UTC RemoteUrl: https://github.com/tomroh/fitur RemoteRef: HEAD RemoteSha: 3ee991770311d1714c0e8d9512d84c8fe9cb8209 NeedsCompilation: no Packaged: 2026-06-22 10:22:16 UTC; root Author: Thomas Roh [aut, cre] Maintainer: Thomas Roh