Skip to content

Commit

Permalink
Merge pull request #7 from rstudio/v0.3.0-rc
Browse files Browse the repository at this point in the history
Release bigD v0.3.0
  • Loading branch information
rich-iannone authored Nov 9, 2024
2 parents 088d9ff + 4c5df70 commit 0b00bd9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: bigD
Version: 0.2.0.9000
Title: Flexibly Format Dates and Times to a Given Locale
Version: 0.3.0
Description: Format dates and times flexibly and to whichever locales
make sense. Parses dates, times, and date-times in various formats
(including string-based ISO 8601 constructions). The formatting syntax gives
Expand All @@ -25,7 +25,8 @@ Depends:
R (>= 3.3.0)
Suggests:
covr,
testthat (>= 3.0.0)
testthat (>= 3.0.0),
tibble (>= 3.2.1)
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: true
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# bigD (development version)
# bigD 0.3.0

* The locale's territory is now better resolved for week in month calculations.

* Corrected the formatting of localized GMT formats.

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

Expand Down
2 changes: 1 addition & 1 deletion R/fdt.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
#' strings produce which outputs (e.g., `"y"` for the year). A common pattern is
#' characters that are used consecutively to produce variations on a date, time,
#' or timezone output. Say that the year in the input is 2015. If using `"yy"`
#' you'll get `"15"` but with `"yyyy"` the output becomes `"1999"`. There's a
#' you'll get `"15"` but with `"yyyy"` the output becomes `"2015"`. There's a
#' whole lot of this, so the following subsections try to illustrate as best as
#' possible what each string will produce. All of the examples will use this
#' string-based datetime input unless otherwise indicated:
Expand Down
2 changes: 1 addition & 1 deletion man/fdt.Rd

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

0 comments on commit 0b00bd9

Please sign in to comment.