Skip to content

Commit

Permalink
fix, add missing global
Browse files Browse the repository at this point in the history
  • Loading branch information
nkehrein committed Oct 8, 2024
1 parent 65e2bb9 commit eadb9cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/globals.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ utils::globalVariables(c(
"time", # <plot_ppc>
"trial", # <plot_ppc>
"obs", # <plot_ppc_combi>
"PPC", # <plot_ppc_combi>
"pred", # <plot_ppc_combi>
"study", # <plot_ppc_combi>
"min", # <plot_ppc_combi>
"max", # <plot_ppc_combi>
"EPx", # <plot_epx>
"len", # <plot_epx>
"scenario", # <pull_metadata>
Expand Down

0 comments on commit eadb9cb

Please sign in to comment.