forked from ropensci/git2r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
144 lines (143 loc) · 3.15 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# Generated by roxygen2: do not edit by hand
S3method("[",git_tree)
S3method(as.POSIXct,git_time)
S3method(as.character,git_time)
S3method(as.data.frame,git_commit)
S3method(as.data.frame,git_repository)
S3method(as.data.frame,git_tree)
S3method(as.list,git_tree)
S3method(diff,git_repository)
S3method(diff,git_tree)
S3method(format,git_blob)
S3method(format,git_commit)
S3method(format,git_merge_result)
S3method(format,git_note)
S3method(format,git_signature)
S3method(format,git_tag)
S3method(head,git_repository)
S3method(length,git_blob)
S3method(length,git_diff)
S3method(length,git_tree)
S3method(plot,git_repository)
S3method(print,git_blob)
S3method(print,git_branch)
S3method(print,git_commit)
S3method(print,git_config)
S3method(print,git_diff)
S3method(print,git_merge_result)
S3method(print,git_note)
S3method(print,git_reference)
S3method(print,git_reflog)
S3method(print,git_reflog_entry)
S3method(print,git_repository)
S3method(print,git_signature)
S3method(print,git_status)
S3method(print,git_tag)
S3method(print,git_time)
S3method(print,git_tree)
S3method(summary,git_commit)
S3method(summary,git_diff)
S3method(summary,git_repository)
S3method(summary,git_stash)
S3method(summary,git_tag)
S3method(summary,git_tree)
export(add)
export(ahead_behind)
export(blame)
export(blob_create)
export(branch_create)
export(branch_delete)
export(branch_get_upstream)
export(branch_remote_name)
export(branch_remote_url)
export(branch_rename)
export(branch_set_upstream)
export(branch_target)
export(branches)
export(bundle_r_package)
export(checkout)
export(clone)
export(commit)
export(commits)
export(config)
export(content)
export(contributions)
export(cred_env)
export(cred_ssh_key)
export(cred_token)
export(cred_user_pass)
export(default_signature)
export(descendant_of)
export(discover_repository)
export(fetch)
export(fetch_heads)
export(hash)
export(hashfile)
export(in_repository)
export(index_remove_bypath)
export(init)
export(is_bare)
export(is_binary)
export(is_blob)
export(is_branch)
export(is_commit)
export(is_detached)
export(is_empty)
export(is_head)
export(is_local)
export(is_merge)
export(is_shallow)
export(is_tree)
export(last_commit)
export(libgit2_features)
export(libgit2_sha)
export(libgit2_version)
export(lookup)
export(ls_tree)
export(merge)
export(merge_base)
export(note_create)
export(note_default_ref)
export(note_remove)
export(notes)
export(odb_blobs)
export(odb_objects)
export(parents)
export(pull)
export(punch_card)
export(push)
export(references)
export(reflog)
export(remote_add)
export(remote_ls)
export(remote_remove)
export(remote_rename)
export(remote_set_url)
export(remote_url)
export(remotes)
export(repository)
export(reset)
export(revparse_single)
export(rm_file)
export(ssl_cert_locations)
export(stash)
export(stash_drop)
export(stash_list)
export(status)
export(tag)
export(tag_delete)
export(tags)
export(tree)
export(when)
export(workdir)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,symbols)
importFrom(graphics,title)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,sessionInfo)
useDynLib(git2r, .registration=TRUE)