This repository was archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
72 lines (72 loc) · 2.27 KB
/
DESCRIPTION
File metadata and controls
72 lines (72 loc) · 2.27 KB
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
Package: set6
Title: R6 Mathematical Sets Interface
Version: 0.2.6
Authors@R:
c(person(given = "Raphael",
family = "Sonabend",
role = c("aut","cre"),
email = "raphaelsonabend@gmail.com",
comment = c(ORCID = "0000-0001-9225-4654")),
person(given = "Franz",
family = "Kiraly",
role = "aut",
email = "f.kiraly@ucl.ac.uk"))
Description: An object-oriented package for mathematical sets, upgrading the current gold-standard {sets}. Many forms of mathematical sets are implemented, including (countably finite) sets, tuples, intervals (countably infinite or uncountable), and fuzzy variants. Wrappers extend functionality by allowing symbolic representations of complex operations on sets, including unions, (cartesian) products, exponentiation, and differences (asymmetric and symmetric).
LinkingTo: Rcpp
Imports: checkmate, ooplah, Rcpp, R6, utils
Suggests: knitr, testthat, devtools, rmarkdown
License: MIT + file LICENSE
LazyData: true
URL: https://xoopR.github.io/set6/, https://github.com/xoopR/set6
BugReports: https://github.com/xoopR/set6/issues
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE, r6 = TRUE)
SystemRequirements: C++11
Collate:
'Properties.R'
'RcppExports.R'
'Set.R'
'SetWrapper.R'
'SetWrapper_ComplementSet.R'
'SetWrapper_ExponentSet.R'
'SetWrapper_PowersetSet.R'
'SetWrapper_ProductSet.R'
'SetWrapper_UnionSet.R'
'Set_Complex.R'
'Set_ConditionalSet.R'
'Set_FuzzySet.R'
'Set_FuzzySet_FuzzyMultiset.R'
'Set_FuzzySet_FuzzyTuple.R'
'Set_Interval.R'
'setSymbol.R'
'Set_Interval_SpecialSet.R'
'Set_LogicalSet.R'
'Set_Logicals.R'
'Set_Multiset.R'
'Set_Tuple.R'
'Set_Universal.R'
'Set_UniversalSet.R'
'asFuzzySet.R'
'asInterval.R'
'asSet.R'
'helpers.R'
'assertions.R'
'atomic_coercions.R'
'listSpecialSets.R'
'operation_cleaner.R'
'operation_powerset.R'
'operation_setcomplement.R'
'operation_setintersect.R'
'operation_setpower.R'
'operation_setproduct.R'
'operation_setsymdiff.R'
'operation_setunion.R'
'operators.R'
'set6-deprecated.R'
'set6-package.R'
'set6.news.R'
'useUnicode.R'
'zzz.R'