-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
46 lines (45 loc) · 1.01 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method("[",ConceptSet)
S3method("[",FormalContext)
S3method("[",ImplicationSet)
S3method("[",Set)
S3method(as.list,ConceptSet)
S3method(length,ConceptSet)
export("%&%")
export("%-%")
export("%<=%")
export("%==%")
export("%>%")
export("%entails%")
export("%holds_in%")
export("%respects%")
export("%|%")
export("%~%")
export(Concept)
export(ConceptLattice)
export(ConceptSet)
export(FormalContext)
export(ImplicationSet)
export(Set)
export(as_Set)
export(as_vector)
export(equivalencesRegistry)
export(fcaR_options)
export(parse_implications)
export(scalingRegistry)
import(R6)
import(registry)
importFrom(Matrix,Matrix)
importFrom(Rcpp,sourceCpp)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(methods,cbind2)
importFrom(purrr,map)
importFrom(purrr,pluck)
importFrom(rlang,.data)
importFrom(stringr,fixed)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_squish)
importFrom(stringr,str_which)
useDynLib(fcaR, .registration = TRUE)