Bugs item #1956376, was opened at 2008-05-02 18:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1956376&group_id=48422
Please note that this message will contain a full copy o
Bugs item #1956434, was opened at 2008-05-02 20:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1956434&group_id=48422
Please note that this message will contain a full copy o
Revision: 509
http://rpy.svn.sourceforge.net/rpy/?rev=509&view=rev
Author: lgautier
Date: 2008-05-04 20:26:35 -0700 (Sun, 04 May 2008)
Log Message:
---
rinterface:
- modified the signature to initEmbeddedR
- alias rinterface to ri for some tests
- added comments in the C
On Tue, 29 Apr 2008 10:51:42 +0300, volkan kepoglu wrote:
def a(b=0):
> ... f = open("c:/temp/easy.R", "w")
> ... f.write ("sigma <- " + str(b))
> ... f.close()
You defined function a() with a named parameter, b, that has a default of 0
a(5) # "sigma <- 5"
You called a() with a positi