We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
.r.yaml
- name: opnDta type: State clearWith: [ btnCrt ]
jamovi 2.4.9 jmvcore 2.4.2
Let me know if you need any further information.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to create a State results object, the following error message is returned:
The definition in
.r.yaml
looks like this:jamovi 2.4.9
jmvcore 2.4.2
Let me know if you need any further information.
The text was updated successfully, but these errors were encountered: