rgrannell1 / kea

Composable Functional Programming in R
16 stars 3 forks source link

xCycle fails for length-zero inputs #101

Closed rgrannell1 closed 9 years ago

rgrannell1 commented 9 years ago
> xCycle(numeric(0), numeric(0))
Error in if (round(num) != num) { : argument is of length zero

This is caused by a misplaced whole check.

rgrannell1 commented 9 years ago

Closed in v0.77.0