Re: [R-SIG-Mac] R2.12 for Mac

2010-11-15 Thread Berend Hasselman
On 15-11-2010, at 20:45, steven mosher wrote: > I guess I've had the worst of it. > > With my last clean install I even killed my ability to run R from terminal > > R version 2.12.0 (2010-10-15) > Copyright (C) 2010 The R Foundation for Statistical Computing > ISBN 3-900051-07-0 > Platform: i3

Re: [R-SIG-Mac] R2.12 for Mac

2010-11-15 Thread Berend Hasselman
On 15-11-2010, at 11:24, Ivan Calandra wrote: > Dear users, > > I've seen a few problems on this list related to R2.12 on Mac. It looks to me > that the Mac release is not really stable yet, or is it? Maybe it's just a > few instances and most of you have no problems at all with it. > > There

Re: [R-SIG-Mac] Rcartogram build failind

2010-06-10 Thread Berend Hasselman
On 10-06-2010, at 22:00, Erich Neuwirth wrote: > I tried to build Rcartogram from Omegahat > It requires fftw3 (available from www.fftw.org) to be built and installed on > the machine > before Rcartogram can be built. > the usual configure/make/sudo install worked without problems on my Mac (OS

Re: [R-SIG-Mac] R texteditor for mac OS

2010-06-02 Thread Berend Hasselman
I use TextMate as main editor and the R/R Console/ R Daemon bundles. Especially the R bundle. Furthermore R.app and R64.app for interactive use. Berend On 02-06-2010, at 19:31, Bunny, lautloscrew.com wrote: > Dear all, > > i really have some issues using the standard R editor on Snow Leopard

Re: [R-SIG-Mac] Oops --- still have problems building R from source.

2010-05-27 Thread Berend Hasselman
On 27-05-2010, at 01:20, Rolf Turner wrote: > > On 27/05/2010, at 12:37 AM, Simon Urbanek wrote: > > > mv /sw /sw.notused and edit your Bash .profile to NOT source the init script of Fink (If I remember correctly). Because that's how the Fink include and lib p

Re: [R-SIG-Mac] Oops --- still have problems building R from source.

2010-05-24 Thread Berend Hasselman
On 25-05-2010, at 06:30, Rolf Turner wrote: > > On 25/05/2010, at 4:24 PM, Berend Hasselman wrote: > >> >> On 25-05-2010, at 05:54, Rolf Turner wrote: >> >>> . >>> . >>> . >>>> gcc -arch x86_64 -std=gnu99 -I. -I../../

Re: [R-SIG-Mac] Problem with readline when building R from source.

2010-05-20 Thread Berend Hasselman
mon meant: remove or rename /sw and get rid of references to /sw/... in PATH Berend Hasselman ___ R-SIG-Mac mailing list R-SIG-Mac@stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] building R package on Mac OS: R CMD build yields empty directories

2010-05-19 Thread Berend Hasselman
#x27; I have just downloaded the source of bipartite. I ran R CMD build bipartite in the directory containing bipartite. No error message. It generated a perfectly correct .tar.gz with no error messages. By the way, R CMD build <...> does not produce directories; it produces a <...&g

Re: [R-SIG-Mac] problems with X11 in R 2.11.0

2010-05-03 Thread Berend Hasselman
ction from Simon who is the expert in these matters. Which version of Mac OS X and X11 do you have? Neither of you have provided that information. Berend On 03-05-2010, at 20:27, steven mosher wrote: > hmm. where did u get otool? > > On Mon, May 3, 2010 at 11:00 AM, Berend Hasselm

Re: [R-SIG-Mac] problems with X11 in R 2.11.0

2010-05-03 Thread Berend Hasselman
1.2.3) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.0.1) so things seem to be ok. Something is indeed wrong with your X or something else. Berend On 03-05-2010, at 19:23, Berend Hasselman wrote: > > I am running Mac OS X 10.6.3 and R 2.10.1 p

Re: [R-SIG-Mac] problems with X11 in R 2.11.0

