Skip to content

Commit 30edfda

Browse files
committed
Reexport as.data.frame()
Signed-off-by: Stefan Widgren <stefan.widgren@gmail.com>
1 parent 523fc70 commit 30edfda

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ S3method(summary,git_tag)
5757
S3method(summary,git_tree)
5858
export(add)
5959
export(ahead_behind)
60+
export(as.data.frame)
6061
export(blame)
6162
export(blob_create)
6263
export(branch_create)

R/tree.R

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

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

man/reexports.Rd

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)