Skip to content

Commit a8caca7

Browse files
committed
remove global variable FP
1 parent 0a9eea3 commit a8caca7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/aaa.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ utils::globalVariables(
113113
c('.', '.label', '.pred', '.row', 'data', 'engine', 'engine2', 'group',
114114
'lab', 'original', 'predicted_label', 'prediction', 'value', 'type',
115115
"neighbors", ".submodels", "has_submodel", "max_neighbor", "max_penalty",
116-
"max_terms", "max_tree", "name", "num_terms", "penalty", "trees")
116+
"max_terms", "max_tree", "name", "num_terms", "penalty", "trees",
117+
"sub_neighbors")
117118
)
118119

119120
# nocov end

0 commit comments

Comments
 (0)