-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
54 lines (54 loc) · 1.22 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
template:
bootstrap: 5
bootswatch: lumen
theme: tango
bslib:
primary: "#799FB0"
url: https://polettif.github.io/proporz
reference:
- title: "Proportional Apportionment"
desc: >
Proportional apportionment distributes seats for a vector of votes.
With *proporz()*, all divisor or largest remainder methods can be accessed.
contents:
- proporz
- subtitle: "Divisor Methods"
contents:
- highest_averages_method
- divisor_methods
- subtitle: "Largest Remainder Method"
contents:
- largest_remainder_method
- title: "Biproportional Apportionment"
desc: >
Biproportional apportionment distributes seats for a matrix of votes among
parties and districts.
contents:
- biproporz
- pukelsheim
- subtitle: "Algorithm implementations"
contents:
- upper_apportionment
- lower_apportionment
- subtitle: "Quorum calculations"
contents:
- quorum_functions
- apply_quorum
- reached_quorum_any_district
- reached_quorum_total
- title: "Shiny App"
contents:
- run_app
- title: "Example Datasets"
contents:
- zug2018
- uri2020
- finland2019
- title: "Helpers"
contents:
- get_divisors
- district_winner_matrix
- pivot_to_matrix
- pivot_to_df
- ceil_at
- weight_list_votes