-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·61 lines (60 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
export(get_event)
export(pega_dados)
export(see_normality)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_progress_bar)
importFrom(cli,cli_progress_update)
importFrom(dplyr,across)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,where)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_qq)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,stat_qq)
importFrom(ggplot2,stat_qq_line)
importFrom(graphics,hist)
importFrom(httr2,req_body_raw)
importFrom(httr2,req_headers)
importFrom(httr2,req_perform)
importFrom(httr2,request)
importFrom(httr2,resp_body_html)
importFrom(httr2,resp_status)
importFrom(janitor,make_clean_names)
importFrom(patchwork,wrap_plots)
importFrom(purrr,list_c)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,pluck)
importFrom(purrr,pmap_chr)
importFrom(purrr,pmap_dfr)
importFrom(readr,read_csv2)
importFrom(rvest,html_attr)
importFrom(rvest,html_element)
importFrom(rvest,html_elements)
importFrom(rvest,html_text)
importFrom(stats,density)
importFrom(stats,shapiro.test)
importFrom(stringi,stri_escape_unicode)
importFrom(stringi,stri_unescape_unicode)
importFrom(stringr,str_c)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_squish)
importFrom(stringr,str_subset)
importFrom(stringr,str_trim)
importFrom(tibble,tibble)
importFrom(tidyr,crossing)
importFrom(usethis,ui_info)
importFrom(usethis,ui_stop)
importFrom(utils,URLdecode)
importFrom(utils,URLencode)
importFrom(xml2,read_html)
importFrom(xml2,xml_attr)