Package: TidyDensity Title: Functions for Tidy Analysis and Generation of Random Data Version: 1.5.2.9000 Authors@R: c( person("Steven","Sanderson", email = "spsanderson@gmail.com", role = c("aut","cre","cph"), comment = c(ORCID = "0009-0006-7661-8247") ) ) 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 Roxygen: list (markdown = TRUE, roclets = c ("namespace", "rd", "srr::srr_stats_roclet")) RoxygenNote: 7.3.3 URL: https://github.com/spsanderson/TidyDensity BugReports: https://github.com/spsanderson/TidyDensity/issues Language: en Depends: R (>= 4.1.0) Imports: magrittr, rlang (>= 0.4.11), dplyr, ggplot2, plotly, tidyr, purrr, actuar, methods, stats, patchwork, survival, nloptr, broom, tidyselect, data.table, stringr Suggests: rmarkdown, knitr, EnvStats VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://spsanderson.r-universe.dev Date/Publication: 2025-12-11 19:16:51 UTC RemoteUrl: https://github.com/spsanderson/TidyDensity RemoteRef: HEAD RemoteSha: 6dfb64576ef05e274c39f53dea0bd57e7c13b3a2 NeedsCompilation: no Packaged: 2026-06-09 07:12:26 UTC; root Author: Steven Sanderson [aut, cre, cph] (ORCID: ) Maintainer: Steven Sanderson