-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (29 loc) · 704 Bytes
/
NAMESPACE
File metadata and controls
30 lines (29 loc) · 704 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(print,appifyr_app)
export(appify)
export(build_app)
export(create_id)
export(ensure_id_postfix)
export(inp_dropdown)
export(inp_number)
export(inp_text)
import(fs)
import(purrr)
import(roxygen2)
import(stringr)
importFrom(devtools,document)
importFrom(devtools,install)
importFrom(dplyr,bind_rows)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(fs,file_delete)
importFrom(fs,file_exists)
importFrom(glue,glue)
importFrom(htmltools,HTML)
importFrom(htmltools,div)
importFrom(htmltools,tags)
importFrom(magrittr,"%>%")
importFrom(readr,read_file)
importFrom(readr,write_file)
importFrom(rmarkdown,render_site)
importFrom(tibble,tibble)