-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1004 Bytes
/
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
Package: turkeyelections
Type: Package
Title: The Most Comprehensive R Package for Turkish Election Results
Version: 0.1.2
Authors@R: c(
person(given = "Ozancan",
family = "Ozdemir",
role = c("aut","cre"),
email = "ozancanozdemir@gmail.com"))
Description: Includes the results of general, local, and presidential elections held in Turkey between 1995 and 2023, broken down by provinces and overall national results. It facilitates easy processing of this data and the creation of visual representations based on these election results.
License: MIT + file LICENSE
URL: https://github.com/ozancanozdemir/turkeyelections
BugReports: https://github.com/ozancanozdemir/turkeyelections/issues
Depends:
R (>= 4.0)
Imports:
ggplot2,
ggpol,
stringr,
dplyr,
stats,
colorRamp2
Suggests:
testthat (>= 3.0.0),
devtools,
remotes,
roxygen2,
usethis
Encoding: UTF-8
LazyData: true
Config/testthat/edition: 3
RoxygenNote: 7.2.3