Skip to content

Commit

Permalink
Merge branch 'main' into 239_log_shiny_input_change@main
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr authored May 16, 2024
2 parents 492601e + b7ace10 commit 75be73a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: teal.modules.general
Title: General Modules for 'teal' Applications
Version: 0.3.0.9030
Date: 2024-05-10
Version: 0.3.0.9031
Date: 2024-05-16
Authors@R: c(
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")),
person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"),
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.modules.general 0.3.0.9030
# teal.modules.general 0.3.0.9031

* Removed `Show Warnings` modals from modules.

Expand Down Expand Up @@ -41,6 +41,7 @@
* Removed `scda` package dependency from examples.
* Replaced deprecated `ggplot2` functions `..count..`, `..density..` and `..prop..`.
* Version bump on `forcats` dependency.
* Replaced `scda` data generation functions with `random.cdisc.data`

# teal.modules.general 0.2.15

Expand Down
11 changes: 5 additions & 6 deletions data-raw/data.R
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
## code to prepare `data` for testing examples
library(scda)
rADAE <- synthetic_cdisc_data("latest")$adae
rADAE <- random.cdisc.data::cadae
usethis::use_data(rADAE)

rADLB <- synthetic_cdisc_data("latest")$adlb
rADLB <- random.cdisc.data::cadlb
usethis::use_data(rADLB)

rADRS <- synthetic_cdisc_data("latest")$adrs
rADRS <- random.cdisc.data::cadrs
usethis::use_data(rADRS)

rADSL <- synthetic_cdisc_data("latest")$adsl
rADSL <- random.cdisc.data::cadsl
usethis::use_data(rADSL)

rADTTE <- synthetic_cdisc_data("latest")$adtte
rADTTE <- random.cdisc.data::cadtte
usethis::use_data(rADTTE)
Binary file modified data/rADAE.rda
Binary file not shown.
Binary file modified data/rADLB.rda
Binary file not shown.
Binary file modified data/rADRS.rda
Binary file not shown.
Binary file modified data/rADSL.rda
Binary file not shown.
Binary file modified data/rADTTE.rda
Binary file not shown.

0 comments on commit 75be73a

Please sign in to comment.