From 6aa52fbaf703c78a9ec3b658b5670a81b3dc2033 Mon Sep 17 00:00:00 2001 From: Felipe Figueiredo Date: Mon, 22 Oct 2018 20:44:51 -0300 Subject: [PATCH 1/4] formatting applied to NEWS --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index ad8150d..7762c5d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,8 @@ # philsfmisc 0.6.3 -- Revert the default of pct.symbol to FALSE (#49) +- Revert the default of `pct.symbol()` to `FALSE` (#49) - Percentage intervals are now correctly formatted (#35, #53) - - adds depencency: stringr + - adds depencency: `stringr` - All functions now have description and details sections (#33) # philsfmisc 0.6.2 From 2dee9b27903fea1dbd6600804d229efe00af83ae Mon Sep 17 00:00:00 2001 From: Felipe Figueiredo Date: Mon, 22 Oct 2018 20:45:13 -0300 Subject: [PATCH 2/4] fix: `format.pct` actually defaults to TRUE --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 7762c5d..a564c8f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # philsfmisc 0.6.3 -- Revert the default of `pct.symbol()` to `FALSE` (#49) +- Revert the default of `pct.symbol()` to `TRUE` (#49) - Percentage intervals are now correctly formatted (#35, #53) - adds depencency: `stringr` - All functions now have description and details sections (#33) From 0939a07c19e9624669018f52dd572d4912783c1a Mon Sep 17 00:00:00 2001 From: Felipe Figueiredo Date: Mon, 22 Oct 2018 20:46:18 -0300 Subject: [PATCH 3/4] clarify where the change in #49 applies in the NEWS --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index a564c8f..bdeaf7b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # philsfmisc 0.6.3 -- Revert the default of `pct.symbol()` to `TRUE` (#49) +- `format.pct()`: Revert the default of `pct.symbol()` to `TRUE` (#49) - Percentage intervals are now correctly formatted (#35, #53) - adds depencency: `stringr` - All functions now have description and details sections (#33) From 1340a7787b2d780a72ac82e54eb6152e1af7c12a Mon Sep 17 00:00:00 2001 From: Felipe Figueiredo Date: Mon, 22 Oct 2018 20:49:18 -0300 Subject: [PATCH 4/4] clarify where the change in #53 applies in the NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index bdeaf7b..b98f623 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,7 @@ - `format.pct()`: Revert the default of `pct.symbol()` to `TRUE` (#49) - Percentage intervals are now correctly formatted (#35, #53) + - scope: `format.float()`, applies to all functions that depend on it - adds depencency: `stringr` - All functions now have description and details sections (#33)