Displaying 20 results from an estimated 1100 matches similar to: "No y-axis label using png on linux"
2000 Mar 03
1
compiling R-1.0.0 on dec alpha (digital Unix 4.0)
I have tried compiling R on a dec alpha running digital unix 4.0 and
got the following:
f77 -shared -o ts.so PPsum.o burg.o eureka.o filter.o pacf.o starma.o stl.o carray.o mburg.o myw.o qr.o -lUfor -lfor -lFutil -lm -lots -lm
ld:
Warning: Unresolved:
R_alloc
R_NaReal
R_IsNA
R_IsNaNorNA
R_chk_calloc
R_chk_free
Rf_error
vmaxget
vmaxset
dqrdc2_
dqrcf_
mkdir ../../../../library/ts/libs
gmake[4]:
1998 Nov 30
1
make error of R-0.63
Dear all,
Compiling R-0.63 on my Alpha machine immediately encounters the
following message. Your help is appreciated.
Make: Don't know how to make ./src/*/*.[chfy]. Stop.
Regards,
--
Xiaoming Cai
School of Geography
.&______~*@*~______&. University of Birmingham
1999 Nov 26
2
compiling R-0.90.0 on alpha-dec-osf4.0
I am compiling R-0.90.0 on alpha-dec-osf4.0 and it stops by giving the
following message:
cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, parameter 1 has a different type than specified in an earlier declaration of this function.
SEXP mkString(const char *s)
-----^
cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, the type of "mkString" is not
1999 Nov 26
2
compiling R-0.90.0 on alpha-dec-osf4.0
I am compiling R-0.90.0 on alpha-dec-osf4.0 and it stops by giving the
following message:
cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, parameter 1 has a different type than specified in an earlier declaration of this function.
SEXP mkString(const char *s)
-----^
cc: Error: ../../../R/src/main/gram.y, line 1365: In this declaration, the type of "mkString" is not
1998 Oct 07
2
R-beta: compiling R on RedHat 5.1
[accidentally was sent to the R-help-owner only; MM]
** when I compile R-0.62.3 on RedHat 5.1, the following messages
appear:
...
f77 -export-dynamic -o R.binary ...
../lib/libunix.a(dataentry.o): In function `NextEvent':
/home/ming/R-0.62.3/src/unix/dataentry.c:1286: undefined reference to `XNextEvent'
../lib/libunix.a(dataentry.o): In function `GetKey':
1999 Apr 12
1
compiling R-0.64.0 on DEC osf4.0
Dear all,
Compiling R-0.64.0 on DEC osf4.0 has the following error message
(earlier version was OK).
cc -ieee_with_inexact -g -I../include -I../../src/include -c pnf.c -o pnf.o
cc -ieee_with_inexact -g -I../include -I../../src/include -c pnt.c -o pnt.o
cc: Error: pnt.c, line 83: In this statement, "1021" is not an lvalue, but occurs in a context that requires one.
if (df >
2002 Dec 05
2
Help: draw 3 filled.contour on one page
Dear All,
I tried to draw 3 filled.contour plots on one page, but failed. It returns
"Error in plot.new() : Figure margins too large".
Can anyone help me to do this.
BTW, does anyone has the experience to draw a isosurface with R?
Dr Zhiqiang Cui
School of Geography and Environmental Sciences
The University of Birmingham
Edgbaston, Birmingham
B15 2TT
1997 Aug 14
0
R-alpha: Compiling 0.49 on IRIX6.1
Hi,
I am compiling R-0.49 on my SGI Indigo 2 R8000 machine and it stopped
in the middle. Could anyone help me to fix it?
Many thanks!
--
Xiaoming Cai
School of Geography
.&______~*@*~______&. University of Birmingham
"w/%%%%%%%%%%%%%%%%%%%\w" Edgbaston, Birmingham
1999 Mar 10
0
Compiling R-0.63.? on DEC Alpha UNIX 4.0
I tried to compile R-0.63.1 to R-0.63.3 on my DEC Alpha with the
operating system of UNIX 4.0. All have the same problem after
R.binary has been successfully compiled. The last few lines of the
message are shown as below:
...
make[4]: Entering directory `/home/ming/R-0.63.3/src/library/modreg/src'
f77 -c bsplvd.f -o bsplvd.o
f77 -c bvalue.f -o bvalue.o
f77 -c bvalus.f -o bvalus.o
f77
2000 Mar 03
0
compiling R-1.0.0 on SGI
I have tried compiling R on a SGI 6.0 and got the following:
cc -o ../../bin/R.X11 apply.o arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o context.o cov.o cum.o debug.o devPS.o devPicTeX.o deparse.o deriv.o devices.o dotcode.o dstruct.o duplicate.o envir.o errors.o eval.o format.o fourier.o g_her_glyph.o g_fontdb.o g_cntrlify.o g_alab_her.o gram.o
1998 Oct 08
1
R-beta: smooth in compiling
Dear all,
Many thanks to those prompt and helpful replies, which immediately
bring me to the final stage.
A minor problem now:
I got the following message for smooth function during compilation on
both DEC-alpha and RedHat5.1. Although the compiling went through, it
does not have the function of 'smooth' which is quite useful for me.
Any ideas?
2002 Dec 04
1
Help: add arrows on a filled.contour figure
Dear All
I would like to use filled.contour to plot something with arrows on it. I did it in this way:
filled.contour(1:nx,1:nz,u,col=gray(rev((0:20/20))))
for (j in zseq ) for (i in xseq) arrows(i, j, i+u[i,j],j+w[i,j],length=angleng,angle=angarrow,code=2, lwd=1,col="black")
The peoblem is that the arrows use the whole device area, including the key on the right hand side of the
1997 Jun 10
0
R-beta: Compiling 0.49 on IRIX6.1
Hi there,
I am compiling R-0.49 on my SGI Indigo 2 R8000 machine and it stopped
in the middle. Could anyone help me to fix it?
Many thanks!
p.s.: The last lines of message:
cc -g -I../include -DPOSIX_MISTAKE -c regerror.c
cc -g -I../include -DPOSIX_MISTAKE -c regexec.c
"engine.c", line 604: warning(1110): statement is unreachable
break;
^
"engine.c", line 610:
1997 Aug 13
1
R-beta: compiling R-5.0 on IRIX6.1
Hi,
I am compiling R-0.50 on my SGI Indigo 2 R8000 machine with IRIX6.1
and it stopped in the middle. Could anyone help me to fix it?
Many thanks!
p.s.: The last lines of message:
: ../lib/libappl.a
cd regex; make
cc -g -I../include -DPOSIX_MISTAKE -c regcomp.c
"regcomp.c", line 753: warning(1110): statement is unreachable
break;
^
cc -g -I../include -DPOSIX_MISTAKE -c
1997 Aug 13
1
R-beta: compiling R-5.0 on IRIX6.1
Hi,
I am compiling R-0.50 on my SGI Indigo 2 R8000 machine with IRIX6.1
and it stopped in the middle. Could anyone help me to fix it?
Many thanks!
p.s.: The last lines of message:
: ../lib/libappl.a
cd regex; make
cc -g -I../include -DPOSIX_MISTAKE -c regcomp.c
"regcomp.c", line 753: warning(1110): statement is unreachable
break;
^
cc -g -I../include -DPOSIX_MISTAKE -c
2006 Jul 31
1
Random Effects Model with Interacting Covariates
Hi
I have been asked by a colleague to perform a statistical analysis
which uses random effects - but I am struggling to get this to work
with nlme in R. Help would be very much appreciated!
Essentially, the data consists of:
10 patients. Each patient has been given three different treatments (on
three separate days). 15 measurements (continuous variable) have been
taken from each patient
2004 Apr 20
2
1.9.0 regression test on HP-UX (PR#6800)
Hi,
On behalf of one of our users, I installed R 1.8.1 on HP-UX11.0 by
compiling the source using the gnu compilers and all was fine with
make check
On 1.9.0, I get an error from 'make check' when running reg-tests-1.R
which gives error exit code 1. Commands used are:
./configure --prefix=/apps/global/Gnu_R/R-1.9.0 --with-x
R_BROWSER=mozilla
(all on one line, of course)
make
make
2013 May 15
2
animating plots over time with a slider
I have a population of subjects each with a variable which has been captured at a baseline date. Then for many subjects (but not all) an intervention has occurred and the variable has changed at one or more time points after the baseline date. So my dataset consists of a subject ID (x), which may appear several times or just once, a measure (y), and a date of observation (z). I would like to be
2013 Feb 13
1
An extended Hodgkin-Huxley model that doesn't want to work.
Hi All
I have been struggling with this model for some time now and I just can't
get it to work correctly. The messages I get when running the code is:
DLSODA- Warning..Internal T (=R1) and H (=R2) are
such that in the machine, T + H = T on the next step
(H = step size). Solver will continue anyway.
In above message, R =
[1] 0 0
DINTDY- T (=R1) illegal
In above message, R =
[1]
2006 Feb 07
1
MFC/R2 in Brazil
I don?t know if the last message was with content. So, I sent again. I have
installed a Digium card TE210P and unicall for use MFC/R2. I think that it?s
all right but I can?t make and receive calls. I?m using asterisk 2.1 with
the patch made by Jos? P. Leit?o and the follow libs:
libsupertone-0.0.2
libunicall-0.0.3
libmfcr2-0.0.3
zaptel 2.1
My number is 34318300. The Telco send me only 8300.