mcglinnlab / soar

SOAR: species occurrence aggregator in R
2 stars 0 forks source link

Issues with dbsns and dbvis. #10

Closed AshleyWoods closed 6 years ago

AshleyWoods commented 6 years ago

They don't tell you anywhere on this page: https://www.r-bloggers.com/visualizing-bdsns-data-using-bdvis/ that the package 'igraph' is required, but it is. I'm also getting errors such as "Error in rsqlite_send_query(conn@ptr, statement) : no such table: Flickrrec" I can't figure out what this means? I've checked the instructions and they don't mention making that table anywhere either.

dmcglinn commented 6 years ago

Thanks for looking into this. It would be a good idea to submit a bug report to the package maintainer. Also I suggest given this road block you switch to trying out rebird

On Mar 15, 2018, at 7:04 PM, AshleyWoods notifications@github.com wrote:

They don't tell you anywhere on this page: https://www.r-bloggers.com/visualizing-bdsns-data-using-bdvis/ that the package 'igraph' is required, but it is. I'm also getting errors such as "Error in rsqlite_send_query(conn@ptr, statement) : no such table: Flickrrec" I can't figure out what this means? I've checked the instructions and they don't mention making that table anywhere either.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

AshleyWoods commented 6 years ago

I uploaded my test of the rebird code to the github page. I'll look into reporting the bug after fiddling some more to make sure I haven't missed something.