-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
45 lines (45 loc) · 1.15 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
Package: lavaanExtra
Title: Convenience Functions for Package 'lavaan'
Version: 0.2.1
Date: 2024-07-01
Authors@R:
person("Rémi", "Thériault", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4315-6788"))
Description: Affords an alternative, vector-based syntax to 'lavaan', as well as other
convenience functions such as naming paths and defining indirect
links automatically, in addition to convenience formatting optimized
for a publication and script sharing workflow.
License: MIT + file LICENSE
URL: https://lavaanExtra.remi-theriault.com
BugReports: https://github.com/rempsyc/lavaanExtra/issues
Depends:
R (>= 3.5)
Imports:
lavaan,
insight
Suggests:
rempsyc (> 0.1.6),
flextable,
lavaanPlot,
DiagrammeRsvg,
rsvg,
png,
webshot,
tidySEM,
tmvnsim,
knitr,
tibble,
sjlabelled,
stringdist,
psych,
testthat (>= 3.0.0),
rmarkdown,
markdown,
covr,
spelling
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Language: en-US