Package: TidyDensity
Title: Functions for Tidy Analysis and Generation of Random Data
Version: 1.0.0
Authors@R: c(
    person("Steven","Sanderson", email = "spsanderson@gmail.com", role = c("aut","cre")),
    person("Steven Sanderson", role = "cph"))
Description: 
    To make it easy to generate random numbers based upon the underlying stats 
    distribution functions. All data is returned in a tidy and structured
    format making working with the data simple and straight forward. Given that the
    data is returned in a tidy 'tibble' it lends itself to working with the rest of the
    'tidyverse'.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
URL: https://github.com/spsanderson/TidyDensity
BugReports: https://github.com/spsanderson/TidyDensity/issues
Imports: magrittr, rlang (>= 0.4.11), dplyr, ggplot2, plotly, tidyr,
        purrr, stringr, actuar, methods, stats
Suggests: rmarkdown, knitr, roxygen2, EnvStats
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-03-08 20:30:48 UTC; Steve
Author: Steven Sanderson [aut, cre],
  Steven Sanderson [cph]
Maintainer: Steven Sanderson <spsanderson@gmail.com>
Repository: CRAN
Date/Publication: 2022-03-08 20:50:09 UTC
