Skip to content

Commit

Permalink
Register cnd_df method for mutate
Browse files Browse the repository at this point in the history
I noticed that were missing this `S3method(mutate,cnd_df)` in the NAMESPACE. I think we should use @export always now on methods and roxygen2 will do the right thing: see https://www.tidyverse.org/blog/2024/01/roxygen2-7-3-0/.
  • Loading branch information
ramiromagno committed Jul 24, 2024
1 parent 4a8b6a1 commit d6e3d92
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by roxygen2: do not edit by hand

S3method(ctl_new_rowid_pillar,cnd_df)
S3method(mutate,cnd_df)
S3method(print,iso8601)
S3method(tbl_sum,cnd_df)
export("%.>%")
Expand Down
2 changes: 1 addition & 1 deletion R/cnd_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ condition_add <- function(dat, ..., .na = NA, .dat2 = rlang::env()) {
#'
#' @inheritParams dplyr::mutate
#' @importFrom dplyr mutate
#' @keywords internal
#' @export
mutate.cnd_df <- function(.data,
...,
.by = NULL,
Expand Down
1 change: 0 additions & 1 deletion man/mutate.cnd_df.Rd

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

0 comments on commit d6e3d92

Please sign in to comment.