Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfaoareas function error #123
Comments
|
Will have a look, thanks @emostarda |
|
was able to reproduce the error - looking into why it happens |
|
@emostarda okay, reinstall let me know if it works now |
|
Thanks sckott, it's better now as it doesn't crash, it just excludes a number of rows:
|
Hello,
I tried to extract FAO areas info for all Perciformes:
I realize that record 63845 (nr 1337) is the problem. so that
> newdata <- faoareas(fish[1:1336])is workingthe next batch works if it starts at
1338 > newdata <- faoareas(fish[1338:2000])until the next error..Any idea why?