-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 897 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(art_pals)
export(circle_data)
export(grid_maker)
export(group_numbers)
export(packer)
export(rotator)
export(square_data)
export(wave_data)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_progress_step)
importFrom(cli,combine_ansi_styles)
importFrom(dplyr,group_by)
importFrom(dplyr,group_size)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,tibble)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,colors)
importFrom(knitr,combine_words)
importFrom(purrr,list_c)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_chr)
importFrom(purrr,pmap)
importFrom(purrr,set_names)
importFrom(rlang,is_bare_numeric)
importFrom(rlang,is_empty)
importFrom(stringr,str_length)
importFrom(stringr,str_pad)