-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.06 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
Package: distrr
Title: Estimate and Manage Empirical Distributions
Description: Tools to estimate and manage empirical distributions,
which should work with survey data. One of the main features is the
possibility to create data cubes of estimated statistics, that include
all the combinations of the variables of interest (see for example functions
dcc5() and dcc6()).
Imports:
dplyr (>= 0.7.4),
rlang,
utils,
stats,
tidyr (>= 0.7.0)
Version: 0.0.6.9000
License: GPL-2
URL: https://gibonet.github.io/distrr, https://github.com/gibonet/distrr, https://gibonet.github.io/distrr/
Authors@R: c(
person("Sandro", "Burri", email = "[email protected]", role = c("aut", "cre")))
Maintainer: Sandro Burri <[email protected]>
RoxygenNote: 7.3.2
Encoding: UTF-8
LazyData: yes
Collate:
"distrr-package.R"
"invented_data.R"
"compat-lazyeval.R"
"dplyr_new_wrappers.R"
"gibutils.R"
"jointfuns.R"
"Fhat_conditional.R"
"distrr_funs.R"
"dcc_new.R"
"wq_df.R"
"dcc6_fixed.R"
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3