Re: [R] lattice error

2003-10-19 Thread Rob J Goedman
I started to notice this when I moved to 1.8.0 and e.g. load MASS. Rob On Sunday, October 19, 2003, at 02:31 PM, Martin Wegmann wrote: Hello, I tried to open lattice, but I get the following error: library(lattice) Error in loadNamespace(i, c(lib.loc, .libPaths()), keep.source) : packa

Re: [R] Tiger problems

2005-05-31 Thread Rob J Goedman
Thomas, This is explained on Simon's R Wiki page ( http://wiki.urbanek.info, look under TigeR and troubleshooting tips). It'll occur in both R.app and when running R from the terminal. Rob On May 31, 2005, at 4:37 PM, Thomas Davidoff wrote: I get the following when I try to run R from the

Re: [R] saving in Tiger (Mac users)

2005-06-01 Thread Rob J Goedman
Fabrice, Which version of R/R.app are you using? If you're not using the latest version (R-2.1.0a.dmg), can you upgrade and try it again? Rob On Jun 1, 2005, at 12:38 PM, Fabrice De Clerck wrote: Hello- I am relatively new to the R community and have been playing with the program for ab

Re: [R] Problems with R on OS X

2005-07-11 Thread Rob J Goedman
Hi Heinz, Can you send me your version of: '~/Library/Preferences/org.R- project.R.plist'? Most Mac OS questions are posted/answered on R-SIG-Mac. Thanks, Rob On Jul 11, 2005, at 2:42 AM, Heinz Schild wrote: > I used R on OS X 10.3x quite some time with no serious problems. > Sometimes R s

Re: [R] Importing data from clipboard on Mac OSX

2006-08-27 Thread Rob J Goedman
Hi Rense, Not sure how robust this is, but maybe to get you started: In R console: > a <- 1:10 Copy that line to or part of it to the clipboard. > system("osascript -e 'set y to the clipboard' -e 'tell application \"R.app\" to cmd y'") If course you could use this in an R function. I woul

Re: [R] Problems with OS X R

2006-09-01 Thread Rob J Goedman
Hi Catherine, Not sure if you got any answers yet. This is a Mac issue, so a better mailing list is R-SIG-Mac. For now we can take it offline. Can you tell me how you installed R? What exactly does show up in the R Console? Rob On Aug 31, 2006, at 5:52 AM, Catherine Carter wrote: > Hi eve

Re: [R] Statitics Textbook - any recommendation?

