Skip to content

Commit 03a58a4

Browse files
committed
Cleanup exports
1 parent 15b6a86 commit 03a58a4

File tree

5 files changed

+1
-18
lines changed

5 files changed

+1
-18
lines changed

NAMESPACE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ S3method(summary,git_tag)
6565
S3method(summary,git_tree)
6666
export(add)
6767
export(ahead_behind)
68-
export(as.data.frame)
6968
export(blame)
7069
export(blob_create)
7170
export(branch_create)
@@ -91,7 +90,6 @@ export(cred_token)
9190
export(cred_user_pass)
9291
export(default_signature)
9392
export(descendant_of)
94-
export(diff)
9593
export(discover_repository)
9694
export(fetch)
9795
export(fetch_heads)
@@ -121,7 +119,6 @@ export(libgit2_version)
121119
export(lookup)
122120
export(lookup_commit)
123121
export(ls_tree)
124-
export(merge)
125122
export(merge_base)
126123
export(note_create)
127124
export(note_default_ref)

R/diff.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,3 @@ diff.git_tree <- function(x,
300300
as.integer(context_lines), as.integer(interhunk_lines),
301301
old_prefix, new_prefix, id_abbrev, path, max_size)
302302
}
303-
304-
##' @export
305-
base::diff

R/merge.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ merge.character <- function(x = ".", y = NULL, commit_on_success = TRUE,
104104
merge.git_repository(x, y, commit_on_success, merger, fail)
105105
}
106106

107-
##' @export
108-
base::merge
109-
110107
##' @export
111108
format.git_merge_result <- function(x, ...) {
112109
if (isTRUE(x$up_to_date))

R/tree.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ as.data.frame.git_tree <- function(x, ...) {
7676
stringsAsFactors = FALSE)
7777
}
7878

79-
##' @export
80-
base::as.data.frame
81-
8279
##' Coerce entries in a git_tree to a list of entry objects
8380
##'
8481
##' @param x The tree \code{object}

man/reexports.Rd

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)