-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathNAMESPACE
127 lines (126 loc) · 2.94 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# Generated by roxygen2: do not edit by hand
S3method(print,bslib_fragment)
S3method(print,bslib_page)
export(accordion)
export(accordion_panel)
export(accordion_panel_close)
export(accordion_panel_insert)
export(accordion_panel_open)
export(accordion_panel_remove)
export(accordion_panel_set)
export(accordion_panel_update)
export(as.card_item)
export(bootstrap)
export(bootstrap_sass)
export(bootswatch_themes)
export(bs_add_declarations)
export(bs_add_functions)
export(bs_add_mixins)
export(bs_add_rules)
export(bs_add_variables)
export(bs_bundle)
export(bs_current_theme)
export(bs_dependency)
export(bs_dependency_defer)
export(bs_get_contrast)
export(bs_get_variables)
export(bs_global_add_rules)
export(bs_global_add_variables)
export(bs_global_bundle)
export(bs_global_clear)
export(bs_global_get)
export(bs_global_set)
export(bs_global_theme)
export(bs_global_theme_update)
export(bs_remove)
export(bs_retrieve)
export(bs_theme)
export(bs_theme_accent_colors)
export(bs_theme_add)
export(bs_theme_add_variables)
export(bs_theme_base_colors)
export(bs_theme_clear)
export(bs_theme_dependencies)
export(bs_theme_fonts)
export(bs_theme_get)
export(bs_theme_get_variables)
export(bs_theme_new)
export(bs_theme_preview)
export(bs_theme_set)
export(bs_theme_update)
export(bs_themer)
export(card)
export(card_body)
export(card_body_fill)
export(card_footer)
export(card_header)
export(card_image)
export(card_title)
export(font_collection)
export(font_face)
export(font_google)
export(font_link)
export(input_check_buttons)
export(input_radio_buttons)
export(is.card_item)
export(is_bs_theme)
export(layout_column_wrap)
export(nav)
export(nav_append)
export(nav_content)
export(nav_hide)
export(nav_insert)
export(nav_item)
export(nav_menu)
export(nav_prepend)
export(nav_remove)
export(nav_select)
export(nav_show)
export(nav_spacer)
export(navs_bar)
export(navs_hidden)
export(navs_pill)
export(navs_pill_card)
export(navs_pill_list)
export(navs_tab)
export(navs_tab_card)
export(page)
export(page_fill)
export(page_fixed)
export(page_fluid)
export(page_navbar)
export(precompiled_css_path)
export(run_with_themer)
export(showcase_left_center)
export(showcase_top_right)
export(theme_bootswatch)
export(theme_version)
export(update_check_buttons)
export(update_radio_buttons)
export(value_box)
export(version_default)
export(versions)
import(htmltools)
import(sass)
importFrom(grDevices,col2rgb)
importFrom(jquerylib,jquery_core)
importFrom(jsonlite,fromJSON)
importFrom(rlang,":=")
importFrom(rlang,abort)
importFrom(rlang,is_missing)
importFrom(rlang,list2)
importFrom(rlang,maybe_missing)
importFrom(rlang,missing_arg)
importFrom(sass,font_collection)
importFrom(sass,font_face)
importFrom(sass,font_google)
importFrom(sass,font_link)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(tools,file_path_sans_ext)
importFrom(utils,URLencode)
importFrom(utils,download.file)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)