Package: TidyDensity
Title: Functions for Tidy Analysis of Randomly Generated Data
Version: 0.0.1
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, healthyR.ai
Suggests: rmarkdown, knitr, roxygen2, cli, crayon, rstudioapi
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-01-20 15:31:37 UTC; Steve
Author: Steven Sanderson [aut, cre],
  Steven Sanderson [cph]
Maintainer: Steven Sanderson <spsanderson@gmail.com>
Repository: CRAN
Date/Publication: 2022-01-21 08:52:44 UTC
