Skip to content

Commit df8ad0c

Browse files
committed
Fix missing library(dplyr) in example
1 parent afc5d06 commit df8ad0c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

R/patch.R

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#'
2929
#' @examples
3030
#'
31+
#' library(dplyr)
32+
#'
3133
#' # On numeric vectors:
3234
#' vec_approx_equal(
3335
#' c(1, 2, 3, NA),

man/vec_approx_equal.Rd

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)