Closed vjcitn closed 9 years ago
Thanks for reporting!
I solved it differently (better I hope). Could you check with the latest github version if it is working for you? Thanks!
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.
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)".