-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.31 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
Package: nullabor
Version: 0.3.13
Description: Tools for visual inference. Generate null data sets
and null plots using permutation and simulation. Calculate distance metrics
for a lineup, and examine the distributions of metrics.
Title: Tools for Graphical Inference
Authors@R: c(
person("Hadley", "Wickham", email = "[email protected]", role = c("aut", "ctb"), comment = c(ORCID = "0000-0003-4757-117X")),
person("Niladri Roy", "Chowdhury", email = "[email protected]", role = c("aut", "ctb")),
person("Di", "Cook", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3813-7155")),
person("Heike", "Hofmann", email = "[email protected]", role = c("aut", "ctb"), comment = c(ORCID = "0000-0001-6216-5183")),
person("Måns", "Thulin", email = "[email protected]", role = c("aut", "ctb"), comment = c(ORCID = "0000-0002-2756-3933"))
)
Maintainer: Di Cook <[email protected]>
License: GPL (>= 2)
URL: https://github.com/dicook/nullabor
BugReports: https://github.com/dicook/nullabor/issues
Imports:
MASS,
moments,
fpc,
ggplot2,
dplyr,
purrr,
tidyr,
tibble,
magrittr,
stats
Suggests:
forecast,
viridis,
knitr
LazyData: true
Type: Package
LazyLoad: false
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8