Displaying 20 results from an estimated 20000 matches similar to: "R-beta: perl warnings during make"
1998 Jan 07
1
R-beta: image
Questions on image:
1) How can I put labels on the x and y axes?
2) How to tell it to use e.g. 32 grey levels (not some colour map)?
3) How to know what the legend is (i.e. each grey level = what z value)?
Thanks very much for any help.
BTW I was wondering if persp was on the To Do list. That would be great!
Bill Simpson
1998 Jan 23
1
R-beta: image has white horiz lines
I have attached an image file created by R. The image has white
horizontal lines between the cells. The image looks OK in the R Graphics
window, but has the horiz lines when viewed in Ghostview (after using
save.plot) or when printed out using print.plot.
There appears to be a problem with the image code (maybe this will go away
in the new version). I am running under Linux and am using 61.1.
1998 May 07
3
R-beta: scripting with R?
I've been playing with R for a while using emacs ESS. I've started to
like it a
lot ( the beautiful S language was unknown to me before I dumped into R)
I want to make some scripts to automate the display of some statistics
on web pages. I started to look for ways of using R in a scripting
environment
but I could not find information on this. Is there a way to call R with
command prompt
1998 May 07
3
R-beta: scripting with R?
I've been playing with R for a while using emacs ESS. I've started to
like it a
lot ( the beautiful S language was unknown to me before I dumped into R)
I want to make some scripts to automate the display of some statistics
on web pages. I started to look for ways of using R in a scripting
environment
but I could not find information on this. Is there a way to call R with
command prompt
1998 May 21
1
R-beta: Problem instaling e1071
I was trying to install e1071 and the compilation failed. Can some of
you R gurus help me with this...
thanks
pedro
----
Installing package `e1071' ...
libs
gcc -g -fpic -I/usr/local/R/include -c pgm.c -o pgm.o
pgm.c:19: pgm.h: No such file or directory
make: *** [pgm.o] Error 1
cp: src-c/*.so: No such file or directory
R
DONE
-----
Pedro Vale Lima
Dep. Chemical Eng.
1998 May 29
1
R-beta: multiv package from CRAN
Hallo Friedrich,
I have read your announcement, downloaded and installed it in R-0.61.3.
But now I have problems :)
> hc <- hierclust(dist(t(pollen)), method=3)
Error in pmatch(x, table) : argument is not of mode character
> hc <- hclust(dist(t(pollen)))
> members(hc)
Error in .Fortran("assgn", n = as.integer(n), nplus1 =
as.integer(nplus1), : C/Fortran function not in
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 Jun 19
2
R-beta: INSTALL
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 1515 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980619/2b2103c8/attachment.pl
1998 May 11
2
R-beta: Corrections to documentation
Thanks to Peter Dalgaard's message, I learned a bit more about the 'par'
function and rewrote my HTML help file accordingly. Is it appropriate
to submit such changes somewhere to improve the documentation? I would
also be willing to write some missing documentation as well.
Dr. Jim Lemon
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing
1997 Jun 09
1
R-beta: compiling R under HP-UX
Hi,
I've trouble compiling R-0.49 (with both patches applied) on a
HP-UX sim B.10.20 A 9000/819 machine:
ranlib ../lib/libappl.a
cd regex; make
c89 -Ae -g -I../include -DPOSIX_MISTAKE -c regcomp.c
cc: warning 422: Unknown option "-Ae" ignored.
cc: "../include/regex.h", line 50: error 1000: Unexpected symbol: "regoff_t".
cc:
1997 Dec 11
1
R-beta: New R.60.1 build on hpux10.2
I justgot the 0.60.1 version from CRAN. Build stopped at
src/unix/system.c compile for failing to find the include file for
readline. I just added the needed additional include, and it worked OK.
Trying to build the help system, I it stops right away with :
Can't locate File/Basename.pm in @INC at ../../etc/build-help line 10.
Now I have perl4.019 and perl5.002, perl5. None works. Do I need a
1997 Jun 17
1
R-beta: Problem with Ctrl-C
I have a minor problem with R-0.49 on RedHat Linux 2.0.
When I interrupt R with Ctrl-C, it only works the first time. If I happen
to do this at a further occasion, nothing happens: calculation goes on as
if I had pressed nothing.
What is your experience?
Thanks, Philippe
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-help mailing list -- Read
2005 Feb 22
6
Run Sweave and LaTeX directly from command line
Hello!
Those of you, who use Sweave a lot, will probably find my shell script
usable. You can get it at:
http://www.bfro.uni-lj.si/MR/ggorjan/programs/shell/Sweave.sh
No warranty, however don't hesitate to contact me if you find an error or
have a patch!
--
Lep pozdrav / With regards,
Gregor GORJANC
---------------------------------------------------------------
University of
2004 Mar 12
4
Sweave and R output: possible to suppress "Schunk" tags in *.tex file output?
Hello,
I would like to fill the rows of a Latex tabular environment with output from
R, as in
\begin{table}
\caption{Table caption.}
\label{tab:events}
\begin{tabular}{c r r r r r}
\hline
<<echo=false,results=tex>>=
fill.my.table.rows()
@
\end{tabular}
\end{table}
Sweave produces the output inside \begin{Schunk} and \end{Schunk} commands,
which latex doesn't
2002 Jul 10
2
incorrect URL (PR#1764)
Hi -
a tiny bug report:
the list of mirror sites given at www.r-project.org/
mentions
http://cran.mirror.aarnet.edu.au/
This domain does not exist (well, from Western Australia
netscape says the domain doesn't exist) but I found
the mirror at
http://mirror.aarnet.edu.au/pub/CRAN/
regards
Adrian Baddeley
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2002 Jul 10
2
incorrect URL (PR#1764)
Hi -
a tiny bug report:
the list of mirror sites given at www.r-project.org/
mentions
http://cran.mirror.aarnet.edu.au/
This domain does not exist (well, from Western Australia
netscape says the domain doesn't exist) but I found
the mirror at
http://mirror.aarnet.edu.au/pub/CRAN/
regards
Adrian Baddeley
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
1998 May 27
2
A problem of etiquette
Perhaps, the question is silly. But, I prefer asking it before making a
mistake.
I have just packed a binary distribution of R for Windows3.1/Win32s.
It is equivalent to the previous one for Win95/NT (R-0.61.3 +
many of the available packages) and it is compiled with egcs-mingw32
(GPL not a commercial compiler).
Now, in preparing the README, I put the following sentence:
2002 Mar 07
5
mailing list archive
Dear R help users:
I have set up a r help mailing list archive based on mysql which support
full text search and auto-update.
Please visit http://www.baidao.net/r/maillist/index.cgi . I hope you could
provide me bug reports and suggestions.
I will add r_dev and r_announce mailing list as soon as possible.
Thanks in advance!
eLan
1998 Mar 25
2
R alpha/beta naming
Read this morning
>>> R : Copyright 1998, Robert Gentleman and Ross Ihaka
>>> Version 0.61.2 Alpha (March 15, 1998)
-----
So, there still is no "R beta" around....
- If I didn't know R, would I use a statistics software, if it was still
in alpha testing state?
- Is this really what we want to tell people about R?
More to the point:
I think, we could