-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
36 lines (36 loc) · 1.16 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
Package: nullabor
Version: 0.3.12
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 = "h.wickham@gmail.com", role = c("aut", "ctb"), comment = c(ORCID = "0000-0003-4757-117X")),
person("Niladri Roy", "Chowdhury", email = "niladri.ia@gmail.com", role = c("aut", "ctb")),
person("Di", "Cook", email = "dicook@monash.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3813-7155")),
person("Heike", "Hofmann", email = "hofmann@iastate.edu", role = c("aut", "ctb"), comment = c(ORCID = "0000-0001-6216-5183"))
)
Maintainer: Di Cook <dicook@monash.edu>
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
Suggests:
forecast,
viridis,
knitr
LazyData: true
Type: Package
LazyLoad: false
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Encoding: UTF-8