Skip to content

Commit

Permalink
Work around roxygen2 issue
Browse files Browse the repository at this point in the history
Reported in r-lib/roxygen2#979
  • Loading branch information
lionel- committed Nov 19, 2019
1 parent 5e1562c commit 057e5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions R/tidyverse.R
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ vec_ptype2.sfc.sfc <- function(x, y, ...) {
#' @name vctrs
#' @export
#' @inheritParams vctrs::vec_cast
#' @param x_arg,y_arg Argument names for \code{x} and \code{y}.
vec_cast.sfc <- function(x, to, ...) UseMethod("vec_cast.sfc") # nocov

#' @name vctrs
Expand Down
8 changes: 1 addition & 7 deletions man/vctrs.Rd

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

0 comments on commit 057e5ba

Please sign in to comment.