-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
51 lines (50 loc) · 1.34 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(abbreviate)
export(abbreviate_middle_names_df)
export(add_initials)
export(clean_contributors_table)
export(clean_infosheet)
export(mod_credit_roles_server)
export(mod_credit_roles_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_title_page_server)
export(mod_title_page_ui)
export(mod_xml_report_server)
export(mod_xml_report_ui)
export(print_conflict_statement)
export(print_contrib_affil)
export(print_credit_roles)
export(print_funding)
export(print_roles_readable)
export(print_title_page)
export(print_xml)
export(print_yaml)
export(read_contributors_table)
export(read_infosheet)
export(run_app)
export(validate_contributors_table)
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(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(stats,na.omit)
importFrom(utils,data)
importFrom(utils,globalVariables)