-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
103 lines (102 loc) · 2.9 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Generated by roxygen2: do not edit by hand
S3method(Rigma::add_color,design_tibble_style)
S3method(Rigma::as_design_tibble,rigma_get_file_styles)
S3method(Rigma::as_design_tibble,rigma_get_team_styles)
S3method(add_color,default)
S3method(as_design_tibble,default)
export("%>%")
export(add_color)
export(as_design_tibble)
export(delete_comment)
export(delete_comment_reactions)
export(extract_bslib_palette)
export(get_comments)
export(get_comments_reactions)
export(get_component)
export(get_component_sets)
export(get_file)
export(get_file_component_sets)
export(get_file_components)
export(get_file_nodes)
export(get_file_styles)
export(get_file_versions)
export(get_image)
export(get_image_fills)
export(get_project_files)
export(get_team_component_sets)
export(get_team_components)
export(get_team_projects)
export(get_team_styles)
export(post_comment)
export(post_comment_reactions)
export(text_data_from_styles)
export(thumbnail_color)
importFrom(bslib,bs_theme)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_class)
importFrom(checkmate,assert_file_exists)
importFrom(checkmate,assert_integer)
importFrom(checkmate,assert_list)
importFrom(checkmate,assert_logical)
importFrom(checkmate,assert_number)
importFrom(checkmate,assert_numeric)
importFrom(checkmate,assert_string)
importFrom(checkmate,assert_subset)
importFrom(checkmate,assert_true)
importFrom(checkmate,expect_number)
importFrom(cli,cli_abort)
importFrom(dplyr,as_tibble)
importFrom(dplyr,filter)
importFrom(dplyr,group_nest)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(fs,file_exists)
importFrom(glue,glue)
importFrom(grDevices,rgb)
importFrom(httr2,req_body_json)
importFrom(httr2,req_error)
importFrom(httr2,req_headers)
importFrom(httr2,req_method)
importFrom(httr2,req_perform)
importFrom(httr2,req_retry)
importFrom(httr2,req_template)
importFrom(httr2,req_url_query)
importFrom(httr2,req_user_agent)
importFrom(httr2,request)
importFrom(httr2,resp_body_html)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_status)
importFrom(lubridate,as_datetime)
importFrom(magrittr,"%>%")
importFrom(magrittr,set_class)
importFrom(png,readPNG)
importFrom(purrr,chuck)
importFrom(purrr,flatten_chr)
importFrom(purrr,imap)
importFrom(purrr,imap_dfr)
importFrom(purrr,list_modify)
importFrom(purrr,map_dfr)
importFrom(purrr,pmap)
importFrom(purrr,pmap_dfr)
importFrom(purrr,possibly)
importFrom(purrr,safely)
importFrom(purrr,set_names)
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(rlang,arg_match)
importFrom(rlang,caller_env)
importFrom(rlang,check_required)
importFrom(rlang,exec)
importFrom(rlang,fn_fmls)
importFrom(rlang,is_null)
importFrom(rlang,is_string)
importFrom(rlang,set_names)
importFrom(tibble,new_tibble)
importFrom(tidyr,nest)
importFrom(utils,download.file)
importFrom(utils,globalVariables)
importFrom(withr,with_tempdir)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)