Skip to content

Commit

Permalink
Merge pull request #1539 from rstudio/v0.10.1-rc
Browse files Browse the repository at this point in the history
Release gt v0.10.1
  • Loading branch information
rich-iannone authored Jan 18, 2024
2 parents bd0ecf2 + ce73a9a commit d108466
Show file tree
Hide file tree
Showing 75 changed files with 106 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ currently being supported with security updates.

| Version | Supported |
| ---------- | ------------------ |
| >= 0.10.0 | :white_check_mark: |
| >= 0.10.1 | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ message: 'If you wish to cite the "gt" package use:'
type: software
license: MIT
title: 'gt: Easily Create Presentation-Ready Display Tables'
version: 0.10.0
version: 0.10.1
abstract: Build display tables from tabular data with an easy-to-use set of functions.
With its progressive approach, we can construct display tables with a cohesive set
of table parts. Table values can be formatted using any of the included formatting
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Package
Package: gt
Version: 0.10.0.9000
Version: 0.10.1
Title: Easily Create Presentation-Ready Display Tables
Description: Build display tables from tabular data with an easy-to-use set of
functions. With its progressive approach, we can construct display tables
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2018-2023
YEAR: 2018-2024
COPYRIGHT HOLDER: gt authors
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018-2023 gt authors
Copyright (c) 2018-2024 gt authors

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
36 changes: 32 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,38 @@
# gt (development version)
# gt 0.10.1

* The performance of rendering bigger tables as HTML has been improved and is now up to 3 times faster than before (@mgirlich, #1470).
## Improvements to nanoplots

* `gtsave()` now returns the file path invisibly instead of `TRUE` (@olivroy, #1478).
* Box plots can now be generated via `cols_nanoplot()` by using `plot_type = "boxplot"`. These plots are laid out horizontally and will, by default, share the same plot axis across rows. (#1527)

* Most functions in gt receive a better error message if they don't provide a `gt_tbl` as an input (@olivroy, #1504).
* We can now have single line bar plots generated through `cols_nanoplot()`. If the plot_type is set to `"bar"` and single values are found, then horizontal bars will be generated and will be comparable across rows. (#1514, #1515, #1519)

* The `autohide` argument was added to the `cols_nanoplot()` function so that columns containing input data for nanoplots could be conveniently hidden from final presentation. (#1533)

* Added option (the `data_area_fill_color` arg in `nanoplot_options()`) to change fill color of nanoplot data area for line-type plots (#1521). (#1534)

## Minor improvements and bug fixes

* The performance of rendering bigger tables as HTML has been improved and is now up to three times faster than before. (#1470, thanks @mgirlich)

* Introduced a small performance improvement by no longer calling `utils::packageVersion()` internally (#1524). (#1525, thank you @slodge)

* Code and test refactoring was performed to generally improve performance and code readability. (#1480, thanks @olivroy)
* The `gtsave()` function now returns the file path invisibly instead of `TRUE`. (#1478, thank you @olivroy)

* Most functions now produce better error messages if not provided with a `gt_tbl` object. (#1504, c/o @olivroy)

* The URL formatting through `fmt_url()` has been improved by preventing link text breaking across lines (#1509). (#1537)
* We now remove some unnecessary newlines in the HTML text produced by `as_raw_html()`, which caused an issue when integrating **gt** tables into **blastula** email messages (#1506). (#1520)

* The `tab_spanner_delim()` now lets you use `delim` strings longer than a single character (#1469). (#1513)

* Fix for footnotes in LaTeX tables where no footnote marks are to be added; this previously showed `"NA"` as the mark in the footer area but this is no longer displayed (#1416). (#1512, thanks @kbrevoort)

* LaTeX tables can now have their overall width specified (#119, #329). (#1495, thank you @kbrevoort)

* Fix issue where a `cols_width()` specification involving percentage values fails for LaTeX tables (#1465). (#1495, thanks again @kbrevoort!)

* Several documentation fixes were made to address inconsistencies and improve clarity. (#1491)

# gt 0.10.0

Expand Down
2 changes: 1 addition & 1 deletion R/as_data_frame.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/build_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/compile_scss.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/data_color.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/datasets.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt__.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_body.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_boxhead.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_cols_merge.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_footnotes.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_formats.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_groups_rows.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_has_built.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_heading.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_locale.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_options.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_row_groups.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_source_notes.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_spanners.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_stub_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_stubhead.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_styles.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_substitutions.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/dt_transforms.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/export.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/format_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/format_vec.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/gt-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/gt.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/gt_group.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/gt_preview.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/gt_split.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
2 changes: 1 addition & 1 deletion R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# This file is part of the 'rstudio/gt' project.
#
# Copyright (c) 2018-2023 gt authors
# Copyright (c) 2018-2024 gt authors
#
# For full copyright and license information, please look at
# https://gt.rstudio.com/LICENSE.html
Expand Down
Loading

0 comments on commit d108466

Please sign in to comment.