-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
executable file
·40 lines (40 loc) · 916 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
33
34
35
36
37
38
39
40
Package: flexplot
Type: Package
Title: Graphically Based Data Analysis Using 'flexplot'
Version: 0.22.3
Author: Dustin Fife
Maintainer: Dustin Fife <[email protected]>
Description: The 'flexplot' suite is a graphically-based set of tools for doing data analysis. 'flexplot' allows users to specify a formula and the software automatically chooses what sort of graphic to present. Analysis can be paired with visuals using the visualize() function, such that the software will choose an appropriate graphic to match an R model object.
License: GPL-2
Encoding: UTF-8
LazyData: true
Depends:
stats,
R (>= 2.10)
Imports: cowplot,
MASS,
tibble,
withr,
dplyr,
magrittr,
forcats,
purrr,
plyr,
R6,
ggplot2,
patchwork,
ggsci,
lme4,
party,
mgcv,
rlang
Suggests: jmvcore (>= 0.8.5),
vdiffr,
knitr,
testthat,
randomForest,
markdown,
papaja,
tidyverse
RoxygenNote: 7.2.1
VignetteBuilder: knitr