Displaying 6 results from an estimated 6 matches for "alnorm".
Did you mean:
rlnorm
2000 Mar 20
1
Need Help Getting through Make on HP-UX 10.20
...o date.
`libappl.a' is up to date.
`libmath.a' is up to date.
`libunix.a' is up to date.
`../../bin/R.X11' is up to date.
building package `base'
../../../library/base/R/base is unchanged
building package `ctest'
../../../library/ctest/R/ctest is unchanged
f90 -c alnorm.f -o alnorm.o
alnorm.f
external function ALNORM
53 Lines Compiled
ld -b -o ctest.sl alnorm.o ansari.o fexact.o kendall.o ks.o prho.o swilk.o /opt/fortran90/lib/libF90.a -lcl /opt/fortran90/lib/libisamstub.a
ld: DP relative code in file alnorm.o - shared library must be position
in...
1999 Dec 18
0
compiling on alpha/linux
...e `sqrttsu'
> > /tmp/ccPjZNwd.s:4492: Error: unknown opcode `sqrttsu'
> > /tmp/ccPjZNwd.s:4516: Error: unknown opcode `sqrttsu' make[3]: ***
> > [cpoly.o] Error 1
> >
> > Installing package `ctest' ...
> > libs
> > g77 -mieee -fPIC -O2 -c alnorm.f -o alnorm.o
> > gcc -I/usr/lib/R/include -DHAVE_CONFIG_H -mieee -fPIC -O2 -c ansari.c -o
> > ansari.o
> > gcc -I/usr/lib/R/include -DHAVE_CONFIG_H -mieee -fPIC -O2 -c
> > fexact.c -o fexact.o
> > gcc -I/usr/lib/R/include -DHAVE_CONFIG_H -mieee -fPIC
> > -O2...
2000 Mar 29
5
Porting R
...handling of shared
libraries. It seems I am missing something to link. Before I spend my time
hunting it down, maybe someone has an immediate idea.
gs.
==
my output:
make[4]: Entering directory `//local.src/R-1.0.0/src/library/ctest/src'
gcc -shared -Xlsharedlibrary -Xlexpall -o ctest.so alnorm.o ansari.o
fexact.o kendall.o
ks.o prho.o swilk.o -L/usr/lib/gcc-lib/powerpc-apple-machten4/2.8.1 -lg2c -lm
ansari.o: In function `errmsg':
ansari.c:13: undefined reference to `Rf_error'
ansari.o: In function `w_init':
ansari.c:21: undefined reference to `R_chk_calloc'
...
ansari....
1999 Dec 07
1
problem compiling: alpha/linux: sqrttsu
...ion of R;
2) the configuration appears to go off without any problems;
3) an alpha rpm from cran installs OK, but won't let me
compile libraries. Here's an example with ctest:
> R INSTALL ctest_0.9-19.tar.gz
Installing package `ctest' ...
libs
g77 -mieee -fPIC -O2 -c alnorm.f -o alnorm.o
gcc -I/usr/lib/R/include -DHAVE_CONFIG_H -mieee -fPIC -O2 -c ansari.c -o
ansari.o
gcc -I/usr/lib/R/include -DHAVE_CONFIG_H -mieee -fPIC -O2 -c
fexact.c -o fexact.o
gcc -I/usr/lib/R/include -DHAVE_CONFIG_H -mieee -fPIC
-O2 -c kendall.c -o kendall.o
/tmp/ccYUoygd.s: Assembler messag...
2000 Jun 15
4
R-1.1.0 is released
...lphabetic characters to lower-case and upper-case, respectively.
o coplot() has new option subscripts=TRUE to pass the indices
to the panel function.
o cor.test(method="spearman") might give slightly better P values,
since it now relies on pnorm() (with proper tail) instead of alnorm.
o dbinom() works for size=0 (where appropriate).
o New trivial function det() for determinant computation
(the example in ?qr did not seem to be sufficient).
o If present in the package, a function .Last.lib will be called
when a package is detached.
o New function dev.copy2e...
2000 Jun 15
4
R-1.1.0 is released
...lphabetic characters to lower-case and upper-case, respectively.
o coplot() has new option subscripts=TRUE to pass the indices
to the panel function.
o cor.test(method="spearman") might give slightly better P values,
since it now relies on pnorm() (with proper tail) instead of alnorm.
o dbinom() works for size=0 (where appropriate).
o New trivial function det() for determinant computation
(the example in ?qr did not seem to be sufficient).
o If present in the package, a function .Last.lib will be called
when a package is detached.
o New function dev.copy2e...