-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.17 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
37
38
39
40
41
Package: clugenr
Title: Multidimensional Cluster Generation Using Support Lines
Version: 1.0.3.9000
Authors@R:
person(given = "Nuno",
family = "Fachada",
role = c("aut", "cre", "cph"),
email = "faken@fakenmc.com",
comment = c(ORCID = "0000-0002-8487-5837"))
Description: An implementation of the clugen algorithm for generating
multidimensional clusters with arbitrary distributions. Each cluster is
supported by a line segment, the position, orientation and length of which
guide where the respective points are placed. This package is described in
Fachada & de Andrade (2023) <doi:10.1016/j.knosys.2023.110836>.
Depends:
R (>= 3.6.0)
Imports:
mathjaxr
Suggests:
crul,
devtools,
ggplot2,
knitr,
lintr,
patchwork,
prettydoc,
rgl,
rmarkdown,
roxygen2,
testthat (>= 3.0.0)
RdMacros:
mathjaxr
License: MIT + file LICENSE
URL: https://clugen.github.io/clugenr/, https://github.com/clugen/clugenr
BugReports: https://github.com/clugen/clugenr/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
VignetteBuilder: knitr