Hello everybody, I am trying to install the library stepplr under windows (http://www.maths.bris.ac.uk/R/web/packages/stepPlr/index.html), in order to use the function plr, but I still have problem to find the right link for this purpose! I am very thankful for your help! Samor
you are going to have to install it from source- look at the type argument in ?install.packages. There is no windows binary. On Mon, Oct 6, 2008 at 10:35 AM, Samor Gandhi <samorgandhi at yahoo.com> wrote:> Hello everybody, > > I am trying to install the library stepplr under windows (http://www.maths.bris.ac.uk/R/web/packages/stepPlr/index.html), in order to use the function plr, but I still have problem to find the right link for this purpose! > > I am very thankful for your help! > Samor > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Stephen Sefick Research Scientist Southeastern Natural Sciences Academy Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals. -K. Mullis
stephen sefick wrote:> you are going to have to install it from source- look at the type > argument in ?install.packages. There is no windows binary.The reason is that stepplr fails the checks under Windows, hence we do not provide a binary version. Please ask the package maintainer to fix the Windows issue. Indeed, as Stephen Sefick pointed out already, if you want to risk using a package that does not pass the checks, you will need to compile it yourself. Best wishes, Uwe Ligges> On Mon, Oct 6, 2008 at 10:35 AM, Samor Gandhi <samorgandhi at yahoo.com> wrote: >> Hello everybody, >> >> I am trying to install the library stepplr under windows (http://www.maths.bris.ac.uk/R/web/packages/stepPlr/index.html), in order to use the function plr, but I still have problem to find the right link for this purpose! >> >> I am very thankful for your help! >> Samor >> >> ______________________________________________ >> R-help at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> > > >