Re: [Rd] a possible bug in svmlight (PR#8012)

2005-07-18 Thread Uwe Ligges
Luke wrote: > Well, it is explicite only for the guru. :) Let me add a few of points: 1. We already thought about including svmlight, but get stuck there due to some licensing issues, AFAIR. We might want to force getting there, though. 2. library(help=klaR) says: SystemRequirements:

Re: [Rd] a possible bug in svmlight (PR#8012)

2005-07-18 Thread Luke
Well, it is explicite only for the guru. :) On 7/18/05, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > Actually it does. Look in the examples section of ?svmlight > > On 7/18/05, Luke <[EMAIL PROTECTED]> wrote: > > If it is true, I wonder why the help page of svmlight doesn't mention > > this r

Re: [Rd] a possible bug in svmlight (PR#8012)

2005-07-18 Thread Gabor Grothendieck
Actually it does. Look in the examples section of ?svmlight On 7/18/05, Luke <[EMAIL PROTECTED]> wrote: > If it is true, I wonder why the help page of svmlight doesn't mention > this requirement explicitly. > > -Luke > > On 7/18/05, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > > The CRAN pac

Re: [Rd] a possible bug in svmlight (PR#8012)

2005-07-18 Thread Luke
If it is true, I wonder why the help page of svmlight doesn't mention this requirement explicitly. -Luke On 7/18/05, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > The CRAN package does not include the svmlight binaries. > Perhaps you installed klaR but not svmlight binaries? > You need to place

Re: [Rd] a possible bug in svmlight (PR#8012)

2005-07-18 Thread Gabor Grothendieck
The CRAN package does not include the svmlight binaries. Perhaps you installed klaR but not svmlight binaries? You need to place them somewhere on your path. On 7/18/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > When I used svmlight, I got below error: > > my command is: > foo <- svmlight(

[Rd] a possible bug in svmlight (PR#8012)

2005-07-18 Thread jyzz88
When I used svmlight, I got below error: my command is: foo <- svmlight(y~., data= myData) the results: Error in file(con, "r") : unable to open connection In addition: Warning messages: 1: svm_learn not found 2: cannot open file '_model_1.txt' > myData[1:2,] y X1 X2 X3 X4 X5 X6 X7 X8 X9 X10