Skip to content

Commit

Permalink
fix: restore plot in testMod
Browse files Browse the repository at this point in the history
fixes #28
  • Loading branch information
jack-davison committed Nov 30, 2024
1 parent 5ae3833 commit b6b1f0f
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@
Type: Package
Package: deweather
Title: Remove the influence of weather on air quality data
Version: 0.7.2.9102
Version: 0.7.2.9103
Authors@R:
person("David", "Carslaw", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0991-950X"))
Expand Down
3 changes: 2 additions & 1 deletion R/testMod.R
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ testMod <- function(input_data,
rows = NULL)

# print plot
patchwork::wrap_plots(plt, tbl, nrow = 1)
pw <- patchwork::wrap_plots(plt, tbl, nrow = 1)
plot(pw)
}

invisible(list(
Expand Down

0 comments on commit b6b1f0f

Please sign in to comment.