|
1 | 1 | # dint 2.0.0.9000 |
2 | 2 |
|
3 | 3 | * added **ggplot2** scales for dint data types |
4 | | -* added predicates to check wether dates correspond to the boundaries of |
| 4 | +* added predicates to check whether dates correspond to the boundaries of |
5 | 5 | years or quarters (`is_quarter_bounds()`, `is_year_bounds()`, |
6 | 6 | `is_first_of_quarter()`, etc...) |
7 | 7 | * export methods for `unique` and `summary` that were introduced in the last |
8 | 8 | version but mistakenly not exported |
9 | 9 | * One can now subtract two `date_xx` of the same subclass from each other |
10 | 10 | (the result is an `integer`) |
11 | | -* added `as_yearmon()` and `as_yearqtr()` for converting to *zoo* S3 classes |
| 11 | +* added `as_yearmon()` and `as_yearqtr()` for converting to **zoo** S3 classes |
12 | 12 | * Removed functions that were deprecated with dint 2.0.0 |
13 | 13 | * added `Sys.date_yq()`, `Sys.date_ym()` and `Sys.date_yw()` to get the current |
14 | 14 | quarter, month or isoweek. |
|
19 | 19 |
|
20 | 20 | * **breaking**: formatting `date_xx` objects now uses placeholders similar to |
21 | 21 | `base::strptime()` (e.g `%Y`, `%m`, `%q`, etc...) instead of presets. The |
22 | | - new implementation is also noticably faster than the old. |
| 22 | + new implementation is also noticeably faster than the old. |
23 | 23 | * **breaking**: all `first_day_of_*()` and `format_date_y*()` functions now |
24 | 24 | have shorter names: `first_of_*()` and `format_y*()`. The original names |
25 | 25 | will still work until the next release but give a deprecation warning. |
26 | 26 | * Added support for `c()`, `min()`, `max()`, `range()` |
27 | | -* You can now direclty supply a numeric year to `first_of_year()` and |
| 27 | +* You can now directly supply a numeric year to `first_of_year()` and |
28 | 28 | `last_of_year()` (e.g. `first_of_year(2018)`) |
29 | | -* added `date_yw` for storing isoweeks and modified existing funtions to |
30 | | - accomodate for them. |
| 29 | +* added `date_yw` for storing isoweeks and modified existing functions to |
| 30 | + accommodate for them. |
31 | 31 | * added `[` method for `date_xx` objects that preserves class attribute when |
32 | 32 | subsetting |
33 | 33 | * `%y+%` / `%y-%` can add/subtract years from date_xx objects |
|
0 commit comments