Skip to content

Commit

Permalink
Update modules to version 0.0.2.72 and date 2024-02-23
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalci committed Feb 23, 2025
1 parent 2ec697c commit 2b30146
Show file tree
Hide file tree
Showing 54 changed files with 2,952 additions and 1,540 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: ClinicoPath
Title: Analysis for Clinicopathological Research
Version: 0.0.2.70
Version: 0.0.2.72
Date: 2024-02-23
Authors@R:
person(given = "Serdar",
Expand Down Expand Up @@ -114,7 +114,8 @@ Remotes:
nbarrowman/vtree@ffa53d4ea5050fa9b26918f4bb30595e91a0f489,
gastonstat/arcdiagram,
hrbrmstr/streamgraph,
jbengler/tidyplots
jbengler/tidyplots,
hms-dbmi/UpSetR
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Expand Down
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,13 @@ export(timeroc)
export(toolssummary)
export(tree)
export(vartree)
export(vartree2)
export(vartree3)
export(venn)
export(waffle)
export(waterfall)
import(DiagrammeR)
import(DiagrammeRsvg)
import(arcdiagram)
import(boot)
import(dplyr)
Expand Down
2 changes: 1 addition & 1 deletion R/agepyramid.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ agepyramidBase <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
super$initialize(
package = "ClinicoPath",
name = "agepyramid",
version = c(1,0,0),
version = c(0,0,2),
options = options,
results = agepyramidResults$new(options=options),
data = data,
Expand Down
2 changes: 1 addition & 1 deletion R/alluvial.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ alluvialBase <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
super$initialize(
package = "ClinicoPath",
name = "alluvial",
version = c(1,0,0),
version = c(0,0,2),
options = options,
results = alluvialResults$new(options=options),
data = data,
Expand Down
2 changes: 1 addition & 1 deletion R/benford.h.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ benfordBase <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
super$initialize(
package = "ClinicoPath",
name = "benford",
version = c(1,0,0),
version = c(0,0,2),
options = options,
results = benfordResults$new(options=options),
data = data,
Expand Down
Loading

0 comments on commit 2b30146

Please sign in to comment.