Skip to content

Commit

Permalink
use exportS3method for as_tibble
Browse files Browse the repository at this point in the history
Export alone does not export S3method for non-loaded packages (in R-4)

See r-lib/roxygen2#1085
  • Loading branch information
russHyde committed Mar 15, 2021
1 parent 35f92fa commit 8ef7b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dups-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ as.data.frame.dups <- function(x, ...) {
#' @inheritParams tibble::as_tibble
#' @importFrom tibble as_tibble
#'
#' @export
#' @exportS3Method
#'

# nolint start
Expand Down

0 comments on commit 8ef7b61

Please sign in to comment.