GithubHelp home page GithubHelp logo

filirom1 / r-node Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cwarden/r-node

1.0 2.0 0.0 1.94 MB

Cloned from git://gitorious.org/r-node/r-node.git

Home Page: git://gitorious.org/r-node/r-node.git

License: Other

C++ 14.45% C 5.65% Shell 0.10% JavaScript 79.80%

r-node's Introduction

Introduction
-----------------------------------------------------------------------------

R-Node is a web front-end to the statistical analysis package R. 

Using this front-end, you can from any web browser connect to an R instance
running on a remote (or local) server, and interact with it, sending commands
and receiving the responses.

In particular, graphing commands such as plot() and hist() will execute in
the browser, drawing the graph as an SVG image.

The R-Node website is at:

http://squirelove.net/r-node/

Author Contact
-----------------------------------------------------------------------------

Jamie Love can be contacted by:

  email: [email protected]


Major Software Utilised
-----------------------------------------------------------------------------

This software would not be where it is today without a number of key 
technology projects that it uses. These are, in no particular order:

  * Functional Javascript

    Support for functional programming idioms when writing Javascript. -
    see http://osteele.com/sources/javascript/functional/

  * ExtJS 

    ExtJS provides the windowing library widgets used for the interface.

  * Node.JS - http://nodejs.org/

    An events based I/O library and execution environment for V8 Javascript
    (http://code.google.com/p/v8/, the Google Chrome javascript engine).
    This provides an exceedingly easy environment to develop the server
    componentry in for R-Node.

  * Protovis - http://vis.stanford.edu/protovis/

    Protovis provides an excellent graphing API, allowing the graphical 
    commands of R to be effectively implemented in the browser.

  * Rserve - http://www.rforge.net/Rserve/doc.html

    This is a binary server that allows communication over tcp/ip with a
    running R instance. It is used by the R-Node server componentry to
    communicate with R.

  * R - http://www.r-project.org/ 

  * SHJS http://shjs.sourceforge.net/

    Syntax highlighting for R code, used in the client application.


Each of these projects has their own licensing, as mentioned below. The
R-Node code itself is covered by a number of licenses due to the use of
these projects as libraries and in some cases as code embedded within
R-Node.

Licenses
-----------------------------------------------------------------------------
  
  * Functional Javascript

    Licenced under the MIT license.
    http://osteele.com/sources/javascript/functional/


  * ExtJS

    ExtJS 3 is licensed under the GNU GPL license v3 license, as mentioned here:
    http://www.extjs.com/products/license.php

  * Node.JS

    BSD license. R-Node uses the Node.JS software to execute its server
    side component, but does not alter the source at all. All Node.JS
    source can be retreived from http://nodejs.org/.

  * Protovis

    BSD license. R-Node uses protovis but (currently) does not alter the 
    source code. The standard minified protovis library is included
    for installation simplicity. All source can be retrieved from
    http://gitorious.com/protovis.

  * Rserve

    R-Node connects to Rserve over TCP/IP, and assumes that Rserver is
    installed and running already on the system. Some Rserve example
    code has been used in creating the server library for connecting 
    to Rserve (see server/src/include), and this is 

    This code is distributed originally under the GNU LGPL, and continues
    to be so here.

  * R-Node

    R-Node itself is covered by the license as described in the LICENSE
    file.

  * SHJS

    SHJS uses the GPLv3.
    

r-node's People

Contributors

cwarden avatar filirom1 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.