-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (30 loc) · 1011 Bytes
/
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
Package: quick.tasks
Type: Package
Title: Quick implementation of tables, figures, and other helper functions for quick analysis.
Version: 0.1.0
Authors@R: person("Christopher","Kraner",email="[email protected]",role=c("aut","cre"))
Description: Includes basic visualization implementations for tables from regression analyses.
Using PixieDust, LaTeX or HTML tables are output. Multiple summaries and results are included
in tables to more reflect what an analyst would need. Several extended options for tables are
also included (VIM, partial eta, glance stats, etc.). In addition, several helper functions for
tasks such as saving plots and seeing labels are included.
License: Artistic-2.0 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports: pixiedust,
broom,
car,
tidyr,
phia,
reshape2,
grid,
ggplot2,
shiny,
shinyjs,
shinydashboard,
VIM,
ROCR
Suggests: ordinal,
ordinal
Roxygen: list(markdown = TRUE)