edwindj / ffbase

Basic (statistical) functionality for R package ff
github.com/edwindj/ffbase/wiki
35 stars 15 forks source link

importFrom("ff", "clone") in NAMESPACE? #42

Closed vjcitn closed 9 years ago

vjcitn commented 9 years ago

I am finding that bit::clone can be called in ffappend. The release version of Bioconductor gQTLBase triggers this with example(storeToFf). I find that it is rectified when importFrom(ff, "clone") is added to ffbase NAMESPACE after "import(bit)".

edwindj commented 9 years ago

Thanks for reporting!

edwindj commented 9 years ago

I solved it differently (better I hope). Could you check with the latest github version if it is working for you? Thanks!

vjcitn commented 9 years ago

Yes, that solved it, thanks very much!

On Thu, Jun 4, 2015 at 3:05 PM, Edwin de Jonge notifications@github.com wrote:

I solved it differently (better I hope). Could you check with the latest github version if it is working for you? Thanks!

— Reply to this email directly or view it on GitHub https://github.com/edwindj/ffbase/issues/42#issuecomment-109012461.