generated from neurogenomics/templateR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export(build_footer)
export(build_network)
export(build_skill_bars)
export(build_skills_plot)
export(build_summary)
export(build_title)
export(build_toc)
export(get_css)
export(get_data)
export(get_data_list)
export(get_logo)
export(get_template)
export(icon_dict)
export(icon_link)
export(icon_sub)
export(img_get)
export(img_link)
export(n_databases)
export(n_grants)
export(n_packages)
export(n_posters)
export(n_publications)
export(n_rpackages)
export(n_talks)
export(n_tools)
export(n_web)
export(n_webapps)
export(n_websites)
export(n_years_experience)
export(parse_affiliations)
export(parse_bullets)
export(parse_daterange)
export(parse_education)
export(parse_experience)
export(parse_grants)
export(parse_grants_totals)
export(parse_location)
export(parse_name)
export(parse_news)
export(parse_profile)
export(parse_publications)
export(parse_skills)
export(parse_talks)
export(parse_tools)
export(render_cv)
import(data.table)
import(htmltools)
import(pagedown)
importFrom(rmarkdown,render)
importFrom(tools,file_ext)