Skip to content

Commit

Permalink
Adjustment to weights
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathon-love committed May 20, 2023
1 parent 3722a05 commit 1112912
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion R/weights.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ weightsOptions <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
super$initialize(
package="jmv",
name="weights",
requiresData=TRUE,
requiresData=FALSE,
...)

private$..weights <- jmvcore::OptionVariable$new(
Expand Down
2 changes: 0 additions & 2 deletions jamovi/weights.a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jas: '1.2'
export: false

options:
- name: data
type: Data

- name: weights
title: Weight Variable
Expand Down

0 comments on commit 1112912

Please sign in to comment.