Skip to content

Commit 0b00bd9

Browse files
authored
Merge pull request #7 from rstudio/v0.3.0-rc
Release bigD v0.3.0
2 parents 088d9ff + 4c5df70 commit 0b00bd9

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

DESCRIPTION

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: bigD
3-
Version: 0.2.0.9000
43
Title: Flexibly Format Dates and Times to a Given Locale
4+
Version: 0.3.0
55
Description: Format dates and times flexibly and to whichever locales
66
make sense. Parses dates, times, and date-times in various formats
77
(including string-based ISO 8601 constructions). The formatting syntax gives
@@ -25,7 +25,8 @@ Depends:
2525
R (>= 3.3.0)
2626
Suggests:
2727
covr,
28-
testthat (>= 3.0.0)
28+
testthat (>= 3.0.0),
29+
tibble (>= 3.2.1)
2930
Roxygen: list(markdown = TRUE)
3031
Config/testthat/edition: 3
3132
Config/testthat/parallel: true

NEWS.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# bigD (development version)
1+
# bigD 0.3.0
2+
3+
* The locale's territory is now better resolved for week in month calculations.
4+
5+
* Corrected the formatting of localized GMT formats.
26

37
* Depend on R >= 3.3 to use `strrep()` and `startsWith()`
48

R/fdt.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
#' strings produce which outputs (e.g., `"y"` for the year). A common pattern is
9898
#' characters that are used consecutively to produce variations on a date, time,
9999
#' or timezone output. Say that the year in the input is 2015. If using `"yy"`
100-
#' you'll get `"15"` but with `"yyyy"` the output becomes `"1999"`. There's a
100+
#' you'll get `"15"` but with `"yyyy"` the output becomes `"2015"`. There's a
101101
#' whole lot of this, so the following subsections try to illustrate as best as
102102
#' possible what each string will produce. All of the examples will use this
103103
#' string-based datetime input unless otherwise indicated:

man/fdt.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)