-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.63 KB
/
DESCRIPTION
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
Package: politicsR
Type: Package
Title: Calculating Political System Metrics
Version: 0.1.0
Authors@R: c(
person("Denisson", "Silva", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2771-8146")),
person("Willber", "Nascimento", , "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-2257-8108")),
person("Fernando", "Meireles", , "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-7027-2058")),
person("Jose", "Alexandre", , "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-6068-7460"))
)
Maintainer: Denisson Silva <[email protected]>
Description: A toolbox to facilitate the calculation of political system indicators for researchers.
This package offers a variety of basic indicators related to electoral systems, party systems, elections,
and parliamentary studies, as well as others. Main references are:
Loosemore and Hanby (1971) <doi:10.1017/S000712340000925X>;
Gallagher (1991) <doi:10.1016/0261-3794(91)90004-C>;
Laakso and Taagepera (1979) <doi:10.1177/001041407901200101>;
Rae (1968) <doi:10.1177/001041406800100305>;
Hirschmaņ (1945) <ISBN:0-520-04082-1>;
Kesselman (1966) <doi:10.2307/1953769>;
Jones and Mainwaring (2003) <doi:10.1177/13540688030092002>;
Rice (1925) <doi:10.2307/2142407>;
Pedersen (1979) <doi:10.1111/j.1475-6765.1979.tb01267.x>;
SANTOS (2002) <ISBN:85-225-0395-8>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
ineq,
BugReports: https://github.com/silvadenisson/politicsR/issues
Depends:
R (>= 3.3.0)