Skip to content

Commit

Permalink
Merge pull request #8 from krlmlr/b-reexport
Browse files Browse the repository at this point in the history
Properly reexport as_tibble()
  • Loading branch information
pachadotdev committed May 16, 2023
2 parents 6a49749 + 48b7a1c commit 7595a29
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ Encoding: UTF-8
Depends:
R (>= 3.5)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
RoxygenNote: 7.2.3
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ S3method(vcov,eglm)
S3method(vcov,elm)
S3method(vcov,summary.eglm)
S3method(vcov,summary.elm)
export()
export(as_tibble)
export(eglm)
export(eglm.wfit)
export(elm)
Expand Down
2 changes: 1 addition & 1 deletion R/eflm-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NULL

#' @importFrom tibble as_tibble
#' @export
tibble::as_tibble()
tibble::as_tibble

# taken from vctrs
#' @noRd
Expand Down
16 changes: 16 additions & 0 deletions man/reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7595a29

Please sign in to comment.