Description
Web Interface to 'R' Functions.
Description
Web front end for your 'R' functions producing plots or tables. If you have a function or set of related functions, you can make them available over the internet through a web browser. This is the same motivation as the 'shiny' package, but note that the development of 'shinylight' is not in any way linked to that of 'shiny' (beyond the use of the 'httpuv' package). You might prefer 'shinylight' to 'shiny' if you want a lighter weight deployment with easier horizontal scaling, or if you want to develop your front end yourself in JavaScript and HTML just using a lightweight remote procedure call interface to your R code on the server.
README.md
ShinyLight
A lightweight server for R calculations.
This project was funded by the Natural Environment Research Council (grant number 09 NE/T001518/1 ("Beyond Isoplot")).
Building ShinyLight
To rebuild documentation and reinstall the local version of ShinyLight:
./build.sh
Run tests
npm test
or
npm test -- --fgrep 'test that I want' --browser=chrome
Run CRAN checks
./build.sh
./check.sh