2006-09-20 Thread Rob J Goedman
I would certainly consider the Michael Crawley's: Statistics, an introduction using R (maybe before turning to MASS?). Rob On Sep 20, 2006, at 2:09 PM, Berton Gunter wrote: > Not withstanding Prof. Heiberger's admirable enthusiasm, I think the > canonical answer is probably MASS (Modern Appli

Re: [R] problems with R and tckl/tk on Mac OS X

2006-09-29 Thread Rob J Goedman
Hi John, Alex and Ingo, Thanks for catching this question. I'd missed Ingo's original email. Rcmdr does need X.11 and Tcl/Tk, although it uses the versions that come with Mac OS 10.4. Hence, as Alex indicates, there is no need to separately install these. Ingo, if you can't get it to work us

Re: [R] New package Ryacas

2006-10-17 Thread Rob J Goedman
Simon, > library(Ryacas) Loading required package: XML > yacas("Integrate(x) x") [1] "Starting Yacas!" Accepting requests from port 9734 expression(x^2/2) > yacas('Integrate(x) x') expression(x^2/2) > yacas('Integrate(x)x') expression(x^2/2) > yacas('Integrate(x)x;') CommandLine(1) : Expectin

Re: [R] tcl/tk - Problem unter MacOS X / X11

2006-02-23 Thread Rob J Goedman
Achim, For the RGUI part: Have you installed the required packages for Rcmdr (e.g. abind, car, effects, lmtest, multcomp, mvtnorm, relimp, sandwich, strucchange, and zoo)? Rob On Feb 23, 2006, at 3:01 AM, Achim Kayser wrote: > Hallo ! > > Ich habe versucht Rcmdr unter MacOSX 10.4.5 zu inst

Re: [R] R GUI's on a Mac?

2006-03-14 Thread Rob J Goedman
Hi, On Mar 14, 2006, at 3:05 AM, Martin Maechler wrote: > I think for Berton's question, the only necessary step is > > JFox>>> 1) Install X11.app from Apple Install disks (this is a > JFox>>> must if you want to use any tcltk-based package with R.app). The initial step is to make sure that th

Re: [R] R for MacOSX - History and command line problems

2006-03-24 Thread Rob J Goedman
Hi Wiebke, To figure out what is happening, would you mind sending me: 1) The exact version of the GUI you are running (the line at the bottom of 'About R' , something like: R Cocoa GUI 1.14 (2283), S.M.Iacus & S.Urbanek. would be fine), 2) Your R plist file (in ~/L

Re: [R] R 2.3.0 OS X Binary

2006-04-27 Thread Rob J Goedman
Hi Joran Do you possibly have a saved workspace created after loading tcltk? Rob On Apr 27, 2006, at 11:15 AM, Joran Elias wrote: > I downloaded the 2.3.0 OS X Universal binary off of the Berkeley > mirror (found it on the R for Mac OS X link at the bottom of the > page). Installation went fin

Re: [R] R-GUI

2006-05-01 Thread Rob J Goedman
Hi Scott, Can you explain a bit further what steps you took to get to where you are? There is a Mac specific mailing list R-SIG-Mac, which might be good to ask Mac specific questions. Regards, Rob On Apr 30, 2006, at 6:09 PM, Scott Cunningham wrote: > I'm trying to install R-GUI on my Mac

Re: [R] an R script editor for Mac

2005-01-24 Thread Rob J Goedman
Hi, There is also SubEthaEdit, quite an elegant editor with R/S syntax highlighting as 1 of the many available modes. With AppleScript its easy to sent the edit window, a file, a selection etc. to R for execution. http://www.codingmonkeys.de/subethaedit/ Rob On Jan 24, 2005, at 8:41 AM, Paul Ro

Re: [R] Tiger Mac stalls running Rcmdr program

2005-11-25 Thread Rob J Goedman
Hi Maha, Can you provide me with a bit more info? No need to copy the R Help Mailing List for now. Can you let me know: 1) When you start X11, does the X11 window popup (which I usually close immediately)? 2) Can you load library(car) from the R console? 3) Does the Rcmdr window pops up? 4)

Re: [R] Previously compilation procedure on Mac OS X no longer works

2006-01-27 Thread Rob J Goedman
Isaac, On Mac OS 10. 4.4 with Xcode 2.2 installed, after setting: sudo gcc_select 3.3, I get: Robs-Laptop:~ rob$ gcc_select Current default compiler: gcc version 3.3 20030304 (Apple Computer, Inc. build 1819) Robs-Laptop:~ rob$ cd Downloads/ Robs-Laptop:~/Downloads rob$ R CMD INSTALL sigPathway

Re: [R] last command history???

2006-02-08 Thread Rob J Goedman
Thanks David, I'll have a look at this tomorrow. A quick check on 10.4/R2.2.1/R Cocoa GUI 1.14 (2217) didn't reproduce the behavior you described. Can you send me your plist (~/Library/Preferences/org.R-project.R.plist)? As this is Mac specific, R-Sig-Mac is a better alias. Rob On Feb 8, 2006

Re: [R] Installing local packages in R for MacOSX 10.4.2

2005-09-23 Thread Rob J Goedman
Hi Marije, When you select the Package Installer, select Local Source Package and press Install (which is now enabled). This will get you to a Finder window where you can select the source file to install. Hope this helps, Rob PS There is a R-SIG-Mac alias for questions specific to R on Mac OS

Re: [R] R.app window size

2005-10-10 Thread Rob J Goedman
Jason, ?quartz lists the options, e.g. quartz(width=6, height=7, pointsize=24) All from the console. A better alias for these questions is R-Sig-Mac (r-sig- [EMAIL PROTECTED]). Rob On Oct 10, 2005, at 7:25 AM, Jason Horn wrote: > Hi all, > > This is a question for any of you who use R.app

Re: [R] history in R.app on Mac

2007-06-11 Thread Rob J Goedman
If you click on the history icon in the toolbar in R.app you will see them. Or up and down arrows. R.app implements some extra features, such as multiline command retrieval. Through preference settings you can control if you want to see just a single ls() or multiple, etc. Rob On Jun 11, 2

Re: [R] Matrix binary for Mac OS X

2006-07-13 Thread Rob J Goedman
Just checked the list from Bristol. Matrix 0.995-11 is on there. Regards, Rob On Jul 13, 2006, at 1:47 AM, A.R. Criswell wrote: > Hello all, > > I can't seem to find package "Matrix" for Mac OS X. The R package > installer, when pointed to Bristol (UK) does not have Matrix amongst > its list. >

Re: [R] extract rows in dataframe with duplicated column values

2005-03-17 Thread Rob J Goedman
Tiago, Assuming the column in x is sorted: t = which(duplicated(x[, 1])) x[sort(union(t-1, t)),] or, if not sorted: t = which(duplicated(sort(x[, 1]))) x[sort(union(t-1, t)),] Rob On Mar 17, 2005, at 6:11 PM, Tiago R Magalhaes wrote: > Hi > > I want to extract all the rows in a data frame th

Re: [R] Installation problem MacOS X

2005-03-18 Thread Rob J Goedman
Hector, By application, you mean R or the R + GUI (R.app)? Please check if you have an existing .RData file in the directory where you start R. If it's R.app and X11 was used when .RData was saved, X11 needs to run when the restore takes place. Mac OS issues might be better raised on R-SIG-Mac

Re: [R] Installing sna package on MacOSX

2005-04-28 Thread Rob J Goedman
Hi Alex, The binary, from the Mac OS website, works on my system (R-2.1.0): library(sna) help(package=sna) example(bbnam) I've not tried to install the source version. Let me know if this works for you. Rob On Apr 28, 2005, at 1:03 PM, Alex Bach wrote: Hi folks, I am trying to install the sna pac

Re: [R] R on Macintosh OSX Tiger

2005-05-06 Thread Rob J Goedman
Dan, When installing Tiger, libxml.2.2.dylib version 9.0.0 should have been installed. Just a guess from my side, but did you update X11 while upgrading to Tiger (you have to select that when the upgrade process shows customize at the bottom). Did you install the new Xcode version from the u/g cd

Re: [R] R version 1.9.1

2005-05-22 Thread Rob J Goedman
Chris, Try duplicating R.app (select the R.app in Applications and do Command-D). Double click both versions and you have 2 completely separated versions of R. You can drag/place the multiple icons in the dock. Some issues will show up, e.g. it will use the history from the version that w

Re: [R] installing R and Rcmdr onMacOS 10.3.9

2005-05-23 Thread Rob J Goedman
Hi John, It does work on my Mac. I'm helping Karla to get it running on hers. Rob On May 23, 2005, at 11:32 AM, John Fox wrote: Dear Karla, It's likely that you don't have Tcl/Tk installed on your Mac. I know that it's possible to get the Rcmdr working on a Mac, but that doing so require

Re: [R] R unable to run on Mac OS 10.4 Tiger

2005-05-24 Thread Rob J Goedman
Hi Guillaume, There is a R-SIG-Mac alias where many of these questions are being addressed. The most likely reason is that you have a .RData file around that its trying to load. It might be missing a library or trying to connect to X11. Can you check for that 1st in a terminal window (ls