File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Description: This package introduces a common data structure for epidemiological
24
24
work with revisions to these data sets over time, and offers associated
25
25
utilities to perform basic signal processing tasks.
26
26
License: MIT + file LICENSE
27
- Copyright: file COPYRIGHTS
27
+ Copyright: file inst/ COPYRIGHTS
28
28
Imports:
29
29
cli,
30
30
data.table,
Original file line number Diff line number Diff line change @@ -193,11 +193,11 @@ assert_sufficient_f_args <- function(f, ...) {
193
193
# ' extended to include `..3`; and also by `epi[x]_slide`-specific names
194
194
# ' `.group_key` and `.ref_time_value`.
195
195
# '
196
- # ' @source #' This code and documentation are based on the [`as_function`]
196
+ # ' @source This code and documentation are based on [`as_function`]
197
197
# ' (https://github.com/r-lib/rlang/blob/c55f6027928d3104ed449e591e8a225fcaf55e13/R/fn.R#L343-L427)
198
198
# ' function from Hadley Wickham's `rlang` package.
199
199
# '
200
- # ' Below is the orginal license for the `rlang` package.
200
+ # ' Below is the original license for the `rlang` package.
201
201
# '
202
202
# '
203
203
# ' # MIT License
Original file line number Diff line number Diff line change 1
1
Copyright for most of the included code is held by the Delphi group.
2
2
3
3
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.
5
5
6
6
# MIT License
7
7
You can’t perform that action at this time.
0 commit comments