Skip to content

Commit 5151f5c

Browse files
committed
📝 update global variable
1 parent 176f72b commit 5151f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/global.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rlang::on_load(rlang::local_use_cli(inline = TRUE))
2727
utils::globalVariables(
2828
c(".data", "datList", "outList", "truthList",
2929

30-
"id",
30+
"i", "id",
3131
"group", "seed",
3232
"x", "y", "x0", "y0", "x1", "y1",
3333
"long", "lat", "longitude", "latitude",

0 commit comments

Comments
 (0)