An electron-wrapped node-based GUI for making statistics in the r language accessible and intuitive. Statom seeks to provide a flow based paradigm through which to manipulate data and create inferences and visualization.
Very WIP. Currently UI has been started, front end build and structure designed but I am looking for senior collaborators to consult on the design for the rest of the application.
Requires git, yarn
Clone the git repository:
git clone https://github.com/kmannislands/statom.git
Install packages
yarn install
Start the live reload and watching with webpack, etc:
yarn start
Statom uses electron as an application wrapper, webpack to package dependencies for the frontend, and of course React defined with ES6 classes and complied by babel.
Currently looking for collaborators. Shoot me a message.
I currently use Waffle.io for a kanban or github issues. Standard git practices ie: issue -> branch -> pull request apply.