-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi, actually I can't found doc, to how use this package in tests, seems it does not works very well with rcmdcheck.
foreach::foreach(x = iterators::iter(matrix, by = "col"), .combine = 'cbind', .packages = 'dplyr') %dopar% {
x
}
Then the message:
❯ checking R code for possible problems ... NOTE
Undefined global functions or variables:
x
We can use globalVariables(), but is a very bad idea, can even hide problems, I notice there is tests in this package and rcmdcheck works!, I would like to know how to use this package in packages, and ideally add the data to the docs plis.
Thx!
Metadata
Metadata
Assignees
Labels
No labels