durtal / betfaiR

R package for the Betfair API
http://durtal.github.io/betfaiR/
Other
18 stars 6 forks source link

Error loading packge #11

Closed ngBroken closed 8 years ago

ngBroken commented 8 years ago

Nice work building this package, it looks really interesting and I'm keen to take a look. I'm having trouble installing the package. after running

devtools::install_github("durtal/betfaiR")

`* installing source package 'betfaiR' ... * R * tests * preparing package for lazy loading * help * installing help indices * building package indices * testing if installed package can be loaded * arch - i386 Error in namespaceExport(ns, exports) : undefined exports: collect_data Error: loading failed Execution halted *\ arch - x64 Error in namespaceExport(ns, exports) : undefined exports: collect_data Error: loading failed Execution halted ERROR: loading failed for 'i386', 'x64'

Any thoughts?

durtal commented 8 years ago

Hi, looks like I exported a function (collect_data) which I didn't wish to export just yet.

Hopefully this commit addresses issue, let me know any other issues/queries/enhancements you may have.

Thanks for raising!

ngBroken commented 8 years ago

Yes all good now!! Thanks, I'll let you know how I go..

durtal commented 8 years ago

Excellent, very lazy from me, sorry.

Let me know any other problems you run into, or features you'd like adding.

Thanks