Skip to content

Commit ff39c2c

Browse files
Merge pull request #290 from darwin-eu-dev/rc
Rc
2 parents 05d75d5 + e9b7e15 commit ff39c2c

43 files changed

Lines changed: 287 additions & 2202 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 3.0.0
2-
Date: 2025-02-03 10:38:04 UTC
3-
SHA: de6f463680054f2ec155ebf1041a1c7b7a4fa00a
1+
Version: 3.0.1
2+
Date: 2025-03-10 15:18:11 UTC
3+
SHA: 9ecf4d5d415e535b010bec87896dfede0772640d

DESCRIPTION

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: TreatmentPatterns
22
Type: Package
33
Title: Analyzes Real-World Treatment Patterns of a Study Population of Interest
4-
Version: 3.0.0
4+
Version: 3.0.1
55
Authors@R:
66
c(person("Aniek", "Markus", , role = c("aut"), comment = c(ORCID = "0000-0001-5779-4794")),
77
person("Maarten", "van Kessel", email = "m.l.vankessel@erasmusmc.nl", role = c("cre"), comment = c(ORCID = "0009-0006-8832-6030")))
@@ -27,8 +27,6 @@ Imports:
2727
sunburstR,
2828
networkD3,
2929
htmlwidgets,
30-
shiny,
31-
shinydashboard,
3230
ggplot2,
3331
dbplyr,
3432
jsonlite
@@ -61,13 +59,6 @@ Config/testthat/parallel: true
6159
Roxygen: list(markdown = TRUE)
6260
Collate:
6361
'CDMInterface.R'
64-
'ShinyModule.R'
65-
'CharacterizationPlots.R'
66-
'InputHandler.R'
67-
'InteractivePlots.R'
68-
'SankeyDiagram.R'
69-
'ShinyApp.R'
70-
'SunburstPlot.R'
7162
'TreatmentPatterns-package.R'
7263
'TreatmentPatternsResults.R'
7364
'attrition.R'
@@ -78,4 +69,5 @@ Collate:
7869
'executeTreatmentPatterns.R'
7970
'export.R'
8071
'getResultsDataModelSpecification.R'
72+
'ggSunburst.R'
8173
'plotEventDuration.R'

NAMESPACE

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,23 @@
11
# Generated by roxygen2: do not edit by hand
22

3-
export(CharacterizationPlots)
4-
export(InputHandler)
5-
export(SankeyDiagram)
6-
export(ShinyModule)
7-
export(SunburstPlot)
83
export(TreatmentPatternsResults)
94
export(computePathways)
105
export(createSankeyDiagram)
116
export(createSunburstPlot)
127
export(executeTreatmentPatterns)
138
export(export)
149
export(getResultsDataModelSpecifications)
15-
export(launchResultsExplorer)
10+
export(ggSunburst)
1611
export(plotEventDuration)
1712
import(Andromeda)
1813
import(R6)
1914
import(checkmate)
2015
import(dplyr)
2116
import(ggplot2)
22-
import(shiny)
23-
import(shinydashboard)
2417
import(stringr)
2518
import(sunburstR)
2619
import(utils)
2720
importFrom(dbplyr,window_order)
28-
importFrom(htmlwidgets,JS)
2921
importFrom(jsonlite,fromJSON)
3022
importFrom(jsonlite,toJSON)
3123
importFrom(networkD3,sankeyNetwork)

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# TreatmentPatterns 3.0.1
2+
---------
3+
* Deprecated shiny app
4+
* Removed shiny-related dependencies
5+
* Added ggplot2 version of sunburst plot
6+
* Fixed failing examples
7+
18
# TreatmentPatterns 3.0.0
29
---------
310
* Save parameters from `computePathways()` and `export()`

R/CharacterizationPlots.R

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

0 commit comments

Comments
 (0)