Skip to content

Commit 33299e5

Browse files
committed
chore: fix rcmdcheck note
1 parent 78b5563 commit 33299e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#' @importFrom utils head tail
1010
"_PACKAGE"
1111

12-
utils::globalVariables(c(".idx", ".value", ".type", ".key"))
12+
utils::globalVariables(c(".idx", ".value", ".type", ".key", "..row_id"))
1313

1414
mlr3forecast_resamplings = new.env(parent = emptyenv())
1515
mlr3forecast_tasks = new.env(parent = emptyenv())

0 commit comments

Comments
 (0)