-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
55 lines (54 loc) · 1.51 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(get_package_number_ppm)
export(plot_cran_monthly_package_number)
export(scrape_cran_history)
export(update_monthly_package_number)
importFrom(cli,cat_rule)
importFrom(devtools,document)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(furrr,future_map_dfr)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(lubridate,as_datetime)
importFrom(lubridate,days)
importFrom(lubridate,is.Date)
importFrom(lubridate,month)
importFrom(lubridate,now)
importFrom(lubridate,today)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hm)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,safely)
importFrom(purrr,transpose)
importFrom(readr,read_rds)
importFrom(readr,write_rds)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(rvest,read_html)
importFrom(stringi,stri_remove_empty)
importFrom(stringr,str_detect)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(utils,available.packages)
importFrom(utils,tail)