yoni / r_we_the_people

R package for working with the We The People petition data.
11 stars 6 forks source link

signature.count not found #2

Closed yoni closed 11 years ago

yoni commented 11 years ago

Received a 'signature.count' not found:

> jpeg() 
> plot_issues_over_time(petitions) 
Error in eval(expr, envir, enclos) : object 'signature.count' not found 
> dev.off() 
yoni commented 11 years ago

@gregelin I fixed the signature.count issue. It was caused by a change to the API where they switched from snake-case to camel-case. The fix should be in the next release of the package (i.e. 0.5) over the next day or so.

Thanks for the bug report!

gregelin commented 11 years ago

Thanks!

Sent from my iPhone

On Jun 3, 2013, at 4:59 PM, Yoni Ben-Meshulam notifications@github.com wrote:

@gregelin I fixed the signature.count issue. It was caused by a change to the API where they switched from snake-case to camel-case. The fix should be in the next release of the package (i.e. 0.5) over the next day or so.

Thanks for the bug report!

— Reply to this email directly or view it on GitHub.