Welcome to the new home for the Open Specy web application. If you are looking for the R package go to OpenSpecy-package
If you want to discuss anything with the community you can start a conversation on Gitter
Contributions of all kinds are welcome!
Some ideas on How to Contribute.
Please adhere to this project's Code of Conduct.
If you are looking for the most up to date dataset for the Open Specy library see /data
Open R or R Studio and run these three lines of code
if (!require('OpenSpecy')) install.packages('OpenSpecy'); library('OpenSpecy')
if (!require('shiny')) install.packages('shiny'); library('shiny')
shiny::runGitHub('OpenSpecy-shiny', 'wincowgerDEV')