similar to: R crashes in Leopard

Displaying 20 results from an estimated 60000 matches similar to: "R crashes in Leopard"

2011 Aug 19
2
[LLVMdev] building LLVM for i386 under snow leopard
Hello, Does anyone know how to build LLVM for the i386 architecture with snow leopard (this seems to have been the default for leopard). I've tried building with: ./configure CFLAGS="-arch i386" CXXFLAGS="-arch i386" LDFLAGS="-arch i386" OBJCFLAGS="-arch i386" --prefix=/Users/keith/share/ --enable-shared --enable-jit && make but I still end up
2011 Aug 19
0
[LLVMdev] building LLVM for i386 under snow leopard
Hi Keith, > Hello, Does anyone know how to build LLVM for the i386 architecture > with snow leopard (this seems to have been the default for leopard). > I've tried building with: > > ./configure CFLAGS="-arch i386" CXXFLAGS="-arch i386" LDFLAGS="-arch > i386" OBJCFLAGS="-arch i386" --prefix=/Users/keith/share/ > --enable-shared
2007 Dec 02
0
problem installing 2.6.1 on OSX Leopard (after failed MacPorts install)
This message reports a problem, and its solution. I found the solution while posting. Since others may have the same problem, I am continuing with the post. PROBLEM I am having a different problem than the one that others have reported (e.g. http://www.nabble.com/Problem-Installing-2.6.0-on-Mac-tf4778736.html#a13674247). Whether I try to install R as a whole, or individual packages, the
2007 Dec 10
1
CRAN Index Problems
Hi, I am getting the following error: Warning: unable to access index for repository http://cran.hostingzero.com/bin/macosx/universal/contrib/2.6 with I run "Get List" in the Package Install window. I am running Leopard and 2.6.1. What can I do? Thanks, Keith Jones
2008 Jan 11
0
cairo and rapache [was: Weird errors on MAC OS X Leopard when using Cairo/GDD through Rserve]
Charles, Greg, the problem is that Apple's FreeType on Leopard uses CF calls (albeit just to get files), so it breaks on fork. (The message is moot, because the whole point of using fork is to *not* use exec). In any case the solution is to compile your own version of freetype, fontconfig and cairo without any CF or Carbon API. Fortunately most recent versions of FreeType will do so
2009 Jun 11
1
TCLTK Times out Leopard.
I'm trying to get the Tcltk package loaded on R 2.9 (I think, it's just recently updated). At first it was looking for X11 files in the wrong library so created an alias to point it in the right direction. Now when I load it nothing happens, the program stops responding. Any ideas? I should point out I'm just starting to use this program. Kailer -- View this message in context:
2008 Jan 05
2
Cumulative sum of vector
Hi, Maybe I have not been looking in the right spot, but, I have not been able to fine a command to automatically calculate the running cumulative sum of a vector. Is there such a command? Example of current code: > eig$values [1] 678.365651 6.769697 2.853783 > prop<-eig$values/sum(eig$values) > prop [1] 0.986012163 0.009839832 0.004148005 >
2008 Jun 20
1
OS/X Leopard Server and rsync backups
I'm dithering over this too much, I need some advice. I apologize for the length of this and hope I haven't left out any essential detail. I want to do nightly snapshots of my Leopard server using an rsync script and a filter file to a locally connected firewire drive. The rync command I'm considering is: > rsync -vq -a -x --delete-excluded -A -X --filter=". $FLTR"
2007 Oct 25
2
Changing steps on a graphic axes
Hi, I would like to tell R what increments to put the tick marks on an axes, e.g. xlim=seq(-5,5,1). I know that will not work. xlim will only except the beginning and end of the range for the axes. Thanks, Keith jones
2007 Nov 05
1
R on OS X Leopard?
Hi, I've been using R on my OS X machine this school year, and have been really enjoying it. I recently formatted my machine and installed OS X Leopard. When I try to install the OS X R package on Leopard, R's installer tells me I have the wrong version of R for my version of OS X. I downloaded the most recent version, and looked for a Leopard-specific one, but haven't found one.
2011 Dec 13
0
paste0 bug in install.packages() - leopard installer?
Hello, I get the following: > install.packages("abind", repos="http://cran.fhcrc.org", type="source") trying URL 'http://cran.fhcrc.org/src/contrib/abind_1.4-0.tar.gz' Content type 'application/x-gzip' length 19642 bytes (19 Kb) opened URL ================================================== downloaded 19 Kb * installing *source* package
2009 Nov 24
0
R 2.10.0 (Snow Leopard) doesn't remember updates
I'm writing to this list rather than the Mac one, b/c I don't know if this problem is particular to the OS. I recently moved to 2.10 under Snow Leopard: R version 2.10.0 (2009-10-26) x86_64-apple-darwin9.8.0 locale: [1] C/C/en_US/C/C/C attached base packages: [1] stats graphics grDevices datasets utils methods base other attached packages: [1] JGR_1.7-0
2008 Feb 07
0
ZFS on Solaris and Mac Leopard
For some time now, I have had zfs pool, created (if I remeber this correctly) on my x86 opensolaris, with zfs version 6, and have it accessable on my Leopard Mac. I ran the ZFS beta on the Leopard beta with no problems at all. I''ve now installed the latest zfs RW build on my Leopard and it work nicely readwrite on my macbook. It is a pool consisting of one whoe disk. The Leopard says:
2007 Dec 20
0
Call timed out: server did not respond...
Hello All, I don't know how, but I managed to get my no logon server found error to go away, but now I am experiencing another problem. When I run "net join ads -d 3" I get the following error message. I know it's authenticating, because if I enter an incorrect password it says "The username or password was not correct." So it's accessing the correct server, but
2010 Feb 23
1
Rails on Snow Leopard
In particular, if you''re putting Rails on Snow Leopard to work on a project that you started on Linux. If you run rake db:create and see an error like this: Couldn''t create database for {"reconnect"=>false, "encoding"=>"utf8", "username"=>"root", "adapter"=>"mysql",
2007 Nov 04
1
Installing R on Mac OS X Leopard
Hi there, I've used R before, but I just got a new computer with Leopard and I'm having trouble installing. I download the installer, but when I reach the end of the install process, the "install" button remains gray and unclickable. I've tried both standard and custom, as well as installing on my flash disk, to no avail. Any suggestions? I'd rather not build from
2010 Jun 01
0
[LLVMdev] building dragonegg (LLVM 2.7) on Snow Leopard (Mac OS X 10.6.3)
Hello all, With some help from Duncan through IRC, I just succeeded in building the dragonegg GCC plugin on Snow Leopard. I first installed LLVM 2.7, and I'm using the dragonegg-2.7 release available on the LLVM website [1] in combination with the 4.5.0 release of GCC. Below is an outline of the steps required to get it to work, which is hopefully of use to others. *) Build GCC-4.5.0 Next
2007 Oct 27
1
Package Installer Fails in OSX 10.5 Leopard
Hello all, I apologize in advance if this is not the correct list to post these sorts of issues. When attempting to install the latest stable build of R (2.6) or the most recent nightly build from R.research.att.com, the installer disables the ability to actually install R or any of the other bundled frameworks (i.e. the list is unchecked and grayed out). Before I start trying to either coerce the
2010 Mar 16
2
Mac OSX Leopard
People, I installed Mac OS Leopard in my old computer. Installed perfect, but I want to use pxelinux to choose boot to Mac OS. I have options to linux and windows in pxelinux options. How can I use to boot Mac OS Leopard? Samuel Rios Carvalho
2007 Oct 30
1
Query installing R on Mac OS X Leopard (new release)...
Thanks to Mark, Moshe and David for helpful responses to my query on Regression. I am now trying to install <R-2.6.0.dmg> on my Macbook Pro running OS X 10.5 (ie Leopard) since last weeken, so far without issue. At the prompt ³Installation Type² (after destination drive is selected) the 4 parts to be checked are all grayed out and so also is the (Install) button. I can¹t seem to continue