2010-05-03 Thread Berend Hasselman
I am running Mac OS X 10.6.3 and R 2.10.1 patched. > sessionInfo() R version 2.10.1 Patched (2010-04-07 r51689) x86_64-apple-darwin9.8.0 Result of otool -L /Library/Frameworks/R.framework/Resources/modules/i386/R_X11.so on my machine is: ... /usr/X11/lib/libpng12.0.dylib (compatibili

Re: [R-SIG-Mac] gfortran bug?

2010-04-27 Thread Berend Hasselman
On 27-04-2010, at 20:28, Andreas Noack Jensen wrote: > Thank you so much for looking at it. Initially my code was in the "free" > F95 format but partly because of the error and partly because of portability > concerns I chose to translate it to strict F77 even thought it is ugly and > annoying wi

Re: [R-SIG-Mac] gfortran bug?

2010-04-27 Thread Berend Hasselman
On 25-04-2010, at 22:22, Andreas Noack Jensen wrote: ... > On Mac I quite randomly get very weird results from the subroutine. It is > like the initial values explodes to fx 2e+290 even for identical calls > without random number generation. Most results are identical to results I > get from a pu

Re: [R-SIG-Mac] gfortran bug?

2010-04-27 Thread Berend Hasselman
On 25-04-2010, at 22:22, Andreas Noack Jensen wrote: > Dear list members > > I have organised some code in a package including a Fortran subroutine for a > multivariate recursive filter to simulate VAR-porcesses. I have worked with > R for some time, but I am new to writing packages and coding

Re: [R-SIG-Mac] Permanently change default console font

2010-04-24 Thread Berend Hasselman
On 24-04-2010, at 03:59, Mike Lawrence wrote: > I tried poking at the source code again and I guess I didn't try hard > enough the first time because this time I found that changing the > default font is trivial: > > In files "RConsoleController.m" & "RController.m", change all instances of > NS

[R-SIG-Mac] Help links in R Package Manager window inoperative

2009-12-05 Thread Berend Hasselman
1. Open a Package Manager window in the R.app GUI (menu Packages & Data, Package Manager) 2. Click on any package listed in the top half of the window to get the documentation overview in the bottom half of the window. 3. Clicking on any item in the Help Pages list does not take you to the r

Re: [R-SIG-Mac] Getting to the Rgui Configuration Editor on a MAC

2009-11-07 Thread Berend Hasselman
I keep forgetting to do a reply to all with R-Sig Mac. Sorry. On 06/11/2009, at 23:26, Steven Lewis wrote: I teach a class in R and have instructed my students to change their GUI preferences to match mine by going to the Rgui Configuration Editor under the Edit menu. I want them to select

Re: [R-SIG-Mac] BBEdit Language Module Enhancements

2009-10-30 Thread Berend Hasselman
On 30/10/2009, at 21:36, Steve Lianoglou wrote: Hi, On Oct 30, 2009, at 4:17 PM, Berend Hasselman wrote: Could be a difference between BBEdit 8.5 and TextWrangler 3.0, which is related to BBEdit 9.2 BTW. I use TextMate for R. Brilliant. OOC, have you made any mods to the R.tmbundle? No

Re: [R-SIG-Mac] BBEdit Language Module Enhancements

2009-10-30 Thread Berend Hasselman
On 30/10/2009, at 21:12, Jonathan Marc Bearak wrote: Hi, Thanks for noticing the missing 0. I wonder why the function pattern works in BBEdit but not in TextWrangler, but since your revision seems to work in both, I swapped it in. Could be a difference between BBEdit 8.5 and TextWrangle

Re: [R-SIG-Mac] BBEdit Language Module Enhancements

2009-10-30 Thread Berend Hasselman
On 30/10/2009, at 20:10, Jonathan Marc Bearak wrote: Hi, I made a couple of enhancements to the BBEdit Language Module found in this thread: https://stat.ethz.ch/pipermail/r-sig-mac/2005-December/002520.html I have uploaded the language module here: http://homepages.nyu.ed

Re: [R-SIG-Mac] R 2.10.0 beta -- please test!

2009-10-22 Thread Berend Hasselman
On 23/10/2009, at 00:26, Rob Goedman wrote: Berend, Are you running SnowLeopard? Yes. Berend Running the 32 bit R.app GUI. I start out with my Home directory as working directory. I do a Change Working Directory to: /Users/berendhasselman/ Documents/Programming/R/NonLinearEq.Test/nle

Re: [R-SIG-Mac] R 2.10.0 beta -- please test!

2009-10-22 Thread Berend Hasselman
On 19/10/2009, at 14:46, Simon Urbanek wrote: Dear Mac users, please consider testing R 2.10.0 beta *before* the release. First, we have now an automated installer generator system for Leopard and Snow Leopard (incl. 64-bit R), so it will be useful to test that it works as desired and se

Re: [R-SIG-Mac] R 2.10.0 beta -- please test!

2009-10-22 Thread Berend Hasselman
On 22/10/2009, at 19:58, Peter Cowan wrote: Thanks, I can confirm that these are fixed in the latest nightly. However, I think I've uncovered one more issue w/ the help system. In the Package Manager window selecting a package displays the help index. *I think*, in previous versions, clicking

Re: [R-SIG-Mac] tcltk

2009-07-14 Thread Berend Hasselman
On 14-07-2009, at 17:52, David Winsemius wrote: Thanks Berend. I was not having difficulties using Terminal sessions for navigating the folder tree of hidden folders, but I think this will benefit those not raised on CLI systems in the pre-GUI years, so I am taking the liberty of copying

Re: [R-SIG-Mac] Problem with R CMD check, pdflatex

2009-05-18 Thread Berend Hasselman
On 17-05-2009, at 14:52, Michael Höhle wrote: however, my pdflatex is located in e.g. $ which pdflatex /usr/local/teTeX/bin/i386-apple-darwin-current/pdflatex That would be quite an old TeX installation? The teTeX distribution is no longer maintained. You should consider switching to MacTe

Re: [R-SIG-Mac] uninstall R and update

2007-11-07 Thread Berend Hasselman
On 7 Nov 2007, at 18:32, Roland Kaiser wrote: > Hi all! > > I get confused wenn uninstalling R > and reinstalling it using the installer. > > I removed > /Applications/R.app > /Library/Frameworks/R.framework > ~/Library/R/ > > Wenn I start the Installer R-2.6.0.dmg > it wants to update my previou