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 path_pkgdown.yml
More file actions
72 lines (70 loc) · 1.34 KB
/
_pkgdown.yml
File metadata and controls
72 lines (70 loc) · 1.34 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
template:
params:
bootswatch: spacelab
navbar:
left:
- text: Get started
href: articles/set6.html
right:
- text: Reference
href: reference/
- text: Changelog
href: news/index.html
- icon: fa-github fa-lg
href: https://github.com/RaphaelS1/set6
reference:
- title: Sets
desc: R6 classes and methods inheriting from class Set
contents:
- Set
- Tuple
- Interval
- FuzzySet
- FuzzyTuple
- ConditionalSet
- title: Special Sets
desc: Special sets already defined
contents:
- Universal
- Logicals
- Naturals
- PosNaturals
- Integers
- PosIntegers
- NegIntegers
- Rationals
- PosRationals
- NegRationals
- Reals
- PosReals
- NegReals
- ExtendedReals
- Complex
- listSpecialSets
- title: Set Operations
desc: Classes and operators for combining sets
contents:
- UnionSet
- setunion
- ComplementSet
- setcomplement
- setsymdiff
- powerset
- PowersetSet
- ProductSet
- setproduct
- ExponentSet
- setpower
- setintersect
- title: Assertions
desc: Validation checks for Sets
contents:
- starts_with("test")
- title: Coercions
desc: S3 methods for coercing objects to Sets
contents:
- starts_with("as.")
- title: Miscellaneous Functions
contents:
- useUnicode
- set6News