joelgombin / banR

R client for the BAN API
http://joelgombin.github.io/banR/
GNU General Public License v3.0
28 stars 10 forks source link

bug on Mac OS #5

Closed pachevalier closed 8 years ago

pachevalier commented 8 years ago

I've tried to run the Readme.Rmd on Mac OS and I've got the following error :

Quitting from lines 32-42 (README.Rmd) 
Erreur : 'f_capture' is not an exported object from 'namespace:lazyeval'
Exécution arrêtée

I don't understand because the only mention of f_capture() in the code includes the namespace lazyeval::f_capture.

pachevalier commented 8 years ago

Ok, it's just that f_capture() has been added recently to lazyeval. After updating from Github, everything works!