Skip to content

Commit

Permalink
add more global variables
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleBeannie committed Jul 30, 2024
1 parent 4655915 commit 53f7e01
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions R/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@
# from another package, they need to be added to this package's NAMESPACE.

utils::globalVariables(
c(
".",
c(".",
"analysis",
"asy_n",
"bound",
"ex1_delayed_effect",
"N",
"cte",
"cross_lower",
"cross_upper",
"dropout_rate",
"dropout_time",
"duration",
"ends_with",
"enroll_time",
"event",
"eventCount",
Expand All @@ -41,23 +45,35 @@ utils::globalVariables(
"hr",
"i",
"lambda",
"lower",
"lower_bound",
"max_weight",
"mtte",
"N",
"n",
"n_cross_lower",
"n_cross_upper",
"n_event_tol",
"n_risk_tol",
"n_risk_trt",
"o_minus_e",
"one",
"origin",
"period",
"probability",
"rate",
"s",
"sim_id",
"sim_lower_prob",
"sim_n",
"sim_upper_prob",
"status",
"stratum",
"time",
"treatment",
"tte",
"upper",
"upper_bound",
"v",
"var_o_minus_e",
"weight",
Expand Down

0 comments on commit 53f7e01

Please sign in to comment.