Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

23 results for “from:Kieran Healy”

x11() not working
Kieran Healy · Jun 10, 2003 · r-sig-mac

D'oh. Yes, that works of course. Should have thought of that myself. Thanks very much. Kieran On Tue, 2003-06-10 at 15:28, Thomas Lumley wrote: > I use > x11(display=":0") > > inside ESS. > > > -thomas

survey package svystat objects from predict()
Kieran Healy · Feb 13, 2012 · r-help

Hello, I'm running R 2.14.1 on OS X (x86_64-apple-darwin9.8.0/x86_64 (64-bit)), with version 3.28 of Thomas Lumley's survey package. I was using predict() from svyglm(). E.g.: data...

gsub() and parenthesis symbols -- solved
Kieran Healy · Aug 2, 2001 · r-help

Hello again -- inevitably, I discovered the (documented) answer 30 seconds after sending my question. Using gsub(...,extended=FALSE) is the way to avoid this issue. Cheers, Kieran -- Kieran Healy, Assistant Professor, Sociology Dept, University of Arizona. kjhealy at u.arizona...

X11 not working
Kieran Healy · Jun 10, 2003 · r-sig-mac

Hi - I'm running R 1.7.0 under Mac OS 10.2.6. I normally use Enrico Franconi's Enhanced Carbon Emacs version (21.3.50) and ESS 5.1.24. With Apple's X11 Beta 3 running, I...

x11() not working
Kieran Healy · Jun 10, 2003 · r-sig-mac

Hi - I'm running R 1.7.0 under Mac OS 10.2.6. I normally use Enrico Franconi's Enhanced Carbon Emacs version (21.3.50) and ESS 5.1.24. With Apple's X11 Beta 3 running, I...

changing default console font in R.app
Kieran Healy · Dec 30, 2006 · r-sig-mac

Hi all, am I right in thinking that the default font for the R.app console cannot be changed? I am running 2.4.1 and R.app 1.18 (4038) on OS X 10.4.8 (PPC). The FAQ...

configure fails on Mac OS 10.2.2
Kieran Healy · Nov 29, 2002 · r-help

Hi - I'm trying to build R 1.6.1 on a Powerbook running Macintosh 10.2.2 with the most recent software update. The latest version of the developer tools is installed. I have also installed g77 and f2c...

Postsript/Lattice interaction
Kieran Healy · Jan 15, 2002 · r-help

Hello -- I'm using R-1.4.0 on a PC running SuSE Linux 7.1. Following Christian Ritter's announcement this morning, I downloaded the new versions of lattice and grid. I find that loading the lattice library causes...

2.3.0 make install fails with error
Kieran Healy · Apr 29, 2006 · r-sig-mac

Hi - I compile R from sources because I want to use quartz graphics widows via Emacs/ESS. I compiled & installed 2.3.0 without any trouble on my G5 (10.4.6). When I tried the process on my PB...

basic bwplot query
Kieran Healy · Nov 6, 2004 · r-help

Hi - I have some data consisting of a number of observations within each of 15 countries. Each country falls into one of two groups. I'd like to use the lattice library's bwplot to present boxplots of the country...

https://mac.r-project.org/benchmarks/
Kieran Healy · Oct 31, 2021 · r-sig-mac

Thanks, Simon. With the vecLib/Accelerate BLAS, the results are indeed rather faster :) Kieran 14? MacBook Pro / M1 Max R Benchmark 2.5 =============== Number of times each test is run__________________________: 3 I. Matrix calculation --------------------- Creation, transp., deformation of a 2500x2500...

Sweave and X11 on OSX 10.3
Kieran Healy · Jan 6, 2004 · r-help

Hi - I'm running R 1.8.1 (compiled from source) on Mac OS X 10.3 (Panther). I find that, if Apple's X11 application is not running, Sweave gives an error when it wants to create a pdf...

Hmisc's aregImpute segfaults R-1.7.0 under linux
Kieran Healy · Apr 22, 2003 · r-help

Hello - When trying to use Hmisc library's aregImpute function on R 1.7.0, I got the following error -- shown here using the example code from the help page --- under both Linux and Mac OS X 10.2.5...

https://mac.r-project.org/benchmarks/
Kieran Healy · Oct 31, 2021 · r-sig-mac

Hello, Just out of interest, I ran benchmark-25.R from Simon?s repo, as I have access to an M1 Max. Are the *very* long times on cross-product, linear regression, and Matrix functions a consequence of the BLAS...

gsub() and parenthesis symbols
Kieran Healy · Aug 2, 2001 · r-help

Dear R-users -- I'm using R 1.3.0 on a PC running SuSE Linux 7.1. I'm confused by the following behavior from the gsub() function. Am I doing something wrong? ## A string of characters > string<-c...

configure fails on Mac OS 10.2.2
Kieran Healy · Dec 3, 2002 · r-help

Hi - thanks, that was the problem. I had the right version of fink, but the apt-get binary packages may be out of date for 10.2.2. I compiled g77 from source (sudo fink install g77) and R compiled...

make errors while compiling
Kieran Healy · Dec 10, 1999 · r-help

Dear R users - I am a first-time R user trying to compile v.0.90.0 under Caldera OpenLinux 2.3, on a Dell PII400/128. I've encountered a problem with the make file. First, I run configure...

Sweave and X11 on OSX 10.3
Kieran Healy · Jan 7, 2004 · r-help

I see. Unsetting the DISPLAY variable % unset DISPLAY solves the problem at the terminal. Kieran On 1/8/04 2:52 AM, "Friedrich.Leisch at ci.tuwien.ac.at" <Friedrich.Leisch at ci.tuwien.ac.at> wrote: >>>>>> On Tue, 6...

R 1.7.0 fails to compile on OS X 10.2.5
Kieran Healy · Apr 20, 2003 · r-help

Hello - I'm trying to compile R 1.7.0 on a PowerBook running OS X 10.2.5. I've compiled R (1.6.2) successfully before on this machine, under either 10.2.3 or 10.2.4...

R 4.2.1-arm64 pkg is signed and notarized but refuses to install
Kieran Healy · Jun 30, 2022 · r-sig-mac

Hi Simon, Thanks for the quick reply. No custom profiles: > Enrolled via DEP: No > MDM enrollment: No I don?t *think* there?s anything especially unusual about my Mac. I should find some other signed and notarized pkg files to...

Can't find what you're looking for? Try searching with Google .