I am having problems with PutArray. After some debugging, I found that
PutArray (which is used to put a dataframe), tries to check the validity
of the ".rexcel..something" strings with IsLegalMatrixName.
Unfortunately, it looks like Excel does not allow Names with a dot in
them.
BTW, since the corresponding exception description is
        ErrorRaise 1201, "RExcel.RInterface", "Invalid R variable name
in PutArray"
Shouldn't the test use IsLegalRName or something like this? Maybe a
typo?

Regards
Christian Prinoth
DISCLAIMER:
L'utilizzo non autorizzato del presente messaggio รจ vietato e potrebbe 
costituire reato. Le informazioni e le opinioni contenute in questo messaggio 
sono inviate dal mittente a proprio nome e non costituiscono una posizione 
ufficiale di Epsilon SGR. Questo messaggio e' confidenziale e se non e' a Lei 
indirizzato Le saremmo grati se, via e-mail, ne comunicasse l'errata ricezione 
al mittente.
The information and opinions contained in this message do not constitute an 
official position of Epsilon SGR and are communicated by the sender in is own 
name. This message is confidential, if you are not the intended recipient, 
please notify the sender immediately. The information and opinions contained in 
this message do not constitute an official position of Epsilon SGR and are 
communicated by the sender in his own name. This message is confidential, if 
you are not the intended recipient, please notify the sender immediately.
_______________________________________________
Rcom-l mailing list
Rcom-l@mailman.csd.univie.ac.at
http://mailman.csd.univie.ac.at/mailman/listinfo/rcom-l
More information (including a Wiki) at http://rcom.univie.ac.at

Reply via email to