-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
106 lines (106 loc) · 2.18 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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Package: SciencesPo
Type: Package
Title: A Tool Set for Analyzing Political Behavior Data
Date/Publication: 2013-08-27
Version: 1.4.2
Date: 2016-09-10
Authors@R: person("Daniel", "Marcelino", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Daniel Marcelino <[email protected]>
Description: Provide functions for analyzing elections and political behavior
data, including measures of political fragmentation, seat apportionment, and
small data visualization graphs.
URL: http://CRAN.R-project.org/package=SciencesPo
License: GPL (>= 2)
Encoding: UTF-8
Depends:
R (>= 3.2.0),
stats,
utils,
graphics,
grDevices,
methods,
ggplot2 (>= 2.1.0)
Imports:
Rcpp (>= 0.12.3),
pander (>= 0.6.0),
data.table (>= 1.9.4),
grid (>= 3.0.0),
MASS,
rstudioapi,
htmltools,
lubridate (>= 1.5.6),
magrittr (>= 1.5),
lazyeval,
readr,
stringr,
xtable,
ggrepel,
tibble (>= 1.1),
tidyr,
dplyr (>= 0.5),
purrr (>= 0.2.2),
shiny (>= 0.13.2)
Suggests:
extrafont,
devtools,
testthat,
scales,
gtable,
knitr,
rmarkdown
LinkingTo: Rcpp
VignetteBuilder: knitr
NeedsCompilation: yes
LazyData: TRUE
Repository: CRAN
BugReports: http://github.com/danielmarcelino/SciencesPo/issues
ByteCompile: TRUE
RoxygenNote: 6.0.1
Collate:
'Anonymize.R'
'Atkinson.R'
'Bootstrap.R'
'CMDcheckVars.R'
'Contents.R'
'Crosstable.R'
'DATA.R'
'Describe.R'
'Dirichlet.R'
'Dummy.R'
'Frequency.R'
'Gini.R'
'Herfindahl.R'
'HighestAverages.R'
'Jackknife.R'
'LargestRemainders.R'
'Lorenz.R'
'Markdown.R'
'Normalize.R'
'Palettes.R'
'Permutate.R'
'PoliticalDiversity.R'
'Proportionality.R'
'RcppExports.R'
'Recode.R'
'Sampling.R'
'SciencesPo.R'
'Stratify.R'
'Themes.R'
'UTILS.R'
'Untable.R'
'Winsorize.R'
'aaa.R'
'exportPlot.R'
'fontSelector.R'
'geometricMean.R'
'getGoogleDownloadUrl.R'
'normVarsNames.R'
'normalTransform.R'
'print.SciencesPo.R'
'prune.R'
'rescale.R'
'runShinyApp.R'
'scales.R'
'weightedVariance.R'
'zzz.R'
'zzz_useResearch.R'