similar to: incorrect URL (PR#1764)

Displaying 20 results from an estimated 6000 matches similar to: "incorrect URL (PR#1764)"

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
2000 Feb 11
1
Help System (PR#428)
Dear R developers, sorry about the empty bug-report that I seem to have filed earlier. (I wrote it via `bug.report()' from within R using `emacsclient'. I wasn't aware that I have to save the file after pressing C-x # and before sending it.) Hopefully this time it will work...... I noticed the following problem with the on-line help system: 1) I start an R session and type
2002 Oct 10
3
Sweave (PR#2142)
In the 'RWeaveLatexSetup' function in the 'tools' package in R 1.6.0 , the code below does not work (pdflatex can't find 'Sweave.sty'): if (stylepath) styfile <- file.path(R.home(), "share", "texmf", "Sweave") else styfile <- "Sweave" In R 1.5.1, that was: if(stylepath) styfile <-
2000 Mar 03
2
Re: [Omega-devel] StatDataML
Hi, I just had a very quick look at the StatDataML proposal --- nice work! At the risk of showing my ignorance, I want to mention my first impressions. My first impression is that defining datasets in terms of arrays and list is a bit too high a level. What about simpler vectors, scalars? (I know that R/S don't have scalars, but other systems/applications do.) Can we think of a core
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 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
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.
2003 Nov 17
1
Fwd: License Agreement
*********************************************************** Sigrid M. Volko, Ph.D. Assistant Director Office of Licensing and Technology Development Johns Hopkins University 100 N. Charles Street, 5th Floor Baltimore, MD 21201 phone: 410-516-4962 fax: 410-516-5113 This e-mail message (including any attachments hereto) is for the sole use of the intended recipient(s) and may contain confidential
1999 Nov 08
2
archive of the mailing list?
Is there an archive of the mailing list? If so could someone please give the site address? Jan -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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: r-help-request at
2000 Feb 23
1
Console font size
It is posible to change the console font size? What in the funtion needed? Tanks in advance Eusebio -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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: r-help-request at
2003 Jun 25
2
dendrograms
Hello all, I am using libraries (mva,cluster) to produce dendrograms. With 1000 examples the dendrogram gets too crowded, and i am wondering whether there is an option (which i cannot find) to set the number of leaf nodes, like in matlab, and return the plot and the assignment map examples -> leaf nodes. Any suggestion is appreciated. Thanks Edo
2002 Oct 10
1
CRAN mirror
Hi how I must make to officialize my mirror in the main R website? My CRAN's mirror is sited in Federal University of Vi?osa in Minas Gerais State - Brazil. The address is: http://www.termix.ufv.br/CRAN It is diary updated Bie Ronaldo -- Q: How does a hacker fix a function which doesn't work for all of the elements in its domain? A: He changes the domain. -- | //|\\
2003 Jan 12
1
Loops Sweave and Many Figures
Is it any way? This code doesn''t work: %%%%%%%%%%%%%%% \multido{}{10}{ <<fig=T>>= ... @ } %%%%%%%%%%%%%%% Or: %%%%%%%%%%%%%%% <<1, fig=T>>= ... @ <<>>= <<1>> @ %%%%%%%%%%%%%%% Serguei Baranov, MSc. Max-Planck-Institut fur Molekulare Genetik Abteilung Lehrach, room 2.112 Ihnestrasse 73 14195 Berlin-Dahlem Germany Tel. 49-30-8413-1667 Fax.
2003 Dec 04
2
passing par() options to pdf under Sweave
I'm using Sweave to generate LaTeX output from R. Thank-you very much for this capability. It is very useful. Could someone please tell me how to pass non-default graphics parameters from par() to the pdf driver when it is called by Sweave? (I need to change some of the margin defaults. ) Hoping there is an easy solution to this question, Anne York
1999 Mar 23
1
R-0.63.3 package on IRIX 6.5 machine (PR#145)
Hi, I installed R-0.63.3 version on SGI machine running IRIX 6.5. Machine details: 319 <mind.krasnow.gmu.edu:R-0.63.3> uname -a IRIX64 mind 6.5 07271714 IP27 I used gcc (egcs1.1.1) and g77 combination. I use the GNU make rather than the sgi make. I went through your help mailing list and found that I have to edit the Mathlib.h file in src/include directory to undefine certain definitions
2000 Sep 29
2
Matrix inversion
I cannot find what is the function label for matrix inversion in R. I have found 'ginv' for the moore-penrose in the MASS package, but there is probably a simple inversion operator in the base package. Where can I find it? ____________________________________________ Yvonnick Noel, PhD. University of Lille 3 Department of Psychology F-59653 Villeneuve d'Ascq Cedex (+33) 320 41 63 48