Displaying 20 results from an estimated 800 matches similar to: "Installation of package fails (PR#328)"
1999 Jun 10
3
Compilation fails (PR#209)
Full_Name: Frank Beimfohr
Version: 0.64.1, devel.
OS: Solaris 2.5.1
Submission from: (NULL) (129.217.131.31)
I try to compile R on my Sparc 4 (Solaris 2.5.1) but the compilation fails. I
tried
the developer-version and the contributed 0.64.1-Version.
I start configure with the --g77-Option. During the compilation it stops with an
error, which says that the R/src/library/modreg/src/bsplvd.f
1998 Nov 23
1
Problems compiling R-0.63.0
When I try to compile R v0.63.0 on my SUN (Solaris 2.5.1 using g77) I get the
error message
make: Fatal error: Don't know how to make target
`/sw/sun4_55/R-0.63.0/src/*/*.[chfy]'
I seems that one source file can't be compiled. Does anybody know what I can do?
Frank Beimfohr
University of Dortmund, Germany
2002 Jan 17
0
Please help: Compiling/configuring OpenSSH on SunOS 5.5.1 with AFS
Hello *,
i have some problems to compile/configure OpenSSH on SunOS 5.5.1
with AFS. See the attachment for the compile environment.
The programs compile fine and token passing is without problems.
Unfortunately it is not possible to login without a valid token
(`Permission denied.').
There is following message in the syslog:
Kerberos v4 TGT for ... unverifiable: Principal unknown
1999 Jun 30
1
New packages (tcl/tk <-> R glue + Visual Tcl)
[Reposted by R-announce-owner because of R-announce protection.
Guido is subscribed under a different E-mail..]
I have made available in the 'Contributed R code | Devel' section of CRAN
(in this moment only at Wien) two new packages:
'tcltk': this package let to create and use tcl/tk interpreters
from R. The tcl interpreters have an additional command
1999 Jun 30
1
New packages (tcl/tk <-> R glue + Visual Tcl)
[Reposted by R-announce-owner because of R-announce protection.
Guido is subscribed under a different E-mail..]
I have made available in the 'Contributed R code | Devel' section of CRAN
(in this moment only at Wien) two new packages:
'tcltk': this package let to create and use tcl/tk interpreters
from R. The tcl interpreters have an additional command
1999 Sep 07
2
R-0.65.0 on mips-sgi-irix6.5: Error code 1 (bu21)
Dear all,
I want to install R-0.65.0 on mips-sgi-irix6.5 (SGI IRIX 6.5 IP32),
but it doesn't work !!!
I run the following configure call:
<146>: ./configure --prefix=/usr/people40c/kuonen/Software/bin
...
R is now configured for mips-sgi-irix6.5
Source directory: .
Installation directory: /usr/people40c/kuonen/Software/bin
C compiler: gcc -g -O2
1999 Aug 30
1
HTML help problems with windows R-0.65.0
at the first invocation of rgui for R-0.65.0 under win95 the following
occurred:
...snip
Version 0.65.0 (August 27, 1999)
...snip
> link.html.help()
> options(htmlhelp=T)
> help.start()
If nothing happens, you have to open ` F:\RW0650\doc\html\index.html '
yourself
/* browser open with index as aprropriate */
> help(plot)
Error: 3 arguments passed to "show.help.item"
2002 Jan 31
1
Leaps and bound
Hi,
I used the bic.surv function, S-PLUS functions developed by Chris Volinsky
http://www.research.att.com/~volinsky/bma.html, without problems with
S-PLUS.
I have to use it with R but I am face with a problem: this function call a
fortran routine named "leaps" (answer <- .Fortran("leaps", arguments)). I
loaded the leaps library, and the leaps function work well with my R,
1999 Sep 16
2
install/libraries on solaris2.6 (PR#280)
Full_Name: ulrich poetter
Version: 0.65.0
OS: sparc-sun-solaris 2.6
Submission from: (NULL) (134.147.95.163)
Building R-0.65.0 on sparc-sun-solaris2.6 using sun make + gcc 2.95.1+ binutils
2.8.1
and ./configure --with-g77 fails when building the eda etc. libraries. The
configure
script produces SHLIBLDFLAGS= -G. Replacing this in config.site by
SHLIBLDFLAGS = -shared gives no errors during
1999 Aug 10
1
Problems with the ts library
Well, I upgraded to a later release and have been having good luck (R vers.
0.65.0) I haven't upgraded my Red-Hat linux from 5.2 so I had to compile from
source , ... so far so good. My problem is with the time series functions
[library(ts)]. I'm trying to use the autocorrelation function-acf() and am
having problems with it. mainly an error ERROR -Couldn't find function
2005 Mar 02
1
Leaps & regsubsets
Hello
I am trying to use all subsets regression on a test dataset consisting
of 11 trails and 46 potential predictor variables.
I would like to use Mallow's Cp as a selection criterion.
The leaps function would provide the required output but does not work
with this many variables (see below).
The alternative function regsubsets should be used, but I am not able to
define the function in
1999 Oct 25
2
leaps: XHAUST returned error code -999
Hi there,
This problem has been dogging me for a bit, and I'm trying to
figure out why. When running the the subsets function in the leaps
library, R is giving me the following error message
> lvodsub <- subsets(pred, resp$LVOD)
Warning message:
XHAUST returned error code -999 in: leaps.exhaustive(a, really.big =
really.big)
but this still happens if I add the really.big option:
2010 Feb 12
1
all possible subsets, with AIC
Hello,
I have a question about doing ALL possible subsets regression
with a general linear model. My goal is to produce cumulative Akaike
weights for each of 7 predictor variables-to obtain this I need R to:
1.
Show me ALL possible subsets, not just the best possible subsets
2. Give
me an AIC value for each model (instead of a BIC value).
I have tried to
do this in library(RcmdrPlugin.HH),
2010 Apr 08
1
Error in leaps.setup
Hullo,
I am trying to use the leaps package, & keep getting the following error:
Error in leaps.setup(x, y, wt = wt, nbest = nbest, nvmax = NCOL(x) + int, :
y and x different lengths
My data set is attached below.
I am rather new to R, & would appreciate any help that could be given.
Thanks.
http://n4.nabble.com/file/n1755941/lr04.txt lr04.txt
--
View this message in context:
2007 Sep 18
1
Installing add-on packages
Admittedly, I don't have much experience with R. I have dowloaded and
installed some add-on packages (leaps, for one). When I try to run the
leaps function I get the following error:
Error: could not find function "leaps"
Any idea on what the problem could be? Thanks,
--
John R Pleis
2002 Feb 12
1
Best Subsets regression
Hi,
I have found a minor problem with leaps(). In 1.3.1 under Windows 2000 I
seem to only be able to obtain values for one statistic at a time. That is
choosing
method=c("Cp","adjr2","r2")
just gives Cp values.
To mimic the output of Minitab's
MTB > BReg 'Fertility' 'Agriculture'-'Infant.Mortality' ;
SUBC> NVars 1 5;
SUBC>
2003 Nov 23
2
where to get the "leaps" package
Dear all
I am supposed to use Mallow's Cp creterion to select a model which require
a "leaps" package. the version right now I am using is R
1.7.1(os:windows), the "leaps" package is not included. please let me know
how and where
can I get this package and add it to the current version, any caution on
adding this package is highly appreciated.
thank you
best
2012 Dec 05
1
alternative to leaps command
Dear UseRs,
I wanted to know that i have been using "leaps" for the proper models selection for my work. I read so many articles from internet which categorically outlined that "leaps" command for model selection should never be used as its not efficient. Moreover, as a matter of fact, i personally noticed that the accuracy of "leaps" package is very much
2000 Mar 07
4
Error compiling R on RS6000 (PR#475)
Full_Name: Paul Gutwin
Version: R-1.0.0
OS: AIX 4.2.1
Submission from: (NULL) (198.133.22.67)
R-1.0.0 fails to compile. I'm using the config.cache file from a successful
compliation of R-0.65.0 (prob #290, fixed thanks to Thomas Vogels @ CMU).
Compiling R-1.0.0 fails with the following error messages:
make
Target "R" is up to date.
gcc -I. -I../include -I../../src/include
1999 Oct 12
1
(no subject)
Dear All,
I try to be a new user of R. I try to install the R ver 0.65.0 in my
UNIX machine. The installation untill one point goes fine but when I run
the make comand the program can find the X11 enviroment. Could you help
me with this kind of problem? I would appreciate if you have any
suggestions about any other process or programms that I need to use.
Many thanks for your time.