Skip to content

Commit

Permalink
prepare for jamovi 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalci committed Jun 1, 2023
1 parent 667997d commit 2c1a090
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: meddecide
Title: Functions for Medical Decision Making in ClinicoPath jamovi Module
Version: 0.0.2.08
Date: 2023-04-19
Version: 0.0.2.09
Date: 2023-06-01
Authors@R:
person(given = "Serdar",
family = "Balci",
Expand Down
3 changes: 2 additions & 1 deletion R/agreement.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ agreementBase <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
revision = revision,
pause = NULL,
completeWhenFilled = FALSE,
requiresMissings = FALSE)
requiresMissings = FALSE,
weightsSupport = 'auto')
}))

#' Interrater Reliability
Expand Down
3 changes: 2 additions & 1 deletion R/decision.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@ decisionBase <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
revision = revision,
pause = NULL,
completeWhenFilled = FALSE,
requiresMissings = FALSE)
requiresMissings = FALSE,
weightsSupport = 'auto')
}))

#' Medical Decision
Expand Down
3 changes: 2 additions & 1 deletion R/decisioncalculator.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,8 @@ decisioncalculatorBase <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6C
revision = revision,
pause = NULL,
completeWhenFilled = FALSE,
requiresMissings = FALSE)
requiresMissings = FALSE,
weightsSupport = 'na')
}))

#' Medical Decision Calculator
Expand Down
3 changes: 2 additions & 1 deletion R/kappasizeci.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ kappaSizeCIBase <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
revision = revision,
pause = NULL,
completeWhenFilled = FALSE,
requiresMissings = FALSE)
requiresMissings = FALSE,
weightsSupport = 'na')
}))

#' Confidence Interval Approach for the Number of Subjects Required
Expand Down
3 changes: 2 additions & 1 deletion R/kappasizefixedn.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ kappaSizeFixedNBase <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Clas
revision = revision,
pause = NULL,
completeWhenFilled = FALSE,
requiresMissings = FALSE)
requiresMissings = FALSE,
weightsSupport = 'na')
}))

#' Lowest Expected Value for a fixed sample size
Expand Down
3 changes: 2 additions & 1 deletion R/kappasizepower.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ kappaSizePowerBase <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class
revision = revision,
pause = NULL,
completeWhenFilled = FALSE,
requiresMissings = FALSE)
requiresMissings = FALSE,
weightsSupport = 'na')
}))

#' Power Approach for the Number of Subjects Required
Expand Down
4 changes: 2 additions & 2 deletions jamovi/0000.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Functions for Medical Decision in ClinicoPath jamovi Module
name: meddecide
version: 0.0.2.08
version: 0.0.2.09
jms: '1.0'
authors:
- Serdar Balci
maintainer: Serdar Balci <drserdarbalci@gmail.com>
date: '2023-04-19'
date: '2023-06-01'
type: R
description: |-
This module contains functions for interobserver and intraobserver reliability
Expand Down

0 comments on commit 2c1a090

Please sign in to comment.