Skip to content

Commit 9b89ce4

Browse files
committed
0.0.32
1 parent b722f98 commit 9b89ce4

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: jsurvival
33
Title: Survival Module of ClinicoPath for jamovi
4-
Version: 0.0.31.85
5-
Date: 2025-10-04
4+
Version: 0.0.32
5+
Date: 2025-10-09
66
Authors@R:
77
person(given = "Serdar",
88
family = "Balci",

R/multisurvival.h.R

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,12 @@ multisurvivalResults <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Cla
815815
"multivariable",
816816
"survivaltutorial",
817817
"survivalrwnahhas",
818-
"ClinicoPathJamoviModule"))
818+
"ClinicoPathJamoviModule",
819+
"survival",
820+
"lubridate",
821+
"rms",
822+
"finalfit",
823+
"survminer"))
819824
self$add(jmvcore::Html$new(
820825
options=options,
821826
name="todo",

jamovi/0000.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Survival Module of ClinicoPath for jamovi
33
name: jsurvival
4-
version: 0.0.31.85
4+
version: 0.0.32
55
jms: '1.0'
66
authors:
77
- Serdar Balci
88
maintainer: Serdar Balci <serdarbalci@serdarbalci.com>
9-
date: '2025-10-04'
9+
date: '2025-10-09'
1010
type: R
1111
description: >-
1212
Survival Module of ClinicoPath for jamovi ClinicoPath help researchers to

jamovi/multisurvival.r.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,6 +1356,11 @@ refs:
13561356
- survivaltutorial
13571357
- survivalrwnahhas
13581358
- ClinicoPathJamoviModule
1359+
- survival
1360+
- lubridate
1361+
- rms
1362+
- finalfit
1363+
- survminer
13591364

13601365

13611366

0 commit comments

Comments
 (0)