Skip to content

Commit 54eacf3

Browse files
fix documentation and DESCRIPTION typos
Co-authored-by: brookslogan <[email protected]>
1 parent dbd5b18 commit 54eacf3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Description: This package introduces a common data structure for epidemiological
2424
work with revisions to these data sets over time, and offers associated
2525
utilities to perform basic signal processing tasks.
2626
License: MIT + file LICENSE
27-
Copyright: file COPYRIGHTS
27+
Copyright: file inst/COPYRIGHTS
2828
Imports:
2929
cli,
3030
data.table,

R/utils.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,11 @@ 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 the [`as_function`]
196+
#' @source This code and documentation are based on [`as_function`]
197197
#' (https://github.com/r-lib/rlang/blob/c55f6027928d3104ed449e591e8a225fcaf55e13/R/fn.R#L343-L427)
198198
#' function from Hadley Wickham's `rlang` package.
199199
#'
200-
#' Below is the orginal license for the `rlang` package.
200+
#' Below is the original license for the `rlang` package.
201201
#'
202202
#'
203203
#' # MIT License

inst/COPYRIGHTS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Copyright for most of the included code is held by the Delphi group.
22

33
Posit is the copyright holder for `rlang` fragments included in the
4-
`as_slide_computation` function in `utils.R` under the following license.
4+
`as_slide_computation` function and documentation in `utils.R` under the following license.
55

66
# MIT License
77

0 commit comments

Comments
 (0)