-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.04 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
Package: funModeling
Type: Package
Title: Exploratory Data Analysis and Data Preparation Tool-Box
Description: Around 10% of almost any predictive modeling project is spent in predictive modeling, 'funModeling' and the book Data Science Live Book (<https://livebook.datascienceheroes.com/>) are intended to cover remaining 90%: data preparation, profiling, selecting best variables 'dataViz', assessing model performance and other functions.
Version: 1.9.4
Date: 2020-06-14
Authors@R: person("Pablo", "Casas", role = c("aut", "cre"), email = "[email protected]")
Maintainer: Pablo Casas <[email protected]>
License: GPL-2
BugReports: https://github.com/pablo14/funModeling/issues
URL: https://livebook.datascienceheroes.com
LazyData: true
Encoding: UTF-8
Imports:
ROCR,
ggplot2,
gridExtra,
pander,
reshape2,
scales,
dplyr,
lazyeval,
utils,
RColorBrewer,
moments,
entropy,
cli,
stringr
Depends:
R (>= 3.4.0),
Hmisc (>= 3.17.1)
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.1.0