Package: fcaR
Title: Formal Concept Analysis
Version: 1.0.4
Authors@R: c(
    person(given = "Domingo",
           family = "Lopez Rodriguez",
           role = c("aut", "cre"),
           email = c("dominlopez@uma.es", "neuroimaginador@gmail.com"),
           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
Imports: stringr, hasseDiagram, RColorBrewer, scales, arules, tictoc,
        knitr, Matrix, Rcpp, fractional, methods, tikzDevice
Suggests: testthat (>= 2.1.0), covr, rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
URL: https://github.com/neuroimaginador/fcaR
BugReports: https://github.com/neuroimaginador/fcaR/issues
Depends: R (>= 3.1)
LinkingTo: Rcpp
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-07-07 15:52:03 UTC; domingo
Author: Domingo Lopez Rodriguez [aut, cre]
    (<https://orcid.org/0000-0002-0172-1585>),
  Angel Mora [aut],
  Jesus Dominguez [aut],
  Ana Villalon [aut],
  Ian Johnson [ctb]
Repository: CRAN
Date/Publication: 2020-07-07 17:00:06 UTC
