Re: [R-SIG-Mac] Need help to install

2011-01-14 Thread MacQueen, Don
Have you downloaded the file R2.12.1.pkg from CRAN? If so, then installing R using that file is just like installing any other Mac software. If you have done that, and “bouncing” refers to the R icon in the doc bouncing for a while — but R never starts — then I don’t what the problem is. But

Re: [R-SIG-Mac] X11 hangs while plotting from R

2012-04-11 Thread MacQueen, Don
This was R started in what way? Console? Terminal? An xterm shell running under X11? Command-Tab switches between applications Command-` switches between windows within an application The following applies to R started in a Terminal window. You have two applications, Terminal, and X11

[R-SIG-Mac] Conflicts between g95 and gfortran (from http://r.research.att.com/tools/)

2012-09-24 Thread MacQueen, Don
I am hoping to compile on my 10.7.4 box some fortran code that is known to compile successfully with g95 on Windows 7. It's a rather complex suite comprised of some 24 files of source code, lots of subroutines, etc. I have found g95 in MacPorts, and also from www.g95.org. The files on g95.org

Re: [R-SIG-Mac] Making package frontier available for Mac: debugging Fortran code

2012-12-03 Thread MacQueen, Don
Arne, I'm on a Mac. Although I'm still using R 15.2.1 on this machine, perhaps my results will be helpful. Briefly, no problem with frontier. I do have the Additional tools necessary for building R for Mac OS X installed (downloaded from the R for Mac tools page). -Don The first thing I did

Re: [R-SIG-Mac] R packages on Mac

2013-01-24 Thread MacQueen, Don
Just a small followup; it's not necessary to use the GUI. I regularly install packages with dependencies in R running in an xterm shell. (Using X windows so that I can run R on remote linux machines, displaying graphics back to my local desktop) Very few, if any, CRAN packages need to be

Re: [R-SIG-Mac] Encoding issue with text output from R

2013-01-31 Thread MacQueen, Don
Something like this might help: Sys.setlocale(category = LC_ALL, locale = C) check Sys.getlocale() beforehand. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 1/31/13 9:17 AM, Fisher Dennis

Re: [R-SIG-Mac] Bug related to locale changes.

2015-06-08 Thread MacQueen, Don
Duncan, Would you (or someone) be able to test if this fixes a problem I found on Friday, that appeared shortly after I upgraded to 3.2.0 and reinstalled all my packages? - example - [62]% R --vanilla R version 3.2.0 (2015-04-16) -- Full of Ingredients

[R-SIG-Mac] Problem with RJDBC in OS X 10.11

2016-06-17 Thread MacQueen, Don
I’m not sure the best place to ask about this, so I’ll start here, since the problem appears to be configuring Java on a Mac to support R packages. Unfortunately, my understanding of how to configure and manage Java is essentially non-existent, so any suggestions would be much appreciated. I

Re: [R-SIG-Mac] Problem with RJDBC in OS X 10.11

2016-06-20 Thread MacQueen, Don
> On Jun 18, 2016, at 12:43 AM, Berend Hasselman <b...@xs4all.nl> wrote: > > >> On 18 Jun 2016, at 00:28, MacQueen, Don <macque...@llnl.gov> wrote: >> >> I’m not sure the best place to ask about this, so I’ll start here, since the >> problem appea

Re: [R-SIG-Mac] New problem with R and java affects loading xlsx

2016-11-14 Thread MacQueen, Don
Never mind. I tried some other combination of package re-installation and it's good now. Sorry for the spam. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 11/14/16, 2:18 PM, "R-SIG-Mac on behalf of MacQueen, Do

[R-SIG-Mac] New problem with R and java affects loading xlsx

2016-11-14 Thread MacQueen, Don
I wonder if anyone here has a moment to send me any clues regarding the following. I'd appreciate it. Thanks! Over the weekend my institution ran some updates, and now, today, I'm having Java-related problems. I've run R CMD javareconf apparently successfully, and reinstalled rJava xlsx

Re: [R-SIG-Mac] Mac-only problem using readOGR() to read a shapefile from a directory on a USB pen drive

2017-03-06 Thread MacQueen, Don
It would be informative to try ogrInfo from the shell prompt (i.e., outside of R) to find out if this is an R problem or an ogrInfo problem. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 3/4/17, 3:40 AM, "R-SIG-Mac on

Re: [R-SIG-Mac] Mac-only problem using readOGR() to read a shapefile from a directory on a USB pen drive

2017-03-06 Thread MacQueen, Don
avid) Rossiter Section of Soil & Crop Sciences Cornell University http://www.css.cornell.edu/faculty/dgr2/ > On 06 Mar 2017, at 12:56, MacQueen, Don <macque...@llnl.gov> wrote: > > It would be informative to try ogrInfo from the shell prompt (i.e., outside of R) to

Re: [R-SIG-Mac] Poor plotting performance on Mac OS X

2017-07-10 Thread MacQueen, Don
For what it's worth, here is my experience on a late 2013 Mac Pro. (I normally run R from an xterm shell within an X Windows context) The best performance for displaying the image on-screen uses cairographics and Polypath. It's the only one fast enough to be satisfactory for interactive use, in

[R-SIG-Mac] R 3.4.1 precompiled binary for Mac?

2017-07-06 Thread MacQueen, Don
Sorry, I first sent this to r-sig-mac-boun...@r-project.org by mistake. Apologies for any spam-like effect. -Don Hi, the newest precompiled binary for Mac that I have been able to find on a CRAN mirror is 3.4.0. This wouldn’t be much of a concern; I don’t mind waiting. Except that: (running

Re: [R-SIG-Mac] R 3.4.1 precompiled binary for Mac?

2017-07-06 Thread MacQueen, Don
That makes sense; thanks. -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 On 7/6/17, 2:34 PM, "Marc Schwartz" <marc_schwa...@me.com> wrote: > On Jul 6, 2017, at 4:21 PM, MacQueen, Don <mac

Re: [R-SIG-Mac] Permanently fix R to open Help page in html

2017-07-12 Thread MacQueen, Don
The first thing I would do is go to the “Format” menu in Textedit, and make sure “Make Plain Text” is selected. Textedit’s default format is RTF, which is not what you want. (Apologies if someone else already suggested this and I missed it) -Don -- Don MacQueen Lawrence Livermore National

Re: [R-SIG-Mac] Read csv

2017-11-16 Thread MacQueen, Don
In addition to which: what does str(E) show? The file is small, so what do you get when you simply time E at the R prompt? header is TRUE by default in read.csv(), so it was unnecessary to supply header=T read.csv2() has header=TRUE and sep=";" by default, so simply

Re: [R-SIG-Mac] Macports installation problem

2017-10-20 Thread MacQueen, Don
The OP's question has inspired an interestingly large number of responses. One thing I'm curious about, and I don't think I've seen in the discussion, is why the OP needed to install Cairo graphics with respect to R (otherwise the question was indeed off-topic for R-sig-Mac). In summary (and I

Re: [R-SIG-Mac] Opening single Terminal window and running syntax sequentially from R

2018-01-11 Thread MacQueen, Don
I would tend to agree that this is outside of R, unless the My_File.app is intended to run an R script. However, Terminal has a Preference setting that specifies whether its windows close when the shell exits. I believe the default is to not close. Try changing it. -Don -- Don MacQueen