wps/src/main/webapp/R
Lucio Lelii 52d39f1d93 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/wps@148306 82a268e6-3cf1-43bd-a215-b396298e98cf 2017-05-05 08:18:30 +00:00
..
demo git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/wps@148306 82a268e6-3cf1-43bd-a215-b396298e98cf 2017-05-05 08:18:30 +00:00
resources git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/wps@148306 82a268e6-3cf1-43bd-a215-b396298e98cf 2017-05-05 08:18:30 +00:00
scripts git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/wps@148306 82a268e6-3cf1-43bd-a215-b396298e98cf 2017-05-05 08:18:30 +00:00
utils git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/wps@148306 82a268e6-3cf1-43bd-a215-b396298e98cf 2017-05-05 08:18:30 +00:00
README.md git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/wps@148306 82a268e6-3cf1-43bd-a215-b396298e98cf 2017-05-05 08:18:30 +00:00
R_Datatype.conf git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/wps@148306 82a268e6-3cf1-43bd-a215-b396298e98cf 2017-05-05 08:18:30 +00:00

README.md

WPS4R Webapp directory

WPS4R heavily relies on scripts and configuration files that are stored in the webapp directory to be accessible and changeable in deployed WPS. The sub-folders and their contents are as follows:

  • /demo: Browser demonstration clients (HTML, Javascript and image files).
  • /R_Datatype.conf: Configuration of data types to be used in R script annotations.
  • /resources: Resource files for the scripts. If a script defines names of resource files from this directory then these files are loaded to the R workspace before script execution.
  • /scripts: The WPS4R script repository, see seperate README.md file.
  • /utils: R scripts that are loaded into the R session that may contain configuration, session wide utility functions, or session variables.