forked from marton-balazs-kovacs/tenzing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(mod_about_modal_server)
export(mod_about_modal_ui)
export(mod_contribs_affiliation_page_server)
export(mod_contribs_affiliation_page_ui)
export(mod_human_readable_report_server)
export(mod_human_readable_report_ui)
export(mod_read_spreadsheet_server)
export(mod_read_spreadsheet_ui)
export(mod_show_spreadsheet_server)
export(mod_show_spreadsheet_ui)
export(mod_show_yaml_server)
export(mod_show_yaml_ui)
export(mod_xml_report_server)
export(mod_xml_report_ui)
export(print_contrib_affil)
export(print_roles_readable)
export(print_xml)
export(print_yaml)
export(read_infosheet)
export(run_app)
export(validate_infosheet)
import(shiny)
importFrom(config,get)
importFrom(glue,glue)
importFrom(golem,with_golem_options)
importFrom(htmltools,HTML)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(magrittr,"%>%")
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)