Skip to content
Permalink
Browse files

fix readme

  • Loading branch information
antonhornquist committed Jun 5, 2020
1 parent acf9c08 commit a9061de2952c69995e08a988390c4c3538081db7
Showing with 2 additions and 2 deletions.
  1. +2 −2 README.md
@@ -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.

### Gotchas

0 comments on commit a9061de

Please sign in to comment.