Re: [R] How to save play back an entire R session?

2010-12-16 Thread Rob Goedman
Roy, In addition to previous responses, another way of achieving this is to only work from scripts. I rarely type anything directly into R, just edit scripts in an editor and then execute the entire script (or parts of the script) from within the editor. This way of working provides backup,

Re: [R] R for Engineering (Mechanical, Industrial , Civil, etc.)

2010-04-27 Thread Rob Goedman
Harsh, Not in an educational setting, but I use R a lot in 1 branch of mechanical engineering: finite element method, as in Przemieniecki's recent book. R prepares the input for multiple runs of a fortran based FEM routine and searches for an optimal solution (position of a bottom hole

Re: [R] env() for lme4

2010-04-14 Thread Rob Goedman
Pierre, This question is better asked on R-sig-ME. I updated below call to 'profile(fm...@env)' Regards, Rob On Apr 14, 2010, at 6:28 AM, pnouvellet wrote: Hi, using lme4a, and the dystuff data, I call profile and get: profile(fm1ML) Error in UseMethod(profile) : no applicable

Re: [R] .Rhistory in R.app

2009-12-09 Thread Rob Goedman
Maria, Try changing the name of .Rhistory in the Startup preferences to something like .Rosxhistory. Press enter to make sure the change is accepted and try again. The problem is that R itself overwrites the file .Rhistory if it is told to save the workspace. Rob On Dec 9, 2009, at 10:33

Re: [R] Trouble installing packages on Macintosh OS-X 10.5.6

2009-05-03 Thread Rob Goedman
John, I noticed yesterday and this morning that the UCLA mirror is not responding reliably right now. Switching to Berkeley (CA 1 in the preferences list in R.app) solved that issue for me. ROb On May 3, 2009, at 6:23 AM, stephen sefick wrote: Maybe the mirror that you are using has

Re: [R] R and Xcode Editor

2009-01-21 Thread Rob Goedman
Gregor, Section 6.1 of the FAQ provides further examples. It does depend on the editor you are using. Several editors come with add-ons that support R. Recently, on the Mac specific r-sig-mac mailing list ( r-sig-...@stat.math.ethz.ch ), Smultron came up. Regards, Rob On Jan 21, 2009,

Re: [R] TextMate and R

2008-07-22 Thread Rob Goedman
Angelo, Assuming you are on a mac (TextMate), [EMAIL PROTECTED] is a better list for mac specific questions There is a bundle for R ( http://manual.macromates.com/en/bundles#getting_more_bundles ). Not sure if the R bundle these days comes with the default TextMate install. With the

Re: [R] Ryacas behaving weird

2008-01-24 Thread Rob Goedman
Don't think your settings are wrong. I guess yacas is not (yet?) Mathematica. Yacas (in a terminal) gives: In Simplify(a*((1/(b + E) - b/(b + E)^2)/(b/(b + E))) - N * ((1/(b + E) - b/(b + E)^2)/(1 - (b/(b + E) Out (a*b^5*E^2+5*a*b^4*E^3+10*a*b^3*E^4+10*a*b^2*E^5+5*a*b*E^6+a*E^7+

Re: [R] savehistory in OSX version

2008-01-14 Thread Rob Goedman
Roger, The history features on Mac OS's R.app are handled by R.app and is a (small) superset of R's facilties, e.g. it supports multi-line history recalls. A disadvantage of this approach is that it's not possible to use R's history() and savehistory() nor make usage completely identical. The

Re: [R] savehistory in OSX version

2008-01-14 Thread Rob Goedman
-Original Message- From: Rob Goedman [mailto:[EMAIL PROTECTED] Sent: Monday, January 14, 2008 10:21 AM To: Day, Roger S. Cc: r-help@r-project.org Subject: Re: [R] savehistory in OSX version Roger, The history features on Mac OS's R.app are handled by R.app and is a (small) superset of R's

Re: [R] Trying to install rjags on Mac OS X 10.5

2007-12-30 Thread Rob Goedman
Hi Lindsay, Did have some difficulties as well, but got it to work using Xcode3.0, Apple's gcc4.2preview release and gfortran 4.2.1 from Simon's web site. This was on R-devel though, on a Mac Intel. Can it find the jags executable say from your home directory? Have you tried 'make check'