Package: Durga
Type: Package
Title: Effect Size Estimation and Visualisation
Version: 1.0.0
Date: 2023-02-01
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) <doi:10.1101/2023.02.06.526960>.
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
RoxygenNote: 7.2.3
VignetteBuilder: knitr
BuildVignettes: true
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2023-02-13 02:39:22 UTC; 87054612
Author: Kawsar Khan [aut] (<https://orcid.org/0000-0003-1795-1315>),
  Jim McLean [aut, cre] (<https://orcid.org/0000-0001-6229-7063>)
Maintainer: Jim McLean <jim_mclean@optusnet.com.au>
Repository: CRAN
Date/Publication: 2023-02-14 09:30:05 UTC
Built: R 4.1.3; ; 2023-04-17 13:43:07 UTC; windows
