Skip to content

Commit 29883da

Browse files
committed
Remove NOTE about global variables in gs_design_wlr()
1 parent f15cfb1 commit 29883da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/globals.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ utils::globalVariables(
5757
# From `gs_design_wlr()`
5858
c(
5959
"IF", "time", "event", "info", "info0", "theta", "bound",
60-
"z", "n", "rate"
60+
"z", "n", "rate", "delta", "sigma2"
6161
),
6262
# From `gs_info_ahr()`
6363
c("analysis", "time", "theta", "info", "info0"),

0 commit comments

Comments
 (0)