Evolution #677
Add a method to call explicitly a R function
| Status: | Nouveau | Start date: | 06/11/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | Estimated time: | 4.00 hours | |
| Target version: | 1.0.3 | Spent time: | - |
Description
méthode du type call(function, Arguments...)
voir pdf joint de Duncan Temple Lang
History
#1
Updated by Jean Couteau about 3 years ago
- Target version set to 1.0.2
- Estimated time set to 4.00
A faire :
- créer une méthode qui converti les types depuis Java vers R
- créer une méthode call(functionName, argArray, namedArgTable) qui appelle en R : functionName(arg1, arg2, .., name1=value, name2=value)
#2
Updated by Jean Couteau over 2 years ago
- Target version deleted (
1.0.2)
#3
Updated by Jean Couteau over 2 years ago
- Target version set to 1.0.3
#4
Updated by Jean Couteau about 2 years ago
- Subject changed from Méthode pour appeler explicitement une fonction to Add a method to call explicitly a R function