-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.21 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: TidyDensity
Title: Functions for Tidy Analysis and Generation of Random Data
Version: 1.5.0.9000
Authors@R: c(
person("Steven","Sanderson", email = "[email protected]", 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.2.9000
URL: https://github.com/spsanderson/TidyDensity
BugReports: https://github.com/spsanderson/TidyDensity/issues
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