Skip to content

Commit e5ed4d0

Browse files
committed
redocument
1 parent 398de24 commit e5ed4d0

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

R/utils.R

+4-4
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,14 @@ assert_sufficient_f_args <- function(f, ...) {
193193
#' extended to include `..3`; and also by `epi[x]_slide`-specific names
194194
#' `.group_key` and `.ref_time_value`.
195195
#'
196-
#' @source This code and documentation are based on [`as_function`]
197-
#' (https://github.com/r-lib/rlang/blob/c55f6027928d3104ed449e591e8a225fcaf55e13/R/fn.R#L343-L427)
198-
#' function from Hadley Wickham's `rlang` package.
196+
#' @source This code and documentation are based on
197+
#' [`as_function`](https://github.com/r-lib/rlang/blob/c55f6027928d3104ed449e591e8a225fcaf55e13/R/fn.R#L343-L427)
198+
#' from Hadley Wickham's `rlang` package.
199199
#'
200200
#' Below is the original license for the `rlang` package.
201201
#'
202202
#'
203-
#' # MIT License
203+
#' MIT License
204204
#'
205205
#' Copyright (c) 2020 rlang authors
206206
#'

man/epi_slide.Rd

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

man/epix_slide.Rd

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

man/reexports.Rd

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

0 commit comments

Comments
 (0)