-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
31 lines (31 loc) · 957 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
Package: mldr
Title: Exploratory Data Analysis and Manipulation of Multi-Label Data Sets
Version: 0.4.2
Date: 2019-01-28
Authors@R: c(
person("David", "Charte", email = "[email protected]", role = "cre", comment = c(ORCID = "0000-0002-4830-9512")),
person("Francisco", "Charte", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-3083-8942")),
person("Antonio J.", "Rivera", email = "[email protected]", role = "aut"))
Description: Exploratory data analysis and manipulation functions for multi-
label data sets along with an interactive Shiny application to ease their use.
URL: https://github.com/fcharte/mldr
Depends:
R (>= 3.0.0)
Imports:
shiny (>= 0.11),
XML,
circlize,
graphics,
grDevices,
stats,
methods
Suggests:
pROC,
knitr,
mldr.datasets,
testthat
License: LGPL (>= 3) | file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Encoding: UTF-8