-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
45 lines (44 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
export(cran_downloads)
export(get_ifpi_charts)
export(get_municipalities)
export(gh_issue_stats)
export(load_sorvi_data)
importFrom(checkmate,assert_choice)
importFrom(checkmate,assert_integer)
importFrom(checkmate,assert_number)
importFrom(checkmate,assert_string)
importFrom(dlstats,cran_stats)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_set)
importFrom(gh,gh)
importFrom(lubridate,isoyear)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(rlang,.data)
importFrom(rvest,html_elements)
importFrom(rvest,html_text)
importFrom(sf,st_as_sf)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_is_empty)
importFrom(tidyr,tibble)
importFrom(utils,read.csv)
importFrom(xml2,as_list)
importFrom(xml2,read_html)