wps/src/main/webapp/R/scripts/README.md

10 lines
775 B
Markdown
Executable File

# WPS4R Script Repository
This directory stores the R scripts that are made available through WPS4R.
The files provided in this directory fall into the following categories:
* **Test scripts**: Files starting with ``test_``. These scripts are used to check that WPS4R works properly and are also used in integration tests - edit with care!
* **Demo scripts**: Files starting with ``demo_``. Demo scripts should work out of the box but may use any CRAN package. They demonstrate the variety of features that WPS4R suports.
* **Spatial demo scripts**: Files starting with ``geo_``. Demo scripts that show specifically spatial data as input and output values.
* **Other scripts**: No specific naming scheme. These script are related to specific projects or utility functions.