Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marberts committed Oct 21, 2023
1 parent 32fcbec commit 8093a3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/geks.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ geks_matrix <- function(index, p, q, product, n, nper, window, na.rm) {
#' @param period A factor, or something that can be coerced into one, that
#' gives the corresponding time period for each element in `p` and
#' `q`. The ordering of time periods follows the levels of `period`
#' to agree with [cut()][cut.Date].
#' to agree with [`cut()`][cut.Date].
#' @param product A factor, or something that can be coerced into one, that
#' gives the corresponding product identifier for each element in `p` and
#' `q`.
Expand Down
2 changes: 1 addition & 1 deletion R/offset_prices.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ offset_period <- function(f) {
#' @param period A factor, or something that can be coerced into one, that
#' gives the time period for each transaction. The ordering of time periods
#' follows the levels of `period` to agree with
#' [cut()][cut.Date].
#' [`cut()`][cut.Date].
#' @param product A factor, or something that can be coerced into one, that
#' gives the product identifier for each transaction. The default is to assume
#' that all transactions are for the same product.
Expand Down
2 changes: 1 addition & 1 deletion man/back_period.Rd

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

2 changes: 1 addition & 1 deletion man/geks.Rd

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

0 comments on commit 8093a3a

Please sign in to comment.