Package: ci
Type: Package
Title: Confidence Intervals for Education
Version: 0.0.1
Authors@R: 
    person("Vilmantas", "Gegzna", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-9500-5167"),
           email = "GegznaV@gmail.com"
    )
Description: An educational package providing intuitive functions for calculating 
    confidence intervals (CI) for various statistical parameters. Designed 
    primarily for teaching and learning about statistical inference
    (particularly confidence intervals). 
    Offers user-friendly wrappers around established methods for proportions, 
    means, and bootstrap-based intervals. Integrates seamlessly with Tidyverse 
    workflows, making it ideal for classroom demonstrations and student exercises.
License: GPL (>= 3)
URL: https://github.com/GegznaV/ci
BugReports: https://github.com/GegznaV/ci/issues
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 4.1.0)
Imports: DescTools, dplyr, tidyr, purrr, forcats, tibble, checkmate
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-10-19 20:21:15 UTC; ViG
Author: Vilmantas Gegzna [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-9500-5167>)
Maintainer: Vilmantas Gegzna <GegznaV@gmail.com>
Repository: CRAN
Date/Publication: 2025-10-22 19:30:02 UTC
Built: R 4.4.3; ; 2025-11-10 05:29:57 UTC; windows
