forked from dustinfife/flexplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·29 lines (29 loc) · 823 Bytes
/
DESCRIPTION
File metadata and controls
executable file
·29 lines (29 loc) · 823 Bytes
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
Package: flexplot
Type: Package
Title: Graphically Based Data Analysis Using Flexplot
Version: 0.6.6
Author: Dustin Fife
Maintainer: Dustin Fife <fife.dustin@gmail.com>
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
Imports: cowplot,
ggplot2,
MASS,
tibble,
withr,
dplyr,
magrittr,
forcats,
purrr,
R6
Suggests: jmvcore (>= 0.8.5),
vdiffr,
knitr,
lme4,
testthat,
randomForest
RoxygenNote: 6.1.1
VignetteBuilder: knitr