forked from rstudio/bslib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
64 lines (63 loc) · 1.53 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(bootstrap)
export(bootstrap_sass)
export(bootswatch_themes)
export(bs_add_declarations)
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(font_face)
export(font_google)
export(font_link)
export(is_bs_theme)
export(precompiled_css_path)
export(run_with_themer)
export(theme_bootswatch)
export(theme_version)
export(version_default)
export(versions)
import(htmltools)
import(sass)
importFrom(jquerylib,jquery_core)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
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,modifyList)
importFrom(utils,packageVersion)