-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.05 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
Package: autocogs
Title: Automatic Cognostic Summaries
Version: 0.1.4
Authors@R: c(
person("Barret", "Schloerke", email = "[email protected]", role = c("aut")),
person("Ryan", "Hafen", email = "[email protected]", role = c("ths", "cre"))
)
Description: Automatically calculates cognostic groups for plot objects and list column plot objects. Results are returned in a nested data frame.
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
Encoding: UTF-8
Imports: dplyr,
checkmate,
MASS,
broom,
moments,
diptest,
mclust,
ggplot2,
tibble,
utils,
hexbin,
progress
RoxygenNote: 7.1.1
Collate:
'autocog.R'
'known_cog_groups.R'
'add_cog_group.R'
'field_info.R'
'add_cog_group_.R'
'known_layer_cogs.R'
'add_layer_cogs.R'
'add_layer_cogs_.R'
'cog_desc.R'
'cog_spec.R'
'layer_count.R'
'layer_info.R'
'of_type.R'
'plot_class.R'
'plot_cogs.R'
Suggests: testthat,
covr
URL: https://github.com/schloerke/autocogs
BugReports: https://github.com/schloerke/autocogs/issues