Package: reproducer
Title: Reproduce Statistical Analyses and Meta-Analyses
Version: 0.5.1
Date: 2023-02-05
Authors@R: c(
    person("Lech", "Madeyski", , "lech.madeyski@gmail.com", role = c("cre", "aut", "ctb"),
           comment = "The main contributor and maintainer"),
    person("Barbara", "Kitchenham", , "b.a.kitchenham@keele.ac.uk", role = "ctb",
           comment = "Data and code contributor"),
    person("Tomasz", "Lewowski", , "tomasz.lewowski@pwr.edu.pl", role = "ctb",
           comment = "Data and code contributor"),
    person("Marian", "Jureczko", , "marian.jureczko@gmail.com", role = "ctb",
           comment = "Data contributor"),
    person("David", "Budgen", , "david.budgen@durham.ac.uk", role = "ctb",
           comment = "Data contributor"),
    person("Pearl", "Brereton", , "o.p.brereton@keele.ac.uk", role = "ctb",
           comment = "Data contributor"),
    person("Jacky", "Keung", , "jacky.keung@cityu.edu.hk", role = "ctb",
           comment = "Data contributor"),
    person("Stuart", "Charters", , "stuart.charters@lincoln.ac.nz", role = "ctb",
           comment = "Data contributor"),
    person("Shirley", "Gibbs", , "shirley.gibbs@lincoln.ac.nz", role = "ctb",
           comment = "Data contributor"),
    person("Amnart", "Pohthong", , "amnart.p@psu.ac.th", role = "ctb",
           comment = "Data contributor"),
    person("Giuseppe", "Scanniello", , "giuseppe.scanniello@unibas.it", role = "ctb",
           comment = "Data contributor"),
    person("Carmine", "Gravino", , "gravino@unisa.it", role = "ctb",
           comment = "Data contributor")
  )
Maintainer: Lech Madeyski <lech.madeyski@gmail.com>
Description: Includes data analysis functions (e.g., to calculate effect
    sizes and 95% Confidence Intervals (CI) on Standardised Effect Sizes
    (d) for AB/BA cross-over repeated-measures experimental designs), data
    presentation functions (e.g., density curve overlaid on histogram),
    and the data sets analyzed in different research papers in software
    engineering (e.g., related to software defect prediction or multi-site
    experiment concerning the extent to which structured abstracts were
    clearer and more complete than conventional abstracts) to streamline
    reproducible research in software engineering.
License: GPL (>= 2)
URL: https://madeyski.e-informatyka.pl/reproducible-research/
Depends: R (>= 3.5.0)
Imports: dplyr(>= 0.8.0.1), GetoptLong(>= 0.1.7), ggplot2(>= 2.0.0),
        gridExtra(>= 0.9.1), httr(>= 1.4.0), jsonlite(>= 1.6), lme4(>=
        1.1-10), MASS(>= 7.3-45), metafor(>= 1.9-2), nortest(>= 1.0-4),
        openxlsx(>= 2.4.0), readr(>= 1.3.1), reshape(>= 0.8.8),
        stats(>= 3.5.0), stringr(>= 1.4.0), tibble(>= 2.1.1), tidyr(>=
        0.8.3), xtable(>= 1.7-4)
Suggests: assertthat, testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-02-05 22:44:10 UTC; lma
Author: Lech Madeyski [cre, aut, ctb] (The main contributor and maintainer),
  Barbara Kitchenham [ctb] (Data and code contributor),
  Tomasz Lewowski [ctb] (Data and code contributor),
  Marian Jureczko [ctb] (Data contributor),
  David Budgen [ctb] (Data contributor),
  Pearl Brereton [ctb] (Data contributor),
  Jacky Keung [ctb] (Data contributor),
  Stuart Charters [ctb] (Data contributor),
  Shirley Gibbs [ctb] (Data contributor),
  Amnart Pohthong [ctb] (Data contributor),
  Giuseppe Scanniello [ctb] (Data contributor),
  Carmine Gravino [ctb] (Data contributor)
Repository: CRAN
Date/Publication: 2023-02-05 23:12:32 UTC
Built: R 4.1.3; ; 2023-04-17 20:28:27 UTC; windows
