Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jverzani/gwidgetswww2.rapache
gWidgetsWWW2 for use with rapache
https://github.com/jverzani/gwidgetswww2.rapache
Last synced: 18 days ago
JSON representation
gWidgetsWWW2 for use with rapache
- Host: GitHub
- URL: https://github.com/jverzani/gwidgetswww2.rapache
- Owner: jverzani
- Created: 2012-08-15T18:45:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-01T03:47:46.000Z (almost 11 years ago)
- Last Synced: 2024-05-09T13:07:36.609Z (8 months ago)
- Language: R
- Size: 1.13 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gWidgetsWWW2.rapache
====================The `gWidgetsWWW2` package is used to create dynamic web pages with R code using the `gWidgets` API. While it works fine with the `Rook` package for serving content, it does not work with `rapache`. This package, `gWidgetsWWW2.rapache` aims to provide a reasonable subset of the `gWidgetsWWW2` package for use within `rapache`. The advantage being that pages can be served to an audience at a larger scale. The main reason for the slowness in `gWidgetsWWW2` is the reliance on reference classes, which make programming nicer, but work slowly with the necessary serialization of environments needed to process callbacks within R.
See the directory `inst/rapache` for installation instructions. The package relies on an underlying installation of `rapache` and a `redis` server (see http://redis.io). Configuring `rapache` is straightforward. Basically one needs to configure a simple directive. See `inst/docs/gWidgetsWWW2_rapache.html` for an overview.
Some examples may be seen here http://www.math.csi.cuny.edu/gw/index.R .