Skip to content

Electron-based statistics application, essentially a fancy GUI for r

License

Notifications You must be signed in to change notification settings

kmannislands/statom

Repository files navigation

Statom

Stories in Ready

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.

Installation

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

Technologies

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.

Contributing

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.

Screenshot (WIP)

Statom in action

License

MIT