willwerscheid / flashier

A faster and angrier package for EBMF.
https://willwerscheid.github.io/flashier/
Other
10 stars 12 forks source link

Missing imports and undefined variables in functions #85

Closed pcarbo closed 1 year ago

pcarbo commented 1 year ago

These errors are arising either because you are missing an @importFrom or the variables are undefined (i.e., a bug).

init.fn.irlba: no visible global function definition for ‘residuals’
init.fn.softImpute: no visible global function definition for
  ‘residuals’
look.up.verbose.fns : <anonymous>: no visible binding for global
  variable ‘display.obj’
look.up.verbose.fns : <anonymous>: no visible binding for global
  variable ‘display.obj.diff’
test.ebnm.fn: no visible global function definition for ‘coef’
Undefined global functions or variables:
  coef display.obj display.obj.diff residuals
willwerscheid commented 1 year ago

done