Skip to content

Commit

Permalink
Merge pull request #41 from adamhsparks/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi authored May 7, 2023
2 parents 9cc9c20 + c6716d2 commit 2b2aecd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Suggests:
withr
URL: https://github.com/gaborcsardi/parsedate
BugReports: https://github.com/gaborcsardi/parsedate/issues
RoxygenNote: 6.1.1
RoxygenNote: 7.2.3
Encoding: UTF-8
2 changes: 1 addition & 1 deletion R/parsedate-package.r
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ yj <- function(x) as.POSIXct(x, format = "%Y %j", tz = "UTC")
#' }
#' \code{parse_date} returns quickly in case of empty input elements.
#'
#' All dates are returned in the UTC time zone. If you preder a different
#' All dates are returned in the UTC time zone. If you prefer a different
#' time zone, simply use `.POSIXct()` on the result, see examples below.
#'
#' @param dates A character vector. An error is reported if
Expand Down
2 changes: 1 addition & 1 deletion man/parse_date.Rd

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

0 comments on commit 2b2aecd

Please sign in to comment.