wincowgerDEV / OpenSpecy-shiny

This is a companion repo that holds the code for www.openspecy.org website and shiny application. The Open Specy package repo https://github.com/wincowgerDEV/OpenSpecy-package
Creative Commons Attribution 4.0 International
2 stars 1 forks source link
spectroscopy

Open Specy Shiny App

Welcome to the new home for the Open Specy web application. If you are looking for the R package go to OpenSpecy-package

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept. License: CC BY 4.0 DOI Website Twitter Follow Gitter

Connect

If you want to discuss anything with the community you can start a conversation on Gitter

Contributing

Contributions of all kinds are welcome!

Some ideas on How to Contribute.

Please adhere to this project's Code of Conduct.

Installation

Data

If you are looking for the most up to date dataset for the Open Specy library see /data

Software

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')