Skip to content

Commit 903fbbd

Browse files
authored
Merge pull request #950 from rstudio/v0.6.0-rc
v0.6.0 Release Candidate
2 parents 7220bd2 + c5ed6fe commit 903fbbd

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

.Rbuildignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
^README\.md$
1414
^LICENSE\.md$
1515
vignettes
16-
man/figures/.*svg$
17-
man/figures/[^m].*png$
16+
man/figures/
1817
tests/gt-examples
1918
tests/testthat/_snaps
2019
tests/testthat/test-cols_width_rtf.R
@@ -27,6 +26,7 @@ tests/testthat/test-image.R
2726
tests/testthat/test-l_table_parts.R
2827
tests/testthat/test-location_cells.R
2928
tests/testthat/test-rtf_page_numbering.R
29+
tests/testthat/test-substitution.R
3030
tests/testthat/test-summary_rows.R
3131
tests/testthat/test-summary_rows_latex.R
3232
tests/testthat/test-summary_rows_rtf.R

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Type: Package
22
Package: gt
3-
Version: 0.5.0.9000
3+
Version: 0.6.0
44
Title: Easily Create Presentation-Ready Display Tables
55
Description: Build display tables from tabular data with an easy-to-use set of
66
functions. With its progressive approach, we can construct display tables

NEWS.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# gt (development version)
1+
# gt 0.6.0
2+
3+
## New features
4+
5+
* RTF output support more suitable for Pharma users: (1) table styling now defaults to a look with far less table borders, which is more common for Pharma-based applications; (2) RTF table generation can make use of the new page-layout options (`page.*`) added to the `tab_options()` function (e.g., `page.orientation`, `page.numbering`, etc.) (#311, #653). (#927)
6+
7+
* The `tab_footnote()` function now allows for non-location footnote by making the `locations` argument optional; Any footnotes declared in this way will have their notes precede any location-based notes in the footer area (#879). (#925)
8+
9+
* The `fmt_partsper()` function was added so that we can format values as high-ratio, dimensionless quantities (e.g., `"per-mille"`, `"ppm"`, etc.). These are less common that percentage values but no less important (#608). (#914)
10+
11+
* The `sub_*()` group of functions were added to make simple and common substitutions of data in a gt table with not-too-much effort. The functions added are: `sub_missing()`, `sub_zero()`, `sub_small_vals()`, and `sub_large_vals()`. The `sub_missing()` function replaces `fmt_missing()` (and this deprecates the latter) (#904, #910, #911). (#912)
212

313
# gt 0.5.0
414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pages:
156156
- **kableExtra** ([GITHUB](https://github.com/haozhu233/kableExtra)[WEBSITE](https://haozhu233.github.io/kableExtra/))
157157
- **formattable** ([GITHUB](https://github.com/renkun-ken/formattable)[WEBSITE](https://renkun-ken.github.io/formattable/))
158158
- **DT** ([GITHUB](https://github.com/rstudio/DT)[WEBSITE](https://rstudio.github.io/DT/))
159-
- **pander** ([GITHUB](https://github.com/Rapporter/pander)[WEBSITE](http://rapporter.github.io/pander))
159+
- **pander** ([GITHUB](https://github.com/Rapporter/pander)[WEBSITE](http://rapporter.github.io/pander/))
160160
- **huxtable** ([GITHUB](https://github.com/hughjonesd/huxtable)[WEBSITE](https://hughjonesd.github.io/huxtable/))
161161
- **reactable** ([GITHUB](https://github.com/glin/reactable)[WEBSITE](https://glin.github.io/reactable/))
162162
- **flextable** ([GITHUB](https://github.com/davidgohel/flextable)[WEBSITE](https://davidgohel.github.io/flextable/))

man/figures/man_sub_missing_1.png

-43.1 KB
Binary file not shown.
-31.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)