Package: fcaR Title: Formal Concept Analysis Version: 1.7.0 Authors@R: c(person(given = "Domingo", family = "Lopez Rodriguez", role = c("aut", "cre"), email = "dominlopez78@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")) Description: Provides tools to perform fuzzy formal concept analysis, presented in Wille (1982) and in Ganter and Obiedkov (2016) . 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. Matrix factorization is provided by the GreConD+ algorithm (Belohlavek and Trneckova, 2024 ). License: GPL-3 URL: https://github.com/Malaga-FCA-group/fcaR, https://neuroimaginador.github.io/fcaR/ BugReports: https://github.com/Malaga-FCA-group/fcaR/issues Depends: R (>= 4.1) Imports: dplyr, glue, Matrix, methods, R6, rlang, Rcpp, registry, settings, stringr, tibble, tidyr, tidyselect, purrr, cli Suggests: arules, covr, DT, fractional, knitr, markdown, miniUI, rmarkdown, shiny, testthat (>= 2.1.0), tictoc, tikzDevice, tinytex, parallel, ggplot2, ggraph, igraph, grDevices, rstudioapi, yaml, jsonlite LinkingTo: Rcpp, BH VignetteBuilder: knitr Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://malaga-fca-group.r-universe.dev Date/Publication: 2026-03-26 21:44:56 UTC RemoteUrl: https://github.com/malaga-fca-group/fcar RemoteRef: HEAD RemoteSha: f1fac711928a006bf8738ba8b8f95ae5636620bf NeedsCompilation: yes Packaged: 2026-07-05 05:14:52 UTC; root Author: Domingo Lopez Rodriguez [aut, cre] (ORCID: ), Angel Mora [aut], Jesus Dominguez [aut], Ana Villalon [aut] Maintainer: Domingo Lopez Rodriguez