Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste committed Feb 29, 2016
1 parent c1dc029 commit 88934d4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -8,7 +8,7 @@ License: GPL (>= 2)
Title: Miscellaneous Functions for "Grid" Graphics
Type: Package
Description: Provides a number of user-level functions to work with "grid" graphics, notably to arrange multiple grid-based plots on a page, and draw tables.
Version: 2.1.0
Version: 2.2.0
URL: https://github.com/baptiste/gridextra
VignetteBuilder: knitr
Imports:
Expand Down
1 change: 1 addition & 0 deletions R/tableGrob.r
Expand Up @@ -68,6 +68,7 @@ grid.table <- function(...)
#' @param base_size default font size
#' @param base_colour default font colour
#' @param parse logical, default behaviour for parsing text as plotmath
#' @param padding length-2 unit vector specifying the horizontal and vertical padding of text within each cell
#' @importFrom utils modifyList
##' @export
ttheme_default <- function(base_size=12,
Expand Down
11 changes: 11 additions & 0 deletions inst/NEWS.md
@@ -1,3 +1,14 @@
# gridExtra 2.2.0 (2016-02-27)

## NEW FEATURES

* added padding argument to table themes
* simplified a few theme arguments

## BUG FIX

* recycling logic was flawed for aesthetics in table cells

# gridExtra 2.1.0 (2015-07-27)

## DOCUMENTATION
Expand Down
2 changes: 2 additions & 0 deletions man/tableGrob.Rd
Expand Up @@ -37,6 +37,8 @@ ttheme_minimal(base_size = 12, base_colour = "black", parse = FALSE,
\item{base_colour}{default font colour}

\item{parse}{logical, default behaviour for parsing text as plotmath}

\item{padding}{length-2 unit vector specifying the horizontal and vertical padding of text within each cell}
}
\value{
A gtable.
Expand Down

0 comments on commit 88934d4

Please sign in to comment.