Skip to content

Commit d108466

Browse files
authored
Merge pull request #1539 from rstudio/v0.10.1-rc
Release gt v0.10.1
2 parents bd0ecf2 + ce73a9a commit d108466

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+106
-78
lines changed

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ message: 'If you wish to cite the "gt" package use:'
33
type: software
44
license: MIT
55
title: 'gt: Easily Create Presentation-Ready Display Tables'
6-
version: 0.10.0
6+
version: 0.10.1
77
abstract: Build display tables from tabular data with an easy-to-use set of functions.
88
With its progressive approach, we can construct display tables with a cohesive set
99
of table parts. Table values can be formatted using any of the included formatting

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.10.0.9000
3+
Version: 0.10.1
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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR: 2018-2023
1+
YEAR: 2018-2024
22
COPYRIGHT HOLDER: gt authors

LICENSE.md

Lines changed: 1 addition & 1 deletion

NEWS.md

Lines changed: 32 additions & 4 deletions

R/as_data_frame.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# This file is part of the 'rstudio/gt' project.
1616
#
17-
# Copyright (c) 2018-2023 gt authors
17+
# Copyright (c) 2018-2024 gt authors
1818
#
1919
# For full copyright and license information, please look at
2020
# https://gt.rstudio.com/LICENSE.html

R/build_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# This file is part of the 'rstudio/gt' project.
1616
#
17-
# Copyright (c) 2018-2023 gt authors
17+
# Copyright (c) 2018-2024 gt authors
1818
#
1919
# For full copyright and license information, please look at
2020
# https://gt.rstudio.com/LICENSE.html

R/compile_scss.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# This file is part of the 'rstudio/gt' project.
1616
#
17-
# Copyright (c) 2018-2023 gt authors
17+
# Copyright (c) 2018-2024 gt authors
1818
#
1919
# For full copyright and license information, please look at
2020
# https://gt.rstudio.com/LICENSE.html

R/data_color.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# This file is part of the 'rstudio/gt' project.
1616
#
17-
# Copyright (c) 2018-2023 gt authors
17+
# Copyright (c) 2018-2024 gt authors
1818
#
1919
# For full copyright and license information, please look at
2020
# https://gt.rstudio.com/LICENSE.html

0 commit comments

Comments
 (0)