Skip to content

Commit

Permalink
Add comment about issue identified by CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Nov 18, 2024
1 parent ff286dc commit d26c16d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/parse_oceanoptics_converted.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ lr_parse_jaz <- function(filename) {
tz <- ""

if (grepl(oo_savetime_regex, savetime)) {
# The value we extract here might not follow the official naming and could
# not be recognized by tzdata.
tz <- trimws(gsub(oo_savetime_regex, "\\2", savetime))
savetime <- gsub(oo_savetime_regex, "\\1 \\3", savetime)
}
Expand Down

0 comments on commit d26c16d

Please sign in to comment.