Skip to content

Commit fac54ec

Browse files
committed
update
1 parent 0610be7 commit fac54ec

21 files changed

+1463
-35
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: ClinicoPathDescriptives
33
Title: Descriptives Functions for Clinicopathological Research
4-
Version: 0.0.2.39
5-
Date: 2024-12-22
4+
Version: 0.0.2.41
5+
Date: 2024-12-31
66
Authors@R:
77
person(given = "Serdar",
88
family = "Balci",

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export(summarydata)
99
export(tableone)
1010
export(vartree)
1111
export(venn)
12+
export(waterfall)
1213
import(ggplot2)
1314
import(jmvcore)
1415
importFrom(R6,R6Class)

R/00jmv.R

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,16 @@
455455
`pages`="125-132",
456456
`doi`="10.1016/j.jclinepi.2019.06.011",
457457
`url`="https://pubmed.ncbi.nlm.nih.gov/31229583/"),
458+
`recist`=list(
459+
`type`="article",
460+
`author`="Eisenhauer EA, Therasse P, Bogaerts J, Schwartz LH, Sargent D, Ford R, Dancey J, Arbuck S, Gwyther S, Mooney M, Rubinstein L, Shankar L, Dodd L, Kaplan R, Lacombe D, Verweij J.",
461+
`year`=2009,
462+
`title`="New response evaluation criteria in solid tumours: revised RECIST guideline (version 1.1).",
463+
`publisher`="Eur J Cancer.",
464+
`volume`="45(2)",
465+
`pages`="228-47",
466+
`doi`="10.1016/j.ejca.2008.10.026",
467+
`url`="https://pubmed.ncbi.nlm.nih.gov/19097774/"),
458468
`ClinicoPathJamoviModule`=list(
459469
`type`="software",
460470
`author`="Serdar Balci",

R/ClinicoPath-package.R

Lines changed: 0 additions & 21 deletions
This file was deleted.

R/ClinicoPathDescriptives-package.R

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#' \code{ClinicoPathDescriptives}
2+
#'
3+
#' @title ClinicoPathDescriptives: Analysis for Clinicopathological Research
4+
#'
5+
#' @description `ClinicoPathDescriptives` ClinicoPathDescriptives help researchers to generate natural
6+
#' language summaries of their dataset, generate cross tables with statistical
7+
#' tests, and survival analysis with survival tables, survival plots,
8+
#' and natural language summaries.
9+
#'
10+
# @details The main functions are-
11+
# \itemize{
12+
# \item \code{\link[tableone]{tableone}} function to produce Table One.
13+
# }
14+
#'
15+
#' For more documentation, see the
16+
#' \href{https://sbalci.github.io/ClinicoPathJamoviModule/}{ClinicoPathJamoviModule Website}.
17+
#' also see the \href{https://sbalci.github.io/ClinicoPathDescriptives/}{ClinicoPathDescriptives Website}.
18+
#'
19+
#' @docType package
20+
#' @aliases ClinicoPathDescriptives ClinicoPathDescriptives-package
21+
#' @name ClinicoPathDescriptives-package
22+
"_PACKAGE"
File renamed without changes.

R/data-treatmentResponse.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#' #' @title treatmentResponse
2+
#' #'
3+
#' #' @description Fake response to treatment research data.
4+
#' #' @usage data(treatmentResponse)
5+
#' #' @format A data frame
6+
#' "treatmentResponse"

0 commit comments

Comments
 (0)