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

Version

Install

install.packages('rGroovy')

Monthly Downloads

162

Version

1.3

License

LGPL-3

Maintainer

Thomas Fuller

Last Published

April 1st, 2018

Functions in rGroovy (1.3)

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

rGroovy

Groovy Scripting Language Integration