@@ -725,9 +725,9 @@ RTestModule : RModule { // subclassing RModule makes this a module
###Updating the R Lua module
To be usable with functions in the R Lua module `R.engine` table module parameter metadata has to be included in the `R.specs` table. `R.specs` can be generated in SuperCollider from RModule metadata using the `Rrrr.generateLuaSpecs` method.
To be usable with functions in the R Lua module `R.engine` table module parameter metadata has to be included in the `R.specs` table. `R.specs` can be generated in SuperCollider from RModule metadata using the `Engine_R.generateLuaSpecs` method.
Module documentation stubs may be generated in SuperCollider using the ```Engine_R.generateModulesDocSection``` method.
Module documentation stubs may be generated in SuperCollider using the ```Rrrr.generateModulesDocSection``` method.