search for: fredrigl

Displaying 9 results from an estimated 9 matches for "fredrigl".

Did you mean: fedrigo
1998 Oct 16
1
Compiling on a Red Hat 5.1 system
...aving problems compiling R-0.62.3 on a Red Hat 5.1 Linux system. I'd be happy if someone could point out for me where to look to fix the problem. I've included the output from the compiling below. Thanks for any help. Fredrik make -f Makefile.2nd all make[1]: Entering directory `/home/fredrigl/R-0.62.3' Building R cd src; make R make[2]: Entering directory `/home/fredrigl/R-0.62.3/src' Extracting foreign function symbols cd graphics; make make[3]: Entering directory `/home/fredrigl/R-0.62.3/src/graphics' make[3]: `../lib/libgraphics.a' is up to date. make[3]: Leaving dire...
1997 Nov 17
0
R-beta: Shared libraries on AIX
...at.h:107: parse error before `}' make: 1254-004 The error code from the last command is 1. Now, I commented out the line `#include <fcntl.h>' in `Defn.h', and the compiling went fairly smooth. That is, I got the following error message: gcc -g -fpic -I/usit/spfs/math-u1/fredrigl/R-0.50-a4/include -c hclust.c ld: 0711-327 WARNING: Entry point not found: __start ld: 0711-244 ERROR: No csects or exported symbols have been saved. make: 1254-004 The error code from the last command is 8. Next, I want to dynamically load some shared libraries. This is what I do: sp09 69>g...
1999 Apr 26
3
Invoking shell commands from within R
In S-Plus, one can invoke a shell command by prepending it with a "!", e.g.: > !ls Is something similar available in R? Is it possible to execute shell commands from within R? Fredrik -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
1998 Oct 01
2
R-beta: dyn.load() on a Linux Red Hat 3.0.3 system
I'm trying to install R on a Red Hat 3.0.3 system, but cannot seem to get dyn.load() to fuction. The configure script says: checking for dlopen in -ldl... no And compiling fails at ../lib/libunix.a Any suggestions? What should I do to be able to use dyn.load()? I cannot upgrade the system to a higher version of Red Hat, but I will probably get away with installing some new
1997 Jul 09
1
R-beta: Problem with `rpois'
There is a problem with `rpois'. It does seem to take care about the order of the arguments. This is an example: > rpois(n=1,lambda=2) [1] 3 > rpois(lambda=2,n=1) [1] 2 0 It obviously uses the first argument as the number of samples to be drawn, which is wrong. I used Version 0.49 Beta (April 23, 1997). Fredrik
1997 Jul 09
1
R-beta: Problem with `rpois'
There is a problem with `rpois'. It does seem to take care about the order of the arguments. This is an example: > rpois(n=1,lambda=2) [1] 3 > rpois(lambda=2,n=1) [1] 2 0 It obviously uses the first argument as the number of samples to be drawn, which is wrong. I used Version 0.49 Beta (April 23, 1997). Fredrik
1997 Apr 14
1
R-beta: arima
Has anybody ported the `arima'-package to R? I'm specially interested in the `arima.mle'-thingy. Fredrik =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To:
1997 Apr 24
1
R-beta: Inf
I read in the FAQ that `Inf'-values are not supported in R. I find this kinda awkward, as I use `Inf' quite often in S-Plus, and hence need to rewrite my programs to fit them into R. Is R planned to support `Inf' in the near future? Fredrik =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read
1997 Nov 21
0
R-beta: R on IBM RS6000/AIX
Are there anybody at all that use R on IBM RS 6000 machines running AIX? I would be happy to talk to you in that case. I have successfully (I think) managed to install R, however I cannot figure out how to `dyn.load' external C functions. Any help will be appreciated. Fredrik =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--- r-help mailing list -- Read