Displaying 5 results from an estimated 5 matches for "qn_sn".
Did you mean:
insn
2011 Apr 19
2
Robustbase source question
Dear All,
in the sources of robustbase, there appears a function called rPsort()
(say l253 of qn_sn.c). I could not find its source in the robustbase
package and a google search yields too many unrelated response.
Can anyone point to its source ?
thanks,
--
View this message in context: http://r.789695.n4.nabble.com/Robustbase-source-question-tp3459966p3459966.html
Sent from the R help maili...
2009 May 12
2
[Fwd: Re: ubuntu problem with 'r-cran-robustbase' [FWD Agustin Lobo]]
...CRAN
> sources. And file a bug report with Ubuntu.
That's the first thing I did: tried to install using
install.packages("robustbase"), which downloads the source and tries to
compile. But the gcc step fails:
gcc -std=gnu99 -shared -o robustbase.so R-rng4ftn.o init.o lmrob.o mc.o
qn_sn.o rf-common.o rffastmcd.o rfltsreg.o wgt_himed.o -L/usr/lib/R/lib
-lRlapack -lblas -L/usr/lib/gcc/i486-linux-gnu/4.2 -lgfortran -lm
-L/usr/lib/gcc/i486-linux-gnu/4.2 -lgfortran -lm -L/usr/lib/R/lib -lR
/usr/bin/ld: cannot find -lRlapack
collect2: ld returned 1 exit status
Also, when you say "...
2009 May 12
2
ubuntu problem with 'r-cran-robustbase' [FWD Agustin Lobo]
...>
The package is where it is suposed to be:
/usr/lib/R/site-library/robustbase
is this not a problem at compiling?
The problem is that if I try to install the source with
install.packages("robustbase"), I get:
gcc -std=gnu99 -shared -o robustbase.so R-rng4ftn.o init.o lmrob.o mc.o
qn_sn.o rf-common.o rffastmcd.o rfltsreg.o wgt_himed.o -L/usr/lib/R/lib
-lRlapack -lblas -L/usr/lib/gcc/i486-linux-gnu/4.2 -lgfortran -lm
-L/usr/lib/gcc/i486-linux-gnu/4.2 -lgfortran -lm -L/usr/lib/R/lib -lR
/usr/bin/ld: cannot find -lRlapack
collect2: ld returned 1 exit status
Despite the fact that I...
2009 May 11
0
robustbase: cannot install
...>
The package is where it is suposed to be:
/usr/lib/R/site-library/robustbase
is this not a problem at compiling?
The problem is that if I try to install the source with
install.packages("robustbase"), I get:
gcc -std=gnu99 -shared -o robustbase.so R-rng4ftn.o init.o lmrob.o mc.o
qn_sn.o rf-common.o rffastmcd.o rfltsreg.o wgt_himed.o -L/usr/lib/R/lib
-lRlapack -lblas -L/usr/lib/gcc/i486-linux-gnu/4.2 -lgfortran -lm
-L/usr/lib/gcc/i486-linux-gnu/4.2 -lgfortran -lm -L/usr/lib/R/lib -lR
/usr/bin/ld: cannot find -lRlapack
collect2: ld returned 1 exit status
Despite the fact that I...
2009 May 12
0
[Fwd: Re: Problem at instaling robustbase (Rlapack)]
...ll.packages() from within R (started
from an xterminal by su)
Agus
-----Message 1-----
> Dear Martin,
> I'm trying to install packages robustbase and mvoutlier on ubuntu 8.04
> but get the following problem:
> gcc -std=gnu99 -shared -o robustbase.so R-rng4ftn.o init.o lmrob.o mc.o qn_sn.o rf-common.o rffastmcd.o rfltsreg.o wgt_himed.o -L/usr/lib/R/lib -lRlapack -lblas -L/usr/lib/gcc/i486-linux-gnu/4.2 -lgfortran -lm -L/usr/lib/gcc/i486-linux-gnu/4.2 -lgfortran -lm -L/usr/lib/R/lib -lR
> /usr/bin/ld: cannot find -lRlapack
> collect2: ld returned 1 exit status
>
> Never...