Displaying 20 results from an estimated 1000 matches similar to: "R-beta: 0.61.3: Problems on DEC Unix 4.0"
1998 May 07
0
Re R-beta: 0.61.3: Problems on DEC Unix 4.0
> I had some trouble compiling the new R version on my Alpha:
>
> make[2]: Entering directory `/usr2/local/R/src/graphics'
> cc -ieee_with_inexact -O -Olimit 2000 -I/usr/local/include -I../include -c
> gdevice.c
> cc -ieee_with_inexact -O -Olimit 2000 -I/usr/local/include -I../include -c
> graphics.c
> cc: Error: graphics.c, line 808: An unexpected newline
1998 May 24
1
R-beta: problem with graphics parameter "fin"
Hi,
I have the following problem (with R 0.61.3 an Linux, and a new and empty
workspace)
> oldpar<-par()
> par(oldpar)
Error: attempt to set invalid value for graphics parameter "fin".
> oldpar$fin
[1] 6.992034 6.990803
but now:
> oldpar$fin <- c(6.99,6.99)
> par(oldpar)
it works.
It seems, that if I set oldpar$fin to values greater than listed above
2001 May 12
0
Re: [R] R for ARM Linux (moved from r-help to r-devel)
On Fri, 11 May 2001, Cox, Terry (NEI) wrote:
> I am interested in your efforts to port R to ARM Linux. If you are
> successful, then I have a good reason to spend the money to buy a Compaq
> iPAQ.
I have compiled R-1.2.2 for arm-linux (iPAQ) on the skiffcluster, an ARM
compile farm accessible at
http://www.handhelds.org/projects/skiffcluster.html
and R-1.2.3 using cross
1998 Nov 06
1
DEC alpha INSTALLATION R-0.62.4
Hi,
Just downloaded the R-0.62.4 of R and tried to install it. With the
standard procedure :
./configure
make
At the end of the compilation I got the following message :
ld:
../lib/libunix.a(system.o): main: multiply defined
fort: Severe: Failed while trying to link.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
I attach the printout after the ./configure and make
1999 Mar 30
0
New SuSE rpms + DU 4.0 binaries
Hi,
I updated my R rpms for SuSE systems. They are now available both for
S.u.S.E 5.3 and SuSE 6.0 under
ftp://ftp.ci.tuwien.ac.at/pub/R/bin/linux/suse/
Additionally I put binaries for DEC Alpha systems running Digital Unix 4.0
under
ftp://ftp.ci.tuwien.ac.at/pub/R/bin/osf/osf4.0/alpha/
These packages are available as rpms and as a setld kit. setld is the
Digital Unix package maintanance
1998 Nov 19
0
SuSE RPMs available
Hi,
first versions of RPMs of R and its libraries for SuSE 5.3 are available
at CRAN:
ftp://ftp.ci.tuwien.ac.at/pub/R/bin/linux/suse/
I compiled it with gcc and g77 from egcs 1.1b.
There are still some problems:
+ the "event", "gnlm", ... libraries are missing (g77 complains about
wrong declarations)
+ "modreg" does not work (library contains
2000 Feb 08
0
extra flags for cc and f77 on alpha (PR#420)
Full_Name: Albrecht Gebhardt
Version: 0.99.0
OS: alpha, osf4.0
Submission from: (NULL) (143.205.180.40)
Im not sure if this is really correct, but it has proven to work.
1. It is always a good idea to add -std1 to DEC cc's flags to force
strict ANSI language mode. It was neccessary for 0.90.x to compile,
so I used it for 0.99.0 too
2. I'm not sure if -fpe3 is neccessary for DEC f77,
2001 Feb 07
1
Re: failed rpm installation of R 1.2-1 (fwd)
On Wed, 7 Feb 2001, Faheem Mitha wrote:
> Dear Albrecht,
>
> Just sent the following message out to r-help. Have you any idea what this
> problem could be?
>
> Sincerely, Faheem Mitha.
>
> ---------- Forwarded message ----------
> Date: Wed, 7 Feb 2001 00:04:35 -0500 (EST)
> From: Faheem Mitha <faheem at email.unc.edu>
> To:
1998 Mar 13
0
R-beta: modified "help.start()"
Hi,
this modified version of help.start() makes it possible to store R Documentation
on your (intranet) webserver.
This could be necessary if you run netscape and R from different systems on one
X11 display (if there is no $RHOME directory on the host running netscape).
help.start() <-
function (gui = "irrelevant", browser = "netscape", remote = NULL)
{
if
1999 Nov 23
1
compile error for mkString on alpha (PR#332)
Full_Name: Albrecht Gebhardt
Version: 0.90.0
OS: osf4.0
Submission from: (NULL) (143.205.61.73)
I had to apply the following patch to be able to compile on
an alpha with DU 4.0E:
###############################################
--- ./src/main/gram.y.mkString-patch Tue Nov 23 12:16:29 1999
+++ ./src/main/gram.y Tue Nov 23 12:16:59 1999
@@ -56,7 +56,8 @@
SEXP mkFloat(char *);
SEXP
2000 Jul 17
1
Makevars, PKG_CFLAGS, ...
Hi,
I'm searching for a way to override the default CFLAGS/FFLAGS (-g -02 in
my case) per package (e.g with "-g" for packages under development).
PKG_CFLAGS/PKG_FFLAGS is prepended to the remaining flags, so it can't
delete a globally set "-O2" flag.
Of course I can edit the global Makeconf file, but I was wondering if
there is a possibility to override variables from
2000 Jun 02
1
R.bin (1.1.0) gives segfault
During testing with R-devel on the alpha I just noticed (after misspelling
"bin/R" as "bin/R.bin") that R.bin segfaults. It accesses the empty R_HOME
variable and should better give an error instead of a crash:
a gdb output snippet:
...
Program received signal SIGSEGV, Segmentation fault.
0x3ff800d6a10 in strcpy ()
(gdb) backtrace
#0 0x3ff800d6a10 in strcpy ()
#1 0x1200efda0
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 >
2000 Jun 07
2
"clipping error in x11()" (PR#564)
There seems to be an error in the X11 display code:
try:
plot(c(-30000,-1,0,1,30000),c(30000,1,0,1,30000),type="l")
points(c(-30000,-1,0,1,30000),c(30000,1,0,1,30000))
it gives a big "V" as expexted. Now zoom in using small xlim and ylim:
plot(c(-30000,-1,0,1,30000),c(30000,1,0,1,30000),type="l",
xlim=c(-5,5),ylim=c(0,5))
1998 May 06
0
Compiling on SGI Irix 5.3
Hello,
I successfully compiled 0.61.3 on SGI Irix 5.3 (CC). But there is a
syntax bug in src/graphics/graphics.c. I append a diff. Please, have a
look wether the fix is correct! (I'm not shure :-)
Thanks for the SHELL variable in the Makefile's. Please, don't forget
about the problem with externally installed regular expression
libraries (e.g. librx). Perhaps you can improve the
2001 Jun 11
1
R-devel on alpha Tru64: cxml/dxml problem (PR#977)
Hi,
I just run a ./configure --enable-R-shlib; make; make check; with a recent
(11.6.2001) R-devel snapshot on Tru64 4.0F (with libcxml):
make check stops in base-Ex.R at:
> ###--- >>> `plot.window' <<<----- Set up World Coordinates for Graphics
Window>
> ## alias help(plot.window)
>
> ##___ Examples ___:
>
> ##--- An example for the use
1997 Nov 26
0
R-beta: library format for R-0.60
Currently I'm porting the spatial library from
"Venables W.N., Ripley, B.D. (1995): Modern applied statistics with S-PLUS,
Springer"
to R. Now it seems to work with R-0.50-a4, but I guess it has to be adjusted
when R 0.60 comes out.
So my questions are:
What changes will appear in library sources (directories, Makefile, help
page format)?
Can I get an unofficial pre-version
2006 Feb 01
1
akima 0.4-5, interpp() bug = COMMON block problem
Hi,
I'm currently hunting a bug in the akima library, especially in the code
behind the interpp.old function (bi-variate linear interpolation).
It is based on a triangulation algorithm, interpolation at a given point
needs to know the triangle which contains this point, then the
interpolation is a straightforward calculation based on the three
vertexes.
The problem is: Sometimes the triangle
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
2001 May 02
1
subdirs in package src dir
Sometimes I find it useful to put C or Fortran sources under subdirs of
"mypackage/src", especially to distinguish between my own files and
e.g. lapack or blas sources. To get this working I would need a Makefile
in my package which contains the appropriate dependencies to these sources
in subdirs.
But I don't want to add a complete Makefile, I want only a Makevars file
containing