Recent Releases of gtable
gtable - gtable 0.3.6
- Added
as.gtable()S3 method (#97). - Add
clipargument togtable_col()andgtable_row()(#56) - Indexing a gtable with
NAwill now insert a zero-dimension row/column at the position of theNA-index (#13)
- R
Published by thomasp85 over 1 year ago
gtable - gtable 0.3.1
Re-documented to fix HTML issues in
.Rd.gtable has been re-licensed as MIT (#85).
- R
Published by hadley almost 4 years ago
gtable - gtable 0.3.0
Made a range of internal changes to increase performance of gtable
construction, these include:- Use more performant
data.frameconstructor . - Treat layout data.frame as list when indexing and modifying it.
- Use length of
widthsandheightsfields instead ofncol()andnrow()internally. - Substitute
stopifnot(...)withif(!...) stop().
- Use more performant
Better documentation, including a new README, a vignette on performance profiling and a pkgdown site.
New logo
It is now an error to index into a gtable with non-increasing indices.
Dimnames are now inherited from the grobs data in
gtable_col(),
gtable_row(), andgtable_matrix()gtable_trimnow works with empty gtablesgtable_filternow has an invert argument to remove grops matching a name.
- R
Published by thomasp85 over 7 years ago
gtable - gtable 0.2.0
- Switch from
preDrawDetails()andpostDrawDetails()methods tomakeContent()andmakeContext()methods (@pmur002, #50). This is a better approach facilitiated by changes in grid. Learn more at https://journal.r-project.org/archive/2013-2/murrell.pdf. - Added a
NEWS.mdfile to track changes to the package. - Partial argument matches have been fixed.
- Import grid instead of depending on it.
- R
Published by hadley over 10 years ago