forked from workflowr/workflowr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
39 lines (38 loc) · 954 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(print,wflow_build)
S3method(print,wflow_git_commit)
S3method(print,wflow_git_config)
S3method(print,wflow_git_pull)
S3method(print,wflow_git_push)
S3method(print,wflow_open)
S3method(print,wflow_publish)
S3method(print,wflow_remove)
S3method(print,wflow_rename)
S3method(print,wflow_start)
S3method(print,wflow_status)
S3method(print,wflow_view)
export(extract_commit)
export(wflow_build)
export(wflow_git_commit)
export(wflow_git_config)
export(wflow_git_pull)
export(wflow_git_push)
export(wflow_git_remote)
export(wflow_html)
export(wflow_open)
export(wflow_post_knit)
export(wflow_pre_knit)
export(wflow_pre_processor)
export(wflow_publish)
export(wflow_remove)
export(wflow_rename)
export(wflow_rename_proj)
export(wflow_site)
export(wflow_start)
export(wflow_status)
export(wflow_toc)
export(wflow_update)
export(wflow_use_github)
export(wflow_use_gitlab)
export(wflow_view)
import(rmarkdown)