Re: [R] emacs, Mac OS X, R

2004-09-24 Thread Ulises Mora Alvarez
Hi! Don't know about how to switch the keys (I suspect that if you take a look at the Emacs manual you'll find that's not difficult at all). But if you like to have different colors for R within Emacs you should use ESS (Emacs Speaks Statistics), which is available at

Re: [R] R in Linux Redhat 9.0

2004-09-13 Thread Ulises Mora Alvarez
Hi! Just open a terminal and type 'R'. Read the R-Intro will help you a lot. Regards. On Mon, 13 Sep 2004, Bryan Tseng wrote: Hi, my name is Bryan and I just installed R on my Redhat 9.0. I imported the key from the net as directed, and tested the integreity of the rpm package- it was

Re: [R] built-in Sweave-like documentation in R-2.x

2004-08-09 Thread Ulises Mora Alvarez
Hi! I'm not a developer, but you can take a look at the article Sweave, Part II: Package Vignettes in R-news Vol. 3/2, October 2003. Regards. On Mon, 9 Aug 2004, Khamenia, Valery wrote: Hi devels, i did not find at this page: http://developer.r-project.org/ideas.txt any

Re: [R] exporting high quality graphics from R in Mac OSX

2004-07-22 Thread Ulises Mora Alvarez
Hi! There is one more option that you may try: dev.copy2eps(file=file_name.eps) Good look. On Thu, 22 Jul 2004, Rob Knell wrote: Nope, sorry, I made a mistake - it's Office vX, native for OSX. I've had a look around and found quite a few complaints on the 'net about Word X claiming to be

Re: [R] WinXP developer asks: Tcl/Tk (Rcmdr) under OS X?

2004-07-11 Thread Ulises Mora Alvarez
Take a look at the aqua binary of Tcl/Tk at http://www.apple.com/downloads/macosx/unix_open_source/ Or you could try with the R binary of Jan de Leeuw (which includes Tcl/Tk) at http://gifi.stat.ucla.edu/pub/ Regards. On Sun, 11 Jul 2004, White, Charles E WRAIR-Wash DC wrote: It is my

Re: [R] Embarrassingly naive question regarding graphics on Mac OS X

2004-07-03 Thread Ulises Mora Alvarez
Hi, Mathew! Once you are done with your graphic dev.copy2eps(file=some_name.eps) If you/like another format, take a look at ?dev.copy Regards. On Sat, 3 Jul 2004, Matthew Cohen wrote: I am having trouble saving graphs. Using the Aqua interface (which is not my preferred interface), I

Re: [R] RGL on Mac OS X

2004-07-01 Thread Ulises Mora Alvarez
Hi! I can't tell you much about the problem that you are describing below. However, I can tell you the following: - I downloaded the R sources for 1.9.1 - I compiled R following the instructions of the RMacOS-FAQ - Then, after launching R from a terminal with 'sudo R', I downloaded and

Re: [R] MacOS X binaries won't install

2004-06-30 Thread Ulises Mora Alvarez
Hi! I'm afraid we need some more bits of information. Do you have administrative privileges?, which version of R are you trying to install?, Have you read the RMacOSX FAQ? On Tue, 29 Jun 2004, Ruben Solis wrote: I've tried installing the MacOS X binaries for R available at:

Re: [R] R via ssh login on OS X?

2004-06-28 Thread Ulises Mora Alvarez
Hi! If you are trying to log in from another Mac to the G5 there are some details to bear in mind, though. If you are indeed trying from a Mac, I'd suggest you to launch your local X server; then, from an xterm 'ssh -X...' to the G5. Of course, if the sshd on the G5 is configured so that its

Re: [R] gui for MacOS X / Aqua

2004-06-23 Thread Ulises Mora Alvarez
Hello, Yes, indeed. All you have to do it's: launch your X server (take a look at your /Applications/Utilities folder), and then launch R from an xterm. If you don't have your X server installed, take a look at the RAqua-FAQ and the R-FAQ on CRAN. If you need more help, please don't hesitate

Re: [R] anova

2004-06-23 Thread Ulises Mora Alvarez
Hi! options(digits = 5) Good look. On Wed, 23 Jun 2004, fciclone wrote: Could someone please tell me if it is a way to define the number of decimals (for example 4 digits) in a presentation of anova() results. I couldn't apply round ()function. Thanks in advance. Alex

Re: [R] Html help does not work in Mac OSX 10.3.4

2004-06-21 Thread Ulises Mora Alvarez
Hello! If I launch R from a console I get: R : Copyright 2004, The R Foundation for Statistical Computing Version 1.9.0 (2004-04-12), ISBN 3-900051-00-3 help.start() Making links in per-session dir ... If /usr/bin/open is already running, it is *not* restarted, and you must switch to its

Re: [R] Html help does not work in Mac OSX 10.3.4

2004-06-20 Thread Ulises Mora Alvarez
Hello: You are damn right! I haven't noticed because I rarely use the html help. I will be working on. I'll let you know. Regards. On Fri, 18 Jun 2004, Emilio A. Laca wrote: I recently upgraded from R 1.8 to 1.9. I removed 1.8 following the instructions. Html help has not worked since.

Re: [R] running R UNIX in a mac computer

2004-06-10 Thread Ulises Mora Alvarez
Hi: Please tell us: which Mac OS are you using? If you are using any of the 10.x, then you should download R-1.9.0 at: http://cran.us.r-project.org/bin/macosx If you have anything older (MacOS 9 or lower), then you should visit: http://cran.us.r-project.org/bin/macos Regards... On Thu, 10 Jun

Re: [R] running R UNIX in a mac computer

2004-06-10 Thread Ulises Mora Alvarez
for a couple of days already! On Thu, 10 Jun 2004, Ulises Mora Alvarez wrote: Hi: Please tell us: which Mac OS are you using? If you are using any of the 10.x, then you should download R-1.9.0 at: http://cran.us.r-project.org/bin/macosx If you have anything older (MacOS 9 or lower

Re: [R] Printing Lattice Graphs from Windows

2004-06-06 Thread Ulises Mora Alvarez
Hi! Take a look at the help pages of 'dev.print', 'dev.copy' and 'dev.copy2eps'. These functions are very simple to use and, depending on your system, give you a lot of choises. Regards. On Sun, 6 Jun 2004, Charles and Kimberly Maner wrote: Hello. I have researched this topic and have

Re: [R] X/Emacs and R in Linux

2004-06-01 Thread Ulises Mora Alvarez
Hi! Perhaps you should try with Paul Johnson's RPM's at: http://lark.cc.ku.edu/~pauljohn/software/favoriteEmacsFiles/ Good look. On Tue, 1 Jun 2004, Dan Bolser wrote: Martin Maechler said... lanceh == lanceh lanceh at ibm.net writes: lanceh Sorry if this is a redundent

Re: [R] installing R on Fedora Core 2 test 2

2004-05-24 Thread Ulises Mora Alvarez
Hello: Please give more info, how did you proceed?, when you install/upgrade Fedora what kind on instalation did you made? A few days ago I upgrade my computer from FC-1 to FC-2 (workstation). After that, I install the binaries (from CRAN) and everything went just fine. On Mon, 24 May 2004,

Re: [R] Accents in R

2003-11-17 Thread Ulises Mora Alvarez
Hello! If you are using a GNOME-Terminal or if you are running R inside Emacs just make yourself sure that you change the UTF-8 encoding before starting R. On Mon, 17 Nov 2003, Salvatore Barbaro wrote: Cf. expression() On Monday 17 November 2003 17:14, Xavier Fernández i Marín

Re: [R] R program for MacOS9.2.2

2003-07-19 Thread Ulises Mora Alvarez
Hi! Since I'm not using the Carbon version of R, I haven't seen those errors before. But take a look at the 'R FAQ' and the 'R for Macintosh FAQ/DOC', booth available at cran. Good look. On Sat, 19 Jul 2003, Mark and Jenny wrote: Having trouble with this program which I have just

Re: [R] 0 margin for creating eps files

2003-05-27 Thread Ulises Mora Alvarez
Hi! You may try (from the R help): dev.print(postscript, file = some_name.eps, horizontal = FALSE, onefile = FALSE, paper = special) On Tue, 27 May 2003, Rishabh Gupta wrote: Dear all, I am trying to create eps files of R plots (in Linux) so that I can import them into Word

[R] Fink-ed R-base 1.6.2's lm() OK on G3 iBook

2003-04-04 Thread Ulises Mora Alvarez
Hi: As a follow up on fink-ed R running on a G3 iBook: As some folks suggest, I move from r-base-atlas to r-base using fink. As far as I can tell R is working OK now. Machine: iBook G3 700 MHz OS: 10.2.4 fink: Package manager version: 0.12.1; Distribution version: 0.5.1.cvs Version: R 1.6.2

Re: [R] Can't run regression on G3 Mac

2003-04-01 Thread Ulises Mora Alvarez
Hi: Install R using fink doesn't help. I installed r-base-atlas 1.6.1-3 with fink on an IBook G3 and I'm getting the same behavior. Whenever I try to get a lm or an aov R quits with Illegal instruction. Maybe is a bug. Regards. On Tue, 1 Apr 2003, Peter Muhlberger wrote: Hi, I'm new to R.

[R] manuals source (i.e. *.tex) files

2003-03-11 Thread Ulises Mora Alvarez
Hi: I've installed R 1.6.1 using fink to compile it. I like to have a look at the manuals source files for latex (i.e. the *.tex files for r-intro, etc.). I have made a search in my computer, I find the *.tex file for the help files but not for the manuals. Where can I find them? Regards.

Re: [R] R problems

2003-02-27 Thread Ulises Mora Alvarez
On Thu, 27 Feb 2003, Jan de Leeuw wrote: Janet installed the binaries from gifi, which use newer versions of ncurses and readline (in the unstable tree from fink). === Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of