-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.43 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
53
54
55
56
57
58
59
60
61
62
63
# Generated by roxygen2: do not edit by hand
S3method(print,plan)
S3method(print,repo_ref)
S3method(print,todo)
export("%>%")
export(browse_docs)
export(browse_issues)
export(browse_milestones)
export(browse_repo)
export(check_credentials)
export(check_internet)
export(check_rate_limit)
export(create_repo_ref)
export(get_issue_comments)
export(get_issue_events)
export(get_issues)
export(get_milestones)
export(get_repo_labels)
export(has_n_commits)
export(help_get_issue_comments)
export(help_get_issue_events)
export(help_get_issues)
export(help_get_milestones)
export(help_get_repo_label)
export(help_post_issue)
export(help_post_issue_update)
export(help_post_milestone)
export(is_assigned)
export(is_assigned_to)
export(is_created_before)
export(is_due)
export(is_due_before)
export(is_in_a_milestone)
export(is_in_milestone)
export(is_labeled)
export(is_labeled_with)
export(is_part_closed)
export(listcol_extract)
export(listcol_filter)
export(listcol_pivot)
export(parse_issue_comments)
export(parse_issue_events)
export(parse_issues)
export(parse_milestones)
export(parse_repo_labels)
export(post_issue)
export(post_issue_update)
export(post_milestone)
export(post_plan)
export(post_todo)
export(read_plan)
export(read_todo)
export(report_discussion)
export(report_plan)
export(report_progress)
export(report_taskboard)
export(report_todo)
export(template_yaml)
export(viz_gantt)
export(viz_taskboard)
export(viz_waterfall)
importFrom(magrittr,"%>%")