Skip to content

[Bug]: Process does not work at all. #3079

@matyasbukva

Description

@matyasbukva

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.
image

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.

Metadata

Metadata

Assignees

Labels

Bug: HighBugs that are negatively affecting the area of the program, but don't need immediate fix.Module: jaspProcess

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions