Skip to content

Commit

Permalink
feat: #316 remove messaging that includes "-" as year not handled
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelos Zhu committed Aug 17, 2023
1 parent 3e96248 commit 84f3e46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/warnings.R
Expand Up @@ -80,9 +80,7 @@ warn_if_invalid_dtc <- function(dtc, is_valid = is_valid_dtc(dtc)) {
"2003---15\n\n",
"The following ISO representations, and any other representation are NOT handled: \n",
"2003-12-15T-:15:18\n",
"2003-12-15T13:-:19\n",
"--12-15\n",
"-----T07:15"
"2003-12-15T13:-:19\n"
)
warn(paste(main_msg, tbl, info, sep = "\n"))
}
Expand Down

0 comments on commit 84f3e46

Please sign in to comment.