mbojan / isnar

Functions and datasets accompanying the workshop I teach
Other
8 stars 2 forks source link

Check complains about calls to `from` in `E()[ from() ]` #2

Closed mbojan closed 7 years ago

mbojan commented 10 years ago

R CMD check complains about a call to from in E()[from()]. from is not a globally visible function.

I'm not sure if there is anything that can be done about it...

mbojan commented 9 years ago

Asked here https://github.com/igraph/rigraph/issues/126

mbojan commented 7 years ago

Use utils::globalVariables as in https://stackoverflow.com/questions/9439256/how-can-i-handle-r-cmd-check-no-visible-binding-for-global-variable-notes-when