Skip to content

Commit

Permalink
Add cumulative plot
Browse files Browse the repository at this point in the history
  • Loading branch information
Monika-H committed Mar 5, 2024
1 parent 14fc721 commit 94c6d7a
Show file tree
Hide file tree
Showing 11 changed files with 697 additions and 341 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5),
hce (>= 0.5)
hce (>= 0.5),
ggplot2 (>= 3.3)
Imports:
dplyr (>= 1.0),
tidyr (>= 1.2),
ggplot2 (>= 3.3),
checkmate (>= 2.1),
patchwork(>= 1.0.0),
lifecycle
RoxygenNote: 7.2.3
Suggests:
Expand Down
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
S3method(component_plot,default)
S3method(component_plot,hce)
S3method(component_plot,maraca)
S3method(cumulative_plot,default)
S3method(cumulative_plot,hce)
S3method(cumulative_plot,maraca)
S3method(plot,hce)
S3method(plot,maraca)
S3method(print,maraca)
export(component_plot)
export(cumulative_plot)
export(maraca)
export(plot_maraca)
export(validate_maraca_plot)
Expand Down
6 changes: 6 additions & 0 deletions R/aaa.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ utils::globalVariables("linetype")
utils::globalVariables("wins")
utils::globalVariables("losses")
utils::globalVariables("ties")
utils::globalVariables("method")
utils::globalVariables("UCL")
utils::globalVariables("LCL")
utils::globalVariables("wins")
utils::globalVariables("losses")
utils::globalVariables("tot")
Loading

0 comments on commit 94c6d7a

Please sign in to comment.