Skip to content

Commit

Permalink
Update gist url (#6226)
Browse files Browse the repository at this point in the history
* Update IDateTime.R

* Update IDateTime.Rd
  • Loading branch information
KyleHaynes authored Jul 7, 2024
1 parent 771ffc0 commit de5272d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/IDateTime.R
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ clip_msec = function(secs, action) {
# Date - time extraction functions
# Adapted from Hadley Wickham's routines cited below to ensure
# integer results.
# http://gist.github.com/10238
# https://gist.github.com/hadley/10238
# See also Hadley et al's more advanced and complex lubridate package:
# https://github.com/tidyverse/lubridate
# lubridate routines do not return integer values.
Expand Down
2 changes: 1 addition & 1 deletion man/IDateTime.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ See 'Details' in \code{\link{round}} for more information.
G. Grothendieck and T. Petzoldt, ``Date and Time Classes in R,''
R News, vol. 4, no. 1, June 2004.
H. Wickham, https://gist.github.com/10238.
H. Wickham, https://gist.github.com/hadley/10238.
ISO 8601, https://www.iso.org/iso/home/standards/iso8601.htm
}
Expand Down

0 comments on commit de5272d

Please sign in to comment.