VisualSR
VisualSR copied to clipboard
Visual Scripting Environment for R and Data Science
Visual Scripting Environment for R and Data Science

Technical article -> https://www.codeproject.com/Articles/1239656/VisualSR
📉 Status
🔧 Pre-requirments
- .NET Framework 4.5
- rscript has to be reachable from the command-line : https://www.r-project.org/
🏗️ Build
Each project in this repo (VisualSR, Nodes and demo) can be built using one of these two different approaches.
- Automatically : Using an IDE, such as Visual Studio or SharpDevelop.
- Semi-manually : You can use MSBuild
MSBuild.exe VisualSR\VisualSR.sln MSBuild.exe Nodes\Nodes.sln MSBuild.exe demo\demo.sln
📚 Usage
This repo contains 3 different projects. Each one of them contains a .csproj file that can load the whole project.
- VisualSR : This is the core of the project. It contains all the tools, custom controls and utilities. A class library (.dll) will be generated once the project is built.
- Nodes : This is a project within which I have created many samples of how to create custom nodes. A class library (.dll) will be generated once the project is built.
- DEMO : This GUI will provide the user with a UX which can help demonstrate the capabilities of this project.
💕 Contributions
The project is far from being perfect. Please do not hesitate to open issues, debug the code if needed or make pull requests!
Please note that the rest is not a documentation, it is nothing but an eye-catcher. Refer to this article CODEPROJECT for more details.
NODES

CONNECTORS
Diagram

Applications

Making connections

Possibilities

Deleting connections

Middle Man Algorithm

SAMPLES
Math

For loop

Graph

More stuff you will find
A performance gauge

Commenting zones

Variables list

Altered Nodes Tree

Search for nodes

DEMO
