Rdocumentation
powered by
Learn R Programming
rGroovy (version 1.3)
Groovy Language Integration
Description
Integrates the Groovy scripting language with the R Project for Statistical Computing.
Copy Link
Link to current version
Version
Version
1.3
1.2
1.0
Install
install.packages('rGroovy')
Monthly Downloads
162
Version
1.3
License
LGPL-3
Homepage
http://groovy-lang.org/
Maintainer
Thomas Fuller
Last Published
April 1st, 2018
Functions in rGroovy (1.3)
Search all functions
CheckJRERuntimeVersion
Function verifies the existing JRE version is greater than or equal to 1.7 and, if it is not, invokes the stop function with a message.
Initialize
Function sets the global instance of GroovyShell that will be used by the Evaluate function whenever it is called with a NULL GroovyShell parameter.
Evaluate
Function evaluates (executes) the groovy script and returns the result.
About
Function prints some information about this package.
Execute
Function executes the groovy script and returns the result. Execute differs from Evaluate in that references to Groovy objects are not required. The call to Initialize is not required in order to call this function either however keep in mind that a new instance of
groovy.lang.GroovyShell
will be used every time this function is called.
rGroovy
Groovy Scripting Language Integration