Skip to content

Commit

Permalink
fix: Fix document link
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jul 10, 2024
1 parent 87e1eb8 commit 9572a24
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
install-r: false
cache-version: rcc-smoke-1
needs: check
extra-packages: any::rcmdcheck any::roxygen2 r-lib/styler
extra-packages: any::rcmdcheck r-lib/roxygen2#1633 r-lib/styler

- uses: ./.github/workflows/custom/after-install
if: hashFiles('.github/workflows/custom/after-install/action.yml') != ''
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ Config/testthat/start-first: rel_api, tpch, as_duckplyr_df, mutate, filter, coun
Encoding: UTF-8
Roxygen: list( markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet") )
RoxygenNote: 7.3.2
RoxygenNote: 7.3.2.9000
3 changes: 2 additions & 1 deletion R/relational-rel.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ rel_to_df <- function(rel, ...) {
#' `rel_filter()` keeps rows that match a predicate,
#' to be used by [dplyr::filter()].
#'
#' @param exprs A list of [expr] objects to filter by.
#' @param exprs A list of `"relational_relexpr"` objects to filter by,
#' created by [new_relexpr()].
#' @rdname new_relational
#' @export
#' @examples
Expand Down
3 changes: 2 additions & 1 deletion man/new_relational.Rd

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

0 comments on commit 9572a24

Please sign in to comment.