-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_pkgdown.yml
78 lines (78 loc) · 1.74 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
destination: docs
url: https://stocnet.github.io/goldfish/
development:
mode: auto
template:
bootswatch: united
authors:
James Hollway:
href: https://jameshollway.com
Christoph Stadtfeld:
href: https://sn.ethz.ch/profile.html?persid=210738
navbar:
structure:
left:
- home
- intro
- reference
- articles
- news
right:
- search
- github
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
news:
text: News
href: news/index.html
github:
icon: "fab fa-github fa-lg"
href: https://github.com/stocnet/goldfish
reference:
- title: "Define"
contents:
- goldfish-package
- starts_with("define")
- starts_with("link")
- title: "Estimate"
contents:
- starts_with("estimate")
- update-method
- print-method
- title: "Diagnostics"
contents:
- logLik.result.goldfish
- starts_with("examine")
- title: "Data"
desc: |
The package contains several datasets that are used in vignettes
to demonstrate features of goldfish.
contents:
- starts_with("Fisheries_")
- starts_with("RFID_")
- starts_with("Social_")
- title: "Gather preprocessing"
contents:
- GatherPreprocessing
articles:
- title: "goldfish effects"
navbar: "goldfish effects"
contents:
- goldfishEffects
- title: "How to start"
navbar: "How to start"
contents:
- teaching1
- title: "The coordination model and extensions"
navbar: "choice coordination"
contents:
- teaching2
- title: "DyNAM-i for face to face interaction data"
navbar: "DyNAM-i"
contents:
- dynami-example