-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.04 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.04 KB
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.6
Date: 2026-02-17
Authors@R: person("Pablo", "Casas", role = c("aut", "cre"), email = "pcasas.biz@gmail.com")
Maintainer: Pablo Casas <pcasas.biz@gmail.com>
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,
rlang,
utils,
RColorBrewer,
moments,
entropy,
cli,
stringr
Depends:
R (>= 3.4.0),
Hmisc (>= 3.17.1)
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.1.0