Skip to content

Commit

Permalink
#2146 check templates error
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasoplakus committed Oct 26, 2023
1 parent 85498f4 commit 4cc6fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/derive_date_vars.R
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,7 @@ compute_dtf <- function(dtc, dt) {
#' compute_tmf(dtc = "2022-05--T00:00", dtm = ymd_hms("2022-05-15T23:59:59"))
#' compute_tmf(dtc = "2022-05--T23:00", dtm = ymd_hms("2022-05-15T23:59:59"))
#' compute_tmf(dtc = "2022-05--T23:59:00", dtm = ymd_hms("2022-05-15T23:59:59"))
#'
compute_tmf <- function(dtc,
dtm,
ignore_seconds_flag = FALSE) {
Expand Down
1 change: 1 addition & 0 deletions man/compute_tmf.Rd

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

0 comments on commit 4cc6fae

Please sign in to comment.