0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
gtable
/
[
Home
]
File: DESCRIPTION
Package: gtable Title: Arrange 'Grobs' in Tables Version: 0.3.1 Authors@R: c(person(given = "Hadley", family = "Wickham", role = c("aut", "cre"), email = "hadley@rstudio.com"), person(given = "Thomas Lin", family = "Pedersen", role = "aut", email = "thomas.pedersen@rstudio.com"), person(given = "RStudio", role = "cph")) Description: Tools to make it easier to work with "tables" of 'grobs'. The 'gtable' package defines a 'gtable' grob class that specifies a grid along with a list of grobs and their placement in the grid. Further the package makes it easy to manipulate and combine 'gtable' objects so that complex compositions can be built up sequentially. License: MIT + file LICENSE Depends: R (>= 3.0) Imports: grid Suggests: covr, testthat, knitr, rmarkdown, ggplot2, profvis Encoding: UTF-8 RoxygenNote: 7.2.1 Collate: 'new-data-frame.r' 'add-grob.r' 'add-rows-cols.r' 'add-space.r' 'grid.r' 'gtable-layouts.r' 'gtable-package.R' 'gtable.r' 'rbind-cbind.r' 'utils.r' 'trim.r' 'filter.r' 'align.r' 'padding.r' 'z.r' URL: https://gtable.r-lib.org, https://github.com/r-lib/gtable BugReports: https://github.com/r-lib/gtable/issues VignetteBuilder: knitr NeedsCompilation: no Packaged: 2022-08-31 22:42:55 UTC; hadleywickham Author: Hadley Wickham [aut, cre], Thomas Lin Pedersen [aut], RStudio [cph] Maintainer: Hadley Wickham <hadley@rstudio.com> Repository: CRAN Date/Publication: 2022-09-01 02:40:12 UTC Built: R 4.2.2; ; 2023-03-07 01:50:26 UTC; windows