forked from rolkra/explore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 970 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: explore
Type: Package
Title: Simplifies Exploratory Data Analysis
Version: 1.0.2
Author: Roland Krasser
Maintainer: Roland Krasser <[email protected]>
Description: Interactive data exploration with one line of code or use an easy
to remember set of tidy functions for exploratory data analysis.
Introduces three main verbs. explore() to graphically explore a variable or
table, describe() to describe a variable or table and report() to create an
automated report.
License: GPL-3
Encoding: UTF-8
URL: https://github.com/rolkra/explore/
Imports:
assertthat,
broom,
dplyr,
DT (>= 0.3.0),
forcats,
ggplot2 (>= 3.0.0),
gridExtra,
magrittr,
MASS,
rlang,
rmarkdown,
rpart,
rpart.plot,
shiny,
stats,
stringr,
tibble,
tidyr
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
palmerpenguins,
testthat
VignetteBuilder: knitr