-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
98 changed files
with
3,040 additions
and
116,517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
Package: lavaangui | ||
Title: What the Package Does (One Line, Title Case) | ||
Version: 0.0.0.9000 | ||
Title: Graphical User Interface for lavaan | ||
Version: 0.0.0.9001 | ||
Authors@R: | ||
person("First", "Last", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "YOUR-ORCID-ID")) | ||
Description: What the package does (one paragraph). | ||
person(c("Julian", "D."), "Karch", email = "[email protected]", role = c("aut", "cre")) | ||
Description: Provides a graphical user interface for latent variable models from the lavaan package. | ||
There are two core features. First, models can be specified by drawing path diagrams (start_gui). | ||
Second, interactive path diagrams can be created from models specified in lavaan (plot_interactive). | ||
License: GPL (>= 3) | ||
Imports: | ||
base64enc (>= 0.1.3), | ||
|
@@ -16,12 +17,12 @@ Imports: | |
promises (>= 1.2.0.1), | ||
readr (>= 2.1.4), | ||
readxl (>= 1.4.3), | ||
semPlot, | ||
shiny (>= 1.7.4), | ||
igraph, | ||
qgraph, | ||
tools, | ||
utils, | ||
DT, | ||
zip (>= 2.3.0), | ||
htmlwidgets | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.