Repositories
r-node
R-Node is a web front-end to the statistical analysis package R. more…
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.
-
Cloning this repository:
git clone git://gitorious.org/r-node/r-node.git r-node cd r-node
Add this repository as a remote to an existing local repository:
git remote add r-node git://gitorious.org/r-node/r-node.git git fetch r-node git checkout -b my-local-tracking-branch r-node/master_or_other_branch
my-r-node
-
Cloning this repository:
git clone git://gitorious.org/~psandovalv/r-node/my-r-node.git my-r-node cd my-r-node
Add this repository as a remote to an existing local repository:
git remote add my-r-node git://gitorious.org/~psandovalv/r-node/my-r-node.git git fetch my-r-node git checkout -b my-local-tracking-branch my-r-node/master_or_other_branch
cwieses-r-node
-
Cloning this repository:
git clone git://gitorious.org/~cwiese/r-node/cwieses-r-node.git cwieses-r-node cd cwieses-r-node
Add this repository as a remote to an existing local repository:
git remote add cwieses-r-node git://gitorious.org/~cwiese/r-node/cwieses-r-node.git git fetch cwieses-r-node git checkout -b my-local-tracking-branch cwieses-r-node/master_or_other_branch

