Skip to content

Commit

Permalink
CRAN version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbecker committed May 21, 2022
1 parent 96b28df commit 9b2fea7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: formatters
Title: ASCII Formatting for Values and Tables
Date: 2022-05-20
Version: 0.3.0
Version: 0.3.1
Authors@R: c(
person("Gabriel", "Becker", email = "[email protected]", role = c("aut", "cre")),
person("Adrian", "Waddell", email = "[email protected]", role = "aut"),
Expand Down
15 changes: 4 additions & 11 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
## formatters 0.2.0.7
* add exported `default_hsep` function for use her and in reverse-dependencies (incl `rtables)
## formatters 0.3.1
* Released on CRAN

## formatters 0.2.0.6
## formatters 0.3.0
* add exported `default_hsep` function for use her and in reverse-dependencies (incl `rtables`)
* format_value now respects `na_str` even when format is `xx` (previously it returned `"NA"` always)

## formatters 0.2.0.5
* rename `linesep` argument to `hsep` in `toString` generic signature

## formatters 0.2.0.4
* add `indent_size` argument to `matrix_form` generic signature

## formatters 0.2.0.3
* add a number of `"__ (__)"` (no pct) formats in response to #23

## formatters 0.2.0.1
* Switch to `testthat` as testing framework

## formatters 0.2.0
Expand Down

0 comments on commit 9b2fea7

Please sign in to comment.