Closed mbojan closed 7 years ago
R CMD check complains about a call to from in E()[from()]. from is not a globally visible function.
R CMD check
from
E()[from()]
I'm not sure if there is anything that can be done about it...
Asked here https://github.com/igraph/rigraph/issues/126
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
utils::globalVariables
R CMD check
complains about a call tofrom
inE()[from()]
.from
is not a globally visible function.I'm not sure if there is anything that can be done about it...