forked from r-lib/gtable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.36 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: gtable
Title: Arrange 'Grobs' in Tables
Version: 0.3.0.9000
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Thomas Lin",
family = "Pedersen",
role = "aut",
email = "[email protected]"),
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 build up sequentially.
License: MIT + file LICENSE
Depends:
R (>= 3.0)
Imports:
grid
Suggests:
covr,
testthat,
knitr,
rmarkdown,
ggplot2,
profvis
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.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://github.com/r-lib/gtable
BugReports: https://github.com/r-lib/gtable/issues
VignetteBuilder: knitr