-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.02 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
35
36
Package: didigenr
Title: Discrimination Diagrams Generator and Evaluator
Version: 0.1.0.9000
Authors@R:
person("Gerald", "Schuberth-Hlavač", email= "[email protected]",
role = c("aut", "cre"))
Description: The package provides the infrastructure to automatically generate
and evaluate discrimination diagrams. It uses Delaunay triangulation and
intersection area calculation as proposed by Han et al. (2020)
<doi:10.3390/min10010062> to generate and evaluate the discrimination
diagrams. Function to plot the discrimination diagrams, using ggplot, are
included.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 3.5.0)
LazyData: true
Imports:
doParallel,
foreach,
geometry,
ggplot2,
grDevices,
Rdpack,
stats,
utils
Suggests:
spelling,
testthat (>= 3.0.0)
RdMacros: Rdpack
Config/testthat/edition: 3
Language: en-US
URL: https://github.com/abuseki/didigenr
BugReports: https://github.com/abuseki/didigenr/issues