Skip to content

Commit

Permalink
Merge tag 'v0.1-1'
Browse files Browse the repository at this point in the history
- Subsetting keeps `hms` class (#16).
- Times larger than 24 hours or with split seconds are now formatted correctly (#12, #13).
- `format.hms()` right-justifies the output by padding with spaces from the left, `as.character.hms()` remains unchanged.
  • Loading branch information
Kirill Müller committed May 21, 2016
2 parents e6d303e + 2adf356 commit 30f6dfa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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-04-30
Version: 0.1
Date: 2016-05-21
Version: 0.1-1
Authors@R: person("Kirill", "Müller", role = c("aut", "cre"), email = "krlmlr+r@mailbox.org")
Description: Implements an S3 class for storing and formatting time-of-day
values, based on the 'difftime' class.
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# hms 0.1-1 (2016-05-21)

- Subsetting keeps `hms` class (#16).
- Times larger than 24 hours or with split seconds are now formatted correctly (#12, #13).
- `format.hms()` right-justifies the output by padding with spaces from the left, `as.character.hms()` remains unchanged.


# hms 0.1 (2016-04-30)

First CRAN release.
Expand Down

0 comments on commit 30f6dfa

Please sign in to comment.