similar to: Compiling on SGI Irix 5.3

Displaying 20 results from an estimated 500 matches similar to: "Compiling on SGI Irix 5.3"

1998 Jun 06
0
Strange Error on AIX
>>>>> "Janusz" == Janusz Kawczak <jkawczak@fisher.stats.uwo.ca> writes: [You wrote to "owner-r-help@...." -- that's just me (MM); why did you not use the mailing list ? (R-devel or R-help)] Janusz> Hello, I am getting this 'strange' message when running the R Janusz> program on AIX 4.2.1. I have not had any problems with the
1998 May 06
1
Once more: Compiling on SGI Irix 5.3
I forgot: "make docs" for LaTeX doesn't collect any information about the functions. So in Man.dvi the appendix C is empty. A Bug?? -- ====================================================================== Hubert Palme Bergische Universitaet-Gesamthochschule Wuppertal Computing Center D-42097
2017 Aug 14
0
Issues of R_pretty in src/appl/pretty.c
>>>>> Suharto Anggono Suharto Anggono via R-devel <r-devel at r-project.org> >>>>> on Fri, 11 Aug 2017 17:11:06 +0000 writes: >>>>> Suharto Anggono Suharto Anggono via R-devel <r-devel at r-project.org> >>>>> on Fri, 11 Aug 2017 17:11:06 +0000 writes: > See
2017 Aug 11
2
Issues of R_pretty in src/appl/pretty.c
See https://stat.ethz.ch/pipermail/r-devel/2017-August/074746.html for the origin of the example here. That pretty(c(-1,1)*1e300, n = 1e9, min.n = 1) gave 20 intervals, far from 1e9, but pretty(c(-1,1)*1e300, n = 1e6, min.n = 1) gave 1000000 intervals (on a machine), made me trace through the code to function 'R_pretty' in https://svn.r-project.org/R/trunk/src/appl/pretty.c . *lo is
2017 Aug 18
1
Issues of R_pretty in src/appl/pretty.c
Examples similar to pretty(c(-1,1)*1e300, n = 1e9, min.n = 1) with smaller 'n': pretty(c(-1,1)*1e304, n = 1e5, min.n = 1) pretty(c(-1,1)*1e306, n = 1e3, min.n = 1) A report on 'pretty' when working with integers, similar to what led to change of 'seq' fuzz, is https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15137 -------------------------------------------- On Tue,
1998 Mar 13
1
Fwd: R-beta: Printing
Hmm... Are my questions too simple or too difficult? Anyway, I try it once more... -------------- next part -------------- An embedded message was scrubbed... From: palme at uni-wuppertal.de (Hubert Palme) Subject: R-beta: Printing Date: Tue, 10 Mar 1998 16:58:35 +0100 (MET) Size: 2755 Url: https://stat.ethz.ch/pipermail/r-help/attachments/19980313/12e3bfea/attachment.mht -------------- next
1998 Mar 12
1
R-beta: POSIX regular expressions not available !?
When trying grep(), I get the following: > grep("[a-z]", letters) Error in grep(pattern, x, ignore.case, extended, value) : POSIX regular expressions not available I can't find any pointer in the installation kit. How can I configure R to make it "avaliable"? I run R in an Irix 5.3 system. Thanks in advance! --
1998 May 18
1
Another compatibility problem S => R
Hello, after the line cat("%",as.character(as.name(match.call())), "\n%\n", file=fi, append=T) R complains about Error in as.name(x) : character argument required Is it sufficient to delete as.name()? After doing that, R complains Error: comparison is possible only for vector types Don't know which function call. Can you give me a hint how to debug it? There
1998 May 13
2
R-beta: package ported from S to R
Hello, I'm trying to port the S package "print.display" to R. The porting procedure seemed to work, but when I say library(print.display) or library("print.display"), then none of the functions is available. May be, it's because of the dot in the package name? What could have happened? The help information is available. BTW: How can I look up wether the package is
1998 May 13
2
R-beta: package ported from S to R
Hello, I'm trying to port the S package "print.display" to R. The porting procedure seemed to work, but when I say library(print.display) or library("print.display"), then none of the functions is available. May be, it's because of the dot in the package name? What could have happened? The help information is available. BTW: How can I look up wether the package is
1998 Mar 10
0
R-beta: Printing
Hello, may be I'm stupid, but I don't understand the documentation concerning printing. 1. How can I print a (nice) listing of any (non graphic) results? 2. What is the difference between "print(object)" and "object" (the direct call)? 3. Which commands are concerned by the "printcmd" option (resp. how can I print PostScript graphics directly)? Another
1999 May 07
0
Printing the Manual from the Debian Package Contents
Hi, I've installed the Debian (slink) package r-base 0.63.3-1. There are lots of *.tex files in /usr/lib/R describing all the functions and packages. There must be a canonical way to collect those files and print a manual with LaTeX. Can anyone help me? (Debian package maintainers?) Thanks in advance, -- ====================================================================== Hubert Palme
1998 Mar 18
1
POSIX regular expressions on Irix 5.3
Hello, I installed R on an Irix 5.3 system. Obviously the Irix libraries don't contain functions for POSIX regular expressions. Is it possible use the regex, or better rx libraries from GNU, and how can I do it? Or do I have to live without functions using POSIX regular expressions (e.g. apropos, methods)? I have no GCC and I won't install it ... Thanks in advance, --
1998 May 07
2
R-beta: 0.61.3: Problems on DEC Unix 4.0
Hi, 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 character is present in a string literal.
1998 May 07
2
R-beta: 0.61.3: Problems on DEC Unix 4.0
Hi, 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 character is present in a string literal.
1998 Mar 18
1
Strange Results of summary()
--l4Siqd0eqV Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, I run the following job. Please, compare the results of summary and table concerning berufl. From similar SPSS/PSPP runs, the result of table is correct. Did I misunderstand anything or is there a bug? What does the difference come from? What does '(other)' mean? What about the strange
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
2003 Dec 01
0
No subject
Are you using wins? Try lmhosts for the start? Are all machines on the same subnet? Just a few hints to start with ... Christian > > > I have absolutely no clue what I could do to fix it. The only solution I > can think of, is to downgrade to redhat 6.2. > > Your help would be greatly appreciated. > > Stefan Kaes > > portax.com GmbH > Zielstattstrasse 40, Geb.
1998 Jan 13
0
funny axis ranges; GPretty(.) vs. pretty(.) and all that...
[This is something like a bug report; maybe somewhat longish & technical ..] As an introduction, just try the following code (it should work both in R and S). I think it screws up the postscript() driver both for S and R, but this is not the issue here. is.R <- function() { ## returns 'TRUE' iff we are using 'R' exists("version") && !is.null(vl
2011 Jun 14
1
Per-user "Seen" flags on public folder
Dear all, sorry to bother the list again, I have a small configuration issue again with public (shared) folders. These folders should have per-user Seen flags, so I configured: namespace { type = public separator = . prefix = public. location = maildir:/var/mail/public:INDEX=%u/public subscriptions = no list = children } But this only seems to work with my account (presumably as I