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
In R kernlab loads correctly, but in RPy it fails to load. Today I found
that e1071 package also doesn't work in RPy... In R all of them work
fine. So I wonder if the problem is in my crooked hands :( or someone
else had the same experience (and cracked this problem)?
P.S. Excuse my English...