Skip to content

Commit

Permalink
Merge tag 'v0.3.0.9001'
Browse files Browse the repository at this point in the history
- New `round_hms()` and `trunc_hms()` for rounding or truncating to a given multiple of seconds (#31).
- New `parse_hms()` and `parse_hm()` to parse strings in "HH:MM:SS" and "HH:MM" formats (#30).
- Documentation is in Markdown format now.
- Improved error message if calling `hms()` with a character argument (#29).
  • Loading branch information
krlmlr committed Apr 25, 2017
2 parents 3af0f96 + 6b0abeb commit 03087df
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: hms
Title: Pretty Time of Day
Date: 2016-11-22
Version: 0.3
Date: 2017-04-25
Version: 0.3.0.9001
Authors@R: c(
person("Kirill", "Müller", role = c("aut", "cre"), email = "krlmlr+r@mailbox.org"),
person("The R Consortium", role = "cph")
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### hms 0.3.0.9001 (2017-04-25)

- New `round_hms()` and `trunc_hms()` for rounding or truncating to a given multiple of seconds (#31).
- New `parse_hms()` and `parse_hm()` to parse strings in "HH:MM:SS" and "HH:MM" formats (#30).
- Documentation is in Markdown format now.
- Improved error message if calling `hms()` with a character argument (#29).


# hms 0.3 (2016-11-22)

- Fix `lubridate` test for compatibility with 1.6.0 (#23, @vspinu).
Expand Down
6 changes: 3 additions & 3 deletions man/round_hms.Rd

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

0 comments on commit 03087df

Please # to comment.