Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to create a State (results) object #25

Open
sjentsch opened this issue Oct 13, 2023 · 0 comments
Open

Error when trying to create a State (results) object #25

sjentsch opened this issue Oct 13, 2023 · 0 comments

Comments

@sjentsch
Copy link
Member

When trying to create a State results object, the following error message is returned:

Error in super$initialize(options, name, "", FALSE, clearWith): argument "refs" is missing, with no default

analysisClass$new(options = options, datasetId = datasetId, analysisId = analysisId, revision = revision)
initialize(...)
super$initialize(package = "jTransform", name = "jtArrangeCols", version = c(1, 0, 0), options = options, results = jtArrangeColsResults$new(options = options), data = data, datasetId = datasetId, analysisId = analysisId, revision = revision, pause = NULL, completeWhenFilled = TRUE, requiresMissings = FALSE, weightsSupport = "auto")
jtArrangeColsResults$new(options = options)
initialize(...)
self$add(jmvcore::State$new(options = options, name = "opnDta", clearWith = list("btnCrt")))
jmvcore::State$new(options = options, name = "opnDta", clearWith = list("btnCrt"))
initialize(...)
super$initialize(options, name, "", FALSE, clearWith)

The definition in .r.yaml looks like this:

  - name:  opnDta
    type:  State
    clearWith: [ btnCrt ]

jamovi 2.4.9
jmvcore 2.4.2

Let me know if you need any further information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant