-
Notifications
You must be signed in to change notification settings - Fork 29
Description
JASP Version
0.19.2
Commit ID
No response
JASP Module
Process
What analysis are you seeing the problem on?
Process
What OS are you seeing the problem on?
Windows 11
Bug Description
I can't really elaborate, the Process just won't run. I've attached the screenshot.
This analysis terminated unexpectedly.
Error in modW ≠ '' && encoding$W %in% vars: 'length = 2' in coercion to 'logical(1)'
Stack trace
analysis(jaspResults = jaspResults, dataset = dataset, options = options)
.procModelSummaryTable(jaspResults, options, modelsContainer)
lapply(options[['processModels']], function(mod) {
graph <- modelsContainer[[mod[['name']]]][['graph']]$object
if (!igraph::is.igraph(graph))
return(NULL)
return(.procRecognizeModelNumber(graph))
})
FUN(X[[i]], ...)
.procRecognizeModelNumber(graph)
sapply(.procHardCodedModelNumbers(), .procIsModelNumberGraph, graph = graph, modelOptions = modelOptions, globalDependent = globalDependent)
lapply(X = X, FUN = FUN, ...)
FUN(X[[i]], ...)
.procModelGraphInputModelNumber(modelNumberGraph, modelOptions, globalDependent)
.procReplaceDummyVars(igraph::V(graph)$name, modelOptions = modelOptions, globalDependent = globalDependent)
To receive assistance with this problem, please report the message above at: https://jasp-stats.org/bug-reports
Expected Behaviour
The Process runs... :)
Steps to Reproduce
Load Iris, Select the variables, run Process
Log (if any)
No response
More Debug Information
No response
Final Checklist
- I have included a screenshot showcasing the issue, if possible.
- I have included a JASP file (zipped) or data file that causes the crash/bug, if applicable.
- I have accurately described the bug, and steps to reproduce it.