Skip to content

Commit

Permalink
rerun git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FloSchuberth committed Feb 6, 2025
1 parent 6d5c965 commit 9668b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/postestimate_plotModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ plotModel.cSEMResults_default <- function(
## Install DiagrammeR if not already installed
if (!requireNamespace("DiagrammeR", quietly = TRUE)) {
stop2(
"Package `DiagrammeR` required. Use `install.packages(\"DiagrammeR\")` and rerun.")
"Package `DiagrammeR` is required. Use `install.packages(\"DiagrammeR\")` and rerun.")
}

results <- summarize(.object)
Expand Down

0 comments on commit 9668b60

Please sign in to comment.