forked from LabAsim/lavaanPlot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 985 Bytes
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 985 Bytes
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
Package: lavaanPlot
Type: Package
Title: Path Diagrams for 'Lavaan' Models via 'DiagrammeR'
Version: 0.10
Authors@R: c(
person("Alex", "Lishinski", , "alexlishinski@gmail.com", role = c("cre")),
person("Lab", "Asim",role=c("aut"))
)
URL: https://labasim.github.io/lavaanplot, https://github.com/LabAsim/lavaanPlot
Description: Plots path diagrams from models in 'lavaan' using the plotting
functionality from the 'DiagrammeR' package. 'DiagrammeR' provides nice path diagrams
via 'Graphviz', and these functions make it easy to generate these diagrams from a
'lavaan' path model without having to write the DOT language graph specification.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Imports:
lavaan,
DiagrammeR,
stringr,
magrittr,
dplyr,
purrr,
rlang
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
DiagrammeRsvg,
rsvg,
png,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3