Package: Durga Type: Package Title: Effect Size Estimation and Visualisation Version: 2.1.0 Date: 2025-08-18 Authors@R: c(person("Kawsar", "Khan", email = "bmbkawsar@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0003-1795-1315")), person("Jim", "McLean", email = "jim_mclean@optusnet.com.au", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6229-7063"))) Description: An easy-to-use yet powerful system for plotting grouped data effect sizes. Various types of effect size can be estimated, then plotted together with a representation of the original data. Select from many possible data representations (box plots, violin plots, raw data points etc.), and combine as desired. 'Durga' plots are implemented in base R, so are compatible with base R methods for combining plots, such as 'layout()'. See Khan & McLean (2023) . License: MIT + file LICENSE URL: https://github.com/KhanKawsar/EstimationPlot Encoding: UTF-8 LazyData: true Imports: vipor, boot, RColorBrewer, methods Suggests: covr, knitr, rmarkdown, tibble, data.table, testthat (>= 3.0.0) Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 VignetteBuilder: knitr BuildVignettes: true Depends: R (>= 2.10) Repository: https://khankawsar.r-universe.dev Date/Publication: 2025-08-19 00:15:24 UTC RemoteUrl: https://github.com/khankawsar/estimationplot RemoteRef: HEAD RemoteSha: 7b103ff41ad107f3bde8ebe1cc20ee24caeb122a NeedsCompilation: no Packaged: 2026-06-07 06:57:20 UTC; root Author: Kawsar Khan [aut] (ORCID: ), Jim McLean [aut, cre] (ORCID: ) Maintainer: Jim McLean