Skip to content

Commit

Permalink
Remove jaspSem as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maltelueken committed Nov 6, 2023
1 parent 85c9c5a commit a21cb1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ Imports:
ggraph,
grid,
jaspBase,
jaspGraphs,
jaspSem
jaspGraphs
Suggests:
testthat
Remotes:
jasp-stats/jaspBase,
jasp-stats/jaspGraphs,
jasp-stats/jaspSem
jasp-stats/jaspGraphs
3 changes: 1 addition & 2 deletions R/classicProcess.R
Original file line number Diff line number Diff line change
Expand Up @@ -1083,8 +1083,7 @@ ClassicProcess <- function(jaspResults, dataset = NULL, options) {
))

if (inherits(fittedModel, "try-error")) {
errmsg <- gettextf("Estimation failed\nMessage:\n%s", attr(fittedModel, "condition")$message)
return(jaspSem:::.decodeVarsInMessage(names(dataset), errmsg))
return(gettextf("Estimation failed\nMessage:\n%s", attr(fittedModel, "condition")$message))
}

if (options$errorCalculationMethod == "bootstrap") {
Expand Down

0 comments on commit a21cb1a

Please sign in to comment.