-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
executable file
·78 lines (77 loc) · 1.84 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(as_survey)
export(calculate_prob)
export(calculate_probs)
export(collapse_parties)
export(dHondt)
export(draw_from_posterior)
export(get_entryprobability)
export(get_latest)
export(get_meta)
export(get_probabilities)
export(get_seats)
export(get_surveys)
export(get_surveys_brb)
export(get_surveys_by)
export(get_surveys_nds)
export(get_surveys_rp)
export(get_surveys_saxony)
export(get_surveys_thuringen)
export(gg_survey)
export(hare_niemeyer)
export(have_majority)
export(pool_austria)
export(pool_surveys)
export(prettify_de)
export(prettify_en)
export(prettify_strings)
export(redistribute)
export(scrape_austria)
export(scrape_by)
export(scrape_ltw)
export(scrape_rp)
export(scrape_wahlrecht)
export(sls)
import(checkmate)
import(dplyr)
import(ggplot2)
import(magrittr)
import(rvest)
importFrom(RCurl,getURL)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_data_frame)
importFrom(checkmate,assert_flag)
importFrom(checkmate,assert_number)
importFrom(checkmate,assert_subset)
importFrom(dplyr,bind_cols)
importFrom(dplyr,filter)
importFrom(dplyr,select)
importFrom(gtools,rdirichlet)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,dmy)
importFrom(lubridate,now)
importFrom(magrittr,"%>%")
importFrom(purrr,compose)
importFrom(purrr,flatten)
importFrom(purrr,flatten_dfc)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(rlang,.data)
importFrom(rlang,UQS)
importFrom(rlang,syms)
importFrom(stats,runif)
importFrom(stringr,regex)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(tibble,as_tibble)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(utils,combn)
importFrom(xml2,read_html)