Displaying 20 results from an estimated 5000 matches similar to: "R-beta: Problem with Ctrl-C"
1997 Nov 27
4
R-alpha: RData in batch
Just a word to mention that I have lost 2 hours yesterday to find out why
R refused to use a function from a package calling C-code.
R invariably answered that the C code was not in the load table (something
like this). I have tried everything (or nearly) to solve my problem
knowing that this same package used to work on my computer at the
university.
Finally, I found out that running the same
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 Jun 20
2
R-alpha: x11()-window resizing -- another problem pty='s' only works 2nd time
Can you confirm this problem :
###--------- RESHAPING x11() window has more problems: ----
x11()
plot(1:8)# as expected: <<<<<<<< NO Problem, if you OMIT this plot !!
##-- now RESHAPE the x11() - window !
par(pty = 's') # should make SQUARE plotting region
plot(1:8) #-- oops, not yet...
plot(1:8) # now !
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
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
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.
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
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 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
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 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
1997 Nov 22
3
R-beta: help ((message first bounced because of subject -- your admin.))
The help file provided within the rsept.zip is somewhat outdated
compared to the one available on http://www.stat.math.ethz.ch/R/manual/;
would it be possible to update the file for a more easy download instead
of having either to download individually or going online ?
Troels
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=---
r-help mailing list -- Read
1997 Nov 05
3
R-beta: Latex and R
Hello R users,
This question might be already discussed before, I apologize
if it is the case.
Simple... how can I do to include a figure in a latex document.
As I have already done in Splus, I tried this:
\begin{figure}
\special{psfile=gauss.ps .......}
\end{figure}
but it didn't work. Any help?
Thank you in advance.
PS: I let down the Mac and the MS Window platforms and I am back
to my
1999 Feb 25
1
HTML-documentaion on NT
Once you hae in stalled Guido's NT port of R it
is nice and easy to install the add-on packages too.
However, it would be nice to have links to the documentation
of the functions in all the packages from the "All Installed
Functions" html-page, and not have to go through each of
the packages.
Is there a utility somewhere to do this?
Bendix
\\\|///
1999 Jun 07
1
Problem with cluster analysis
I'm sorry if this is a trivial question.
My system is R 6.33 on Win98 with basic libraries plus the "cluster"
library.
I'm using "agnes" and "hclust" functions to perform cluster analysis on
big data sets.
Looking at the documentation for libraries "mva" and "cluster" I can't
find out a function like S-Plus "cutree" to get
2000 Jan 14
1
Error in dist command
Can anybody tell me why I get the following error:
Error in dist(airquality) : NA/NaN/Inf in foreign function call (arg 1)
Thanks,
Casper Frederiksen
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2000 Oct 24
1
dataset for classification ?
Hello to the R community,
which dataset(s) available in R is suitable to test the quality of a
classification tool ?
Thansk in advance,
--
Nicolas Baurin
Doctorant
Institut de Chimie Organique et Analytique, UPRES-A 6005
http://www.univ-orleans.fr/SCIENCES/ICOA/
Universit? d'Orl?ans, BP 6759
45067 ORLEANS Cedex 2, France
Tel: (33+) 2 38 49 45 77
2003 Mar 27
2
About ability of "allShortestPaths" function in e1071 package
Hello.
R's e1071 package has "allShortestPaths" function using Floyd's algorithm.
It is very useful for road network analysis. I'll try to analyze facility
allocation programs using this.
I'd like to know how much nodes this function can deal with?
And for larger nodes(for example million nodes), allShortestPaths employs
graph partition algorithm?
Regards.