-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
79 lines (79 loc) · 1.48 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Package: ggdiagram
Title: Object-Oriented Diagram Plots with ggplot2
Version: 0.0.0.9000
Authors@R:
person("W. Joel", "Schneider", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8393-5316"))
Description: The ggdiagram package creates path diagrams with an
object-oriented approach and plots diagrams with ggplot2.
License: CC0
URL: https://github.com/wjschne/ggdiagram,
https://wjschne.github.io/ggdiagram/
BugReports: https://github.com/wjschne/ggdiagram/issues
Imports:
arrowheadr,
bezier,
dplyr,
farver,
geomtextpath,
ggarrow,
ggforce,
ggplot2,
ggtext,
grDevices,
grid,
janitor,
magick,
magrittr,
pdftools,
purrr,
rlang,
S7,
scales,
signs,
stringr,
tibble,
tidyr,
tinter,
tinytex,
utils
Suggests:
knitr,
lavaan,
rmarkdown,
simstandard,
spelling,
testthat (>= 3.0.0),
tidyverse,
viridis,
quarto
VignetteBuilder: quarto, knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'ggdiagram-package.R'
'utils-pipe.R'
'a_early.R'
'str.R'
'colors.R'
'angles.R'
'style.R'
'points.R'
'labels.R'
'lines.R'
'segments.R'
'paths.R'
'circles.R'
'ellipses.R'
'arcs.R'
'bezier.R'
'rectangles.R'
'polygons.R'
'equations.R'
'distances.R'
'intersections.R'
'inside.R'
'rotate.R'
'zzz.R'