Re: [R] mvpart error in R 3.1.1 "s_to_rp" not available for .C()

2014-09-05 Thread Angel Marley
Dear Uwe, thanks for your prompt reply. I have run the update.packages, but the error persisted, then I did it again and it works Best regards and thank for your time Angel On Friday, September 5, 2014 4:15 AM, Uwe Ligges wrote: On 04.09.2014 15:03, Angel Marley wrote: > Dear

Re: [R] mvpart error in R 3.1.1 "s_to_rp" not available for .C()

2014-09-05 Thread Uwe Ligges
On 04.09.2014 15:03, Angel Marley wrote: Dear R list, I'm working with recursive tress using packages mvpart and rpart in R in linux xubuntu (64). The package performed with no problem under my previous R version (2.14) I had recently updated my R version to 3.1.1 and when I try to run a mv

[R] mvpart error in R 3.1.1 "s_to_rp" not available for .C()

2014-09-04 Thread Angel Marley
Dear R list, I'm working with recursive tress using packages mvpart and rpart in R in linux xubuntu (64). The package performed with no problem under my previous R version (2.14) I had recently updated my R version to 3.1.1 and when I try to run a mvpart model I get the following error mesage

Re: [R] mvpart error

2009-03-24 Thread Gavin Simpson
On Sun, 2009-03-22 at 22:45 -0400, Josh Stumpf wrote: > Hello all, > > When attempting a classification tree using mvpart, I get the following > error: > > > thesis2.mvp=mvpart(bat_sp~., data=alltrees.df) > Error in all(keep) : > unused argument(s) (c(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, T

[R] mvpart error

2009-03-22 Thread Josh Stumpf
Hello all, When attempting a classification tree using mvpart, I get the following error: > thesis2.mvp=mvpart(bat_sp~., data=alltrees.df) Error in all(keep) : unused argument(s) (c(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE,

[R] mvpart error - is.leaf

2009-03-15 Thread Josh Stumpf
Hello, When trying to run mvpart either specifying my own parameters or using the defaults, I get the following error: Error in all(is.leaf) : unused argument(s) (c(FALSE, TRUE, FALSE, FALSE, TRUE, TRUE, TRUE)) As far as I can tell, is.leaf is part of the dendrogam package, so I'm assuming the