-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
75 lines (75 loc) · 1.84 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Package: fcaR
Title: Formal Concept Analysis
Version: 1.2.2
Authors@R:
c(person(given = "Domingo",
family = "Lopez Rodriguez",
role = c("aut", "cre"),
email = "dominlopez@uma.es",
comment = c(ORCID = "0000-0002-0172-1585")),
person(given = "Angel",
family = "Mora",
role = "aut",
email = "amorabonilla@gmail.com"),
person(given = "Jesus",
family = "Dominguez",
role = "aut"),
person(given = "Ana",
family = "Villalon",
role = "aut"),
person(given = "Ian",
family = "Johnson",
role = "ctb"))
Maintainer: Domingo Lopez Rodriguez <dominlopez@uma.es>
Description: Provides tools to perform fuzzy formal concept
analysis, presented in Wille (1982) <doi:10.1007/978-3-642-01815-2_23>
and in Ganter and Obiedkov (2016) <doi:10.1007/978-3-662-49291-8>. It
provides functions to load and save a formal context, extract its
concept lattice and implications. In addition, one can use the
implications to compute semantic closures of fuzzy sets and, thus,
build recommendation systems.
License: GPL-3
URL: https://github.com/Malaga-FCA-group/fcaR
BugReports: https://github.com/Malaga-FCA-group/fcaR/issues
Depends:
R (>= 4.1)
Imports:
dplyr,
forcats,
fractional,
ggplot2,
glue,
grDevices,
Matrix,
methods,
POSetR,
R6,
rlang,
Rcpp,
registry,
settings,
stringr,
tibble,
tidyr,
tikzDevice,
magrittr,
purrr
Suggests:
arules,
covr,
hasseDiagram,
knitr,
markdown,
rmarkdown,
testthat (>= 2.1.0),
tictoc,
tinytex,
parallel
LinkingTo:
Rcpp
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2