Displaying 11 results from an estimated 11 matches for "absd00t".
2001 Sep 25
2
hpux10.20 build for R-1.3.1
Hello,
I am trying to build R-1.3.1 on hpux10.20 with gcc and HP's
fort77. here is my configure:
./configure --prefix=/home/absd00t/local --with-readline
--with-gnome=no --with-f77=fort77
I also set CXXFLAGS= -I/usr/include/Motif1.2 -I/usr/include/X11R6
-I/home/absd00t/local/include
and LIBS= -L/home/absd00t/local/lib
so that readline.h and libs would be found. I have parts of gnome libs so I
need to set --with-gnome=no.
This...
1999 Mar 08
1
March7th R-devel,hpux10.20,egcs-2.93.03 19990124
...talls OK.
4). library(help = eda) gets me
Error: No documentation for package `eda'
This seems to be happening because system.file("INDEX", help, lib.loc)
in library returning NULL. debugging system.file show that
present <- file.exists(FILES)
gets FALSE. FILES=
"/home/absd00t/local/lib/R/library/eda/INDEX//home/absd00t/local/lib/R/library"
if just execute
file.exists("/home/absd00t/local/lib/R/library/eda/INDEX")
then it returns TRUE. (I know the help files and INDEX are all out
there). Any idea why this library overall help is not working? Help on
idiv...
1999 Apr 12
1
R-0.65-April-12 on hpux10.20
...ooks like demo("dyn.load") is broken for non ".so" extentions.
> demo("dyn.load")
demo(dyn.load)
---- ~~~~~~~~
Type <Return> to start :
> dyn.load("zero.so")
Error in dyn.load(x) : unable to load shared library "/home/absd00t/zero.so":
can't open /home/absd00t/zero.so
>
It looks like zero.R problem. It is looking for zero.* in my home
dir. If I do :
~>R COMPILE zero.c
gcc -I/usr/include/Motif1.1 -I/usr/include/X11R4 -I/home/absd00t/local/include -fpic -I/home/absd00t/local/lib/R/include -c zero.c -o ze...
1998 Nov 16
2
0.63 missing .pl files in etc?
Just grabbed the R-0.63.tar.gz from CRAN. Again during the build make
fails. bin/build-help did not have exec permissions. After that, it
failed for missing *.pl files called from build-help. I just copied
them from an R-devel I had. Then make docs worked. However,
LibIndex was not built. I am on an hpux-pa1.1-hpux-10.20 using egcs:
gcc version egcs-2.92.18 19981101 (gcc2 ss-980609 experimental)
1998 Nov 16
2
0.63 missing .pl files in etc?
Just grabbed the R-0.63.tar.gz from CRAN. Again during the build make
fails. bin/build-help did not have exec permissions. After that, it
failed for missing *.pl files called from build-help. I just copied
them from an R-devel I had. Then make docs worked. However,
LibIndex was not built. I am on an hpux-pa1.1-hpux-10.20 using egcs:
gcc version egcs-2.92.18 19981101 (gcc2 ss-980609 experimental)
2000 Mar 22
4
R-release dynamic load problem on HPUX10.20
Hello,
I just pulled the patched release:
R-release Version 1.0.0 Patched (March 19, 2000), on HPUX10.2
I am having dynamic library load problems. I configured with:
./configure --prefix=/home/absd00t/local --with-readline --with-x
After changing etc/Makeconf to take -lblas out of libs (the blas
library provided by the system is not a shared library), system was
built without any interruptions. But when I do
library(modreg)
I get :
Error in dyn.load(x, as.logical(local), as.logical(now)) :...
2000 Aug 11
2
R-devel Aug-09 1.2.0 build on hpux10.20
...quot; for some demos, "help()" for on-line help, or
"help.start()" for a HTML browser interface to help.
Type "q()" to quit R.
> library(modreg)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "/home/absd00t/R-devel/library/modreg/libs/modreg.sl":
can't open /home/absd00t/R-devel/library/modreg/libs/modreg.sl
Error in library(modreg) : .First.lib failed
>
First checked the lowessc.c routine and it had F77_SUB(...) but I
could not find a macro for that in the include files. There was
F77...
1998 Dec 07
1
R-0.63.1 library() command
Hello,
I just installed 0.63.1 (from diffs, patch seemed to work OK). I just
noticed that library() command is behaving differently. It is
outputting one line a time and I have to hit the "q" key to advance a
single line ! library(help=modreg) seems to be working OK. So are
other help commands (e.g. ?library). I can use less directly on the
LibIndex file without any problems (pages
2001 Jan 10
1
virus
To win*/NT users:
I just recieved a mail from r-help with a virus attachment. I am on
an unix system but our mail server deleted the message anyways. here it is:
Received: by stat.math.ethz.ch (8.9.1/8.9.1) id RAA27614
for r-help-gang-use; Wed, 10 Jan 2001 17:01:56 +0100 (MET)
Received: (from daemon at localhost)
by stat.math.ethz.ch (8.9.1/8.9.1) id RAA27412
for
1998 Sep 16
2
R-beta: (0+0i)^2
The following behaviour (in R 0.62.3) is disturbing:
> (0+0i)^2
[1] NaN+NaNi
Is it deliberate??
Laimonis Kavalieris
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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:
1998 Sep 16
2
R-beta: (0+0i)^2
The following behaviour (in R 0.62.3) is disturbing:
> (0+0i)^2
[1] NaN+NaNi
Is it deliberate??
Laimonis Kavalieris
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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: