wrathematics / float

Single precision (float) matrices for R.
Other
46 stars 12 forks source link

Note: no visible binding for '<<-' #8

Closed dselivanov closed 6 years ago

dselivanov commented 6 years ago

After package installation:

Note: no visible binding for '<<-' assignment to 'NAfloat' Note: no visible binding for '<<-' assignment to '.Machine_float'

Quick googling points to this thread

wrathematics commented 6 years ago

Yeah, so far I've been ignoring those messages since they don't show up in R CMD check. Even after reading that thread, I'm still not sure what (if anything?) to do about them.

Basically they're global variables set by .onLoad() in R/zzz.r to mimic NA_real_ and the like plus .Machine. I tried declaring them with utils::globalVariables() but it still complains.

dselivanov commented 6 years ago

I think we can close. Since the issue doesn't bother CRAN, we should not worry :-)