mmeierer / REndo

REndo - A R package to control for endogeneity by using internal instrumental variable models
15 stars 4 forks source link

Still NOTES when compiling on Windows #20

Closed Rgui closed 8 years ago

Rgui commented 8 years ago

liv: no visible global function definition for ‘get_all_vars’ liv: no visible global function definition for ‘model.frame’ liv: no visible global function definition for ‘coefficients’ liv: no visible global function definition for ‘lm’ liv: no visible global function definition for ‘sd’ liv: no visible global function definition for ‘new’ liv: no visible global function definition for ‘slot<-’ print.liv: no visible global function definition for ‘str’ summary.liv: no visible global function definition for ‘printCoefmat’ Undefined global functions or variables: coefficients get_all_vars lm model.frame new printCoefmat sd slot<- str Consider adding importFrom("methods", "new", "slot<-") importFrom("stats", "coefficients", "get_all_vars", "lm", "model.frame", "printCoefmat", "sd") importFrom("utils", "str") to your NAMESPACE (and ensure that your DESCRIPTION Imports field contains 'methods').

I will try to fix it, but if you have time, I would appreciate if you have a look too.

Best

Rgui commented 8 years ago

again, I found the solution. Sorry for spamming.