Package: expstudy
Title: Experience Study Tools for Analytics and Communications
Version: 1.0.3
Authors@R: 
    person("Cody", "Buehler", , "cb12991@me.com", role = c("aut", "cre"))
Description: Provides a data class of 'tbl_es' to help aid in the formation and
    analyses of recurrent or novel experience studies. A 'tbl_es' has attributes
    which identify the key variables used for calculating metrics under an 
    actuarial perspective. Common metrics (such as actual-to-expected analysis) 
    can be quickly generated in aggregate or according to different qualitative 
    factors. If multiple factors are of interest, grouped metrics can be 
    automatically computed for each factor individually as well as for all 
    possible combinations. All resulting output can then be formatted for 
    presentations or left unformatted for subsequent analyses. Ultimately, this
    package aims to reduce time spent completing repetitive code therefore 
    increasing time for analysis and insight.
License: MIT + file LICENSE
URL: https://github.com/cb12991/expstudy,
        https://cb12991.github.io/expstudy/
BugReports: https://github.com/cb12991/expstudy/issues
Imports: assertthat (>= 0.2.1), checkmate, data.table (>= 1.14.2),
        dplyr (>= 1.0.7), dtplyr (>= 1.2.0), glue (>= 1.6.0), lifecycle
        (>= 1.0.1), magrittr (>= 2.0.1), methods, pillar (>= 1.6.4),
        purrr (>= 0.3.4), rlang (>= 0.4.11), stringr (>= 1.4.0), tibble
        (>= 3.1.6), tidyr (>= 1.1.4), tidyselect (>= 1.1.1), utils
Suggests: covr (>= 3.5.1), roxygen2 (>= 7.1.2), testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.2
Depends: R (>= 2.10)
LazyData: true
NeedsCompilation: no
Packaged: 2022-12-08 19:04:24 UTC; grc3b
Author: Cody Buehler [aut, cre]
Maintainer: Cody Buehler <cb12991@me.com>
Repository: CRAN
Date/Publication: 2022-12-08 19:20:02 UTC
