Skip to content

Commit

Permalink
Merge pull request #24 from Boehringer-Ingelheim/rc/v0.0.12
Browse files Browse the repository at this point in the history
Rc/v0.0.12
  • Loading branch information
ml-ebs-ext authored Oct 8, 2024
2 parents 7deb330 + 8458a45 commit f4f73ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dv.explorer.parameter
Type: Package
Title: Parameter exploration modules
Version: 0.0.11
Version: 0.0.12
Authors@R: c(
person("Boehringer-Ingelheim Pharma GmbH & Co.KG", role = c("cph", "fnd")),
person(given = "Luis", family = "Moris Fernandez", role = c("aut", "cre"), email = "luis.moris.fernandez@gmail.com"),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# dv.explorer.parameter 0.0.12

* lineplot:
* Prevent spurious reactive update

# dv.explorer.parameter 0.0.11

* lineplot:
Expand Down
2 changes: 1 addition & 1 deletion R/mod_lineplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@ mod_lineplot <- function(module_id,

# Overwrite first "argument" (the function call, in fact) with the datasets provided to module manager
names(args)[[1]] <- "datasets"
args[[1]] <- afmm[["unfiltered_dataset"]]()
args[[1]] <- shiny::isolate(afmm[["unfiltered_dataset"]]())

do.call(check_lineplot_call, args)
})
Expand Down

0 comments on commit f4f73ab

Please sign in to comment.