-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
38 lines (37 loc) · 1004 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
36
37
38
# Generated by roxygen2: do not edit by hand
export(alt_text_check)
export(alt_text_suggest)
export(autocontrast)
export(contrast_bg)
export(contrast_check)
export(contrast_ratio)
export(test_colourblind)
export(test_plot)
import(ggplot2)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_bullets)
importFrom(cli,cli_h1)
importFrom(cli,cli_text)
importFrom(cli,cli_ul)
importFrom(clipr,write_clip)
importFrom(colorspace,deutan)
importFrom(colorspace,protan)
importFrom(colorspace,tritan)
importFrom(farver,decode_colour)
importFrom(farver,encode_colour)
importFrom(farver,get_channel)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_scale)
importFrom(ggplot2,get_alt_text)
importFrom(ggplot2,ggplot_build)
importFrom(grDevices,colors)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(jsonlite,toJSON)
importFrom(khroma,compare)
importFrom(purrr,map2)
importFrom(stringr,str_trim)
importFrom(tools,file_ext)
importFrom(utils,combn)