-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
36 lines (36 loc) · 920 Bytes
/
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
Type: Package
Package: ggpage
Title: Creates Page Layout Visualizations
Version: 0.2.3.9000
Authors@R:
person(given = "Emil",
family = "Hvitfeldt",
role = c("aut", "cre"),
email = "[email protected]")
Description: Facilitates the creation of page layout
visualizations in which words are represented as rectangles with sizes
relating to the length of the words. Which then is divided in lines
and pages for easy overview of up to quite large texts.
License: MIT + file LICENSE
URL: https://github.com/EmilHvitfeldt/ggpage
BugReports: https://github.com/EmilHvitfeldt/ggpage/issues
Depends:
R (>= 3.0.0)
Imports:
dplyr,
ggplot2 (>= 2.0.0),
magrittr,
purrr,
rlang,
stringr,
tidytext (>= 0.1.0)
Suggests:
covr,
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1