lenskit-eval:run-r

Full name:

org.grouplens.lenskit:lenskit-eval-maven-plugin:1.3:run-r

This plugin goal has been deprecated:

Run R from within the eval script, using the Ant exec task instead.

Description:

Run an R script for statistical analysis.

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: runtime.
  • The goal is thread-safe and supports parallel builds.

Optional Parameters

Name Type Since Description
analysisDir String - Location of output data from the eval script.
Default value is: ..
User property is: lenskit.eval.analysisDir.
analysisScript String - Name of R script.
Default value is: chart.R.
User property is: lenskit.analyze.script.
rscriptExecutable String - Name or path to executable Rscript program.
Default value is: Rscript.
User property is: rscript.executable.

Parameter Details

analysisDir:

Location of output data from the eval script.
  • Type: java.lang.String
  • Required: No
  • User Property: lenskit.eval.analysisDir
  • Default: .

analysisScript:

Name of R script.
  • Type: java.lang.String
  • Required: No
  • User Property: lenskit.analyze.script
  • Default: chart.R

rscriptExecutable:

Name or path to executable Rscript program.
  • Type: java.lang.String
  • Required: No
  • User Property: rscript.executable
  • Default: Rscript