-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1013 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
32
33
Package: agop
Version: 0.2.4
Date: 2023-11-30
Title: Aggregation Operators and Preordered Sets
Description: Tools supporting multi-criteria and group decision making,
including variable number of criteria, by means of
aggregation operators, spread measures,
fuzzy logic connectives, fusion functions,
and preordered sets. Possible applications include,
but are not limited to, quality management, scientometrics,
software engineering, etc.
URL: https://github.com/gagolews/agop/
BugReports: https://github.com/gagolews/agop/issues
ByteCompile: TRUE
Suggests:
igraph
Type: Package
Depends:
R (>= 3.0),
stats,
grDevices,
graphics
License: LGPL (>= 3)
Authors@R: c(
person("Marek", "Gagolewski", role = c("aut", "cre"),
email = "marek@gagolewski.com",
comment = c(ORCID = "0000-0003-0637-6028")),
person("Anna", "Cena", role = "ctb",
email = "cena@rexamine.com",
comment = c(ORCID = "0000-0001-8697-5383"))
)
RoxygenNote: 7.2.3
Encoding: UTF-8