Do you know the reason why RPy failed to load "kernlab" package?
Other packages were loaded correctly... Could this be explained by the 
fact that "kernlab" uses S4 classes? What I should do to use "kernlab" 
package from RPy?

 >>> r('library("kernlab")')

Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    r('library("kernlab")')
  File "C:\Python25\Lib\site-packages\rpy.py", line 294, in __call__
    return self.eval(self.parse(text=s))
RException: Ошибка: не удалась загрузка пакета/пространства имен для 
'kernlab'
RException: Error: failed loading package/name space for 'kernlab' # 
this is the translation of the previous string with original error 
message from Russian to English

Thanks.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to