-
Notifications
You must be signed in to change notification settings - Fork 38
/
_pkgdown.yml
79 lines (69 loc) · 1.42 KB
/
_pkgdown.yml
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
73
74
75
76
77
78
79
url: https://rconsortium.github.io/S7/
template:
bootstrap: 5
reference:
- title: Key functions
contents:
- new_class
- new_generic
- new_union
- method<-
- S7_inherits
- validate
- title: Properties
contents:
- new_property
- prop
- prop_names
- props
- S7_data
- title: Method dispatch
contents:
- convert
- class_missing
- class_any
- method
- method_explain
- super
- S7_class
- title: Packages
desc: >
Functions needed when using S7 within a package. See `vignette("packages")`
for more details.
contents:
- methods_register
- new_external_generic
- title: Compatibility
desc: >
These tools provide a layer of compatibility between S7 and S3 classes, S4
classes, and base types. See `vignette("compatibility")` for more details.
contents:
- base_classes
- base_s3_classes
- new_S3_class
- S4_register
articles:
- title: Learn S7
navbar: ~
contents:
- S7
- generics-methods
- classes-objects
- compatibility
- packages
- motivation
- performance
- title: Initial design and specification
contents:
- spec/proposal
- spec/requirements
- spec/design
- spec/dispatch
- title: Minutes
contents: starts_with("minutes/")
news:
releases:
- text: "S7 0.2.0"
href: https://www.tidyverse.org/blog/2024/11/s7-0-2-0/
- text: "S7 0.1.0"
href: https://blog.r-project.org/2024/05/17/generalizing-support-for-functional-oop-in-r/index.html