Skip to content

Commit

Permalink
vuslat
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalci committed Dec 17, 2023
1 parent c0a1e1a commit d36910c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: ClinicoPath
Title: Analysis for Clinicopathological Research
Version: 0.0.2.14
Date: 2023-12-11
Version: 0.0.2.15
Date: 2023-12-17
Authors@R:
person(given = "Serdar",
family = "Balci",
Expand Down Expand Up @@ -70,6 +70,8 @@ Imports:
gtExtras,
labelled,
PMCMRplus
Remotes:
nbarrowman/vtree@ffa53d4ea5050fa9b26918f4bb30595e91a0f489
VignetteBuilder:
knitr
Encoding: UTF-8
Expand Down
6 changes: 0 additions & 6 deletions R/multisurvival.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ multisurvivalResults <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Cla
inherit = jmvcore::Group,
active = list(
todo = function() private$.items[["todo"]],
mydataview = function() private$.items[["mydataview"]],
text = function() private$.items[["text"]],
text2 = function() private$.items[["text2"]],
plot = function() private$.items[["plot"]],
Expand Down Expand Up @@ -275,10 +274,6 @@ multisurvivalResults <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Cla
"dxdate",
"tint",
"multievent")))
self$add(jmvcore::Preformatted$new(
options=options,
name="mydataview",
title="mydataview"))
self$add(jmvcore::Html$new(
options=options,
name="text",
Expand Down Expand Up @@ -427,7 +422,6 @@ multisurvivalBase <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
#' @return A results object containing:
#' \tabular{llllll}{
#' \code{results$todo} \tab \tab \tab \tab \tab a html \cr
#' \code{results$mydataview} \tab \tab \tab \tab \tab a preformatted \cr
#' \code{results$text} \tab \tab \tab \tab \tab a html \cr
#' \code{results$text2} \tab \tab \tab \tab \tab a html \cr
#' \code{results$plot} \tab \tab \tab \tab \tab an image \cr
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: Common Analysis for Clinicopathological Research
name: ClinicoPath
version: 0.0.2.14
version: 0.0.2.15
jms: '1.0'
authors:
- Serdar Balci
maintainer: Serdar Balci <[email protected]>
date: '2023-12-11'
date: '2023-12-17'
type: R
description: >-
ClinicoPath help researchers to generate natural language summaries of their
Expand Down

0 comments on commit d36910c

Please sign in to comment.