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.

34 results for “from:Richard Morey”

paths and Rook problems only in OSX CRAN binary package?
Richard Morey · Nov 21, 2012 · r-devel

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20121121/7c213107/attachment.pl>

approximation to ln \Phi(x)
Richard Morey · Jan 31, 2006 · r-help

I am using pnorm() with the log.p=T argument to get approximations to ln \Phi(x) and qnorm with the log.p=T argument to get estimates of \Phi^{-1}(exp(x)). What approximations are used in these two...

[R-gui] clipboard and RGtkDataFrame
Richard Morey · Jun 2, 2010 · r-sig-gui

Hi everyone, I have an treeview backed by an RGtkDataFrame that I would like to be able to copy info from, into the OS clipboard. I've found the documentation for gtk-clipboard here: http://rss.acs.unt.edu/Rdoc...

discussion of change in R 3.3.0 to [<-
Richard Morey · May 17, 2016 · r-devel

In the NEWS for R 3.3.0 is this change: * [<- with an S4 value into a list currently embeds the S4 object into its own list such that the end result is roughly equivalent to using [[<-. That behavior is...

problem with OSX binary package build?
Richard Morey · Oct 14, 2012 · r-devel

I noticed that my package BayesFactor (http://cran.r-project.org/web/packages/BayesFactor/index.html) is not available on Mac OS, and the note says to see the check log. The only issue in the check log is a...

error code 5 from Lapack routine 'dsyevr'
Richard Morey · Mar 15, 2007 · r-help

While using the rmvnorm function, I get the error: Error in eigen(sigma, sym = TRUE) : error code 5 from Lapack routine 'dsyevr' The same thing happens when I try the eigen() function on my covariance matrix. The matrix is a...

setWinProgressBar() on closed bar crashes R (PR#13709)
Richard Morey · May 20, 2009 · r-devel

Full_Name: Richard D. Morey Version: 2.8.1 OS: Windows XP Submission from: (NULL) (129.125.139.114) The following code will crash Rgui in Windows XP. Of course, I know the code shouldn't work, but something more...

function bug (PR#7199)
Richard Morey · Aug 24, 2004 · r-devel

output of R.version platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 9.1 year 2004 month 06 day 21 language R The following code prints [1] 2, as it...

bug or no?
Richard Morey · Aug 24, 2004 · r-help

The following code prints [1] 2, as it should temp<-function(ab,...){ print(ab) } temp(2,s=3) However, this code prints [1] 3: temp<-function(sb,...){ print(sb) } temp(2,s=3) It should still print [1] 2. It...

long double, C, fortran
Richard Morey · Oct 7, 2010 · r-devel

I'm using .Call() to call C code from R under Windows (on an Intel Core 2 duo). The C code involves some very small numbers, and I think I'm losing precision using doubles. I thought I might use...

preparing for R 3.0.0
Richard Morey · Mar 19, 2013 · r-devel

I am preparing my package for the release of R 3.0.0 and thinking about the suggestion (from Duncan Murdoch) to maintain two versions of the package temporarily. Since my package contains knitr-compiled vignettes, I need to restrict...

matrix algebra in c
Richard Morey · Jul 14, 2009 · r-devel

I'd like to use some matrix algebra in my c code that is called from R. I need matrix multiplication, transposition, and Cholesky decomposition. I haven't come across any easy way to do this, but from browsing the...

Changing text in a tkentry widget
Richard Morey · Jul 9, 2009 · r-devel

I searched the web and the list archives for a solution to this, but didn't see anything, so here goes. I'm new to tcltk. I'm trying to change the contents of a tkentry widget when a button...

concurrent requests (Rook, but I think the question is more general)
Richard Morey · Oct 24, 2012 · r-devel

On 24/10/12 10:07 PM, Simon Urbanek wrote: > On Oct 24, 2012, at 3:47 PM, Richard D. Morey wrote: > >> I'd be fine with the poor man's solution (maybe with tempfile()?) if I can get access...

[R-gui] clipboard and RGtkDataFrame
Richard Morey · Jun 3, 2010 · r-sig-gui

Thanks! That worked like a charm. Richard Richard D. Morey Assistant Professor Psychometrics and Statistics Rijksuniversiteit Groningen / University of Groningen http://drsmorey.org/research/rdmorey Michael Lawrence wrote: > There is a demo() in the RGtk2 package. > > Please let me know...

contourplot lines, text, and mtext
Richard Morey · Sep 6, 2007 · r-help

If I have a contourplot (in the lattice package) and I want to add straight lines to it, how do I do this? I see that there are llines() and lsegement() functions for lattice plots, but they don't seem...

Loops
Richard Morey · Jan 27, 2013 · r-help

> Dear Contributors, > I am asking help on the way how to solve a problem related to loops for > that I always get confused with. > I would like to perform the following procedure in a compact way. > > Consider that p is...

".../x86_64/ldpaths: No such file or directory" after installing R-devel build
Richard Morey · Mar 16, 2013 · r-sig-mac

I installed the OSX R-devel 3.0 build, in pkg format, today from here: http://r.research.att.com/#nightly > sessionInfo() R version 3.0.0 alpha (2013-03-15 r62270) Platform: x86_64-apple-darwin10.8.0 (64...

problem with OSX binary package build?
Richard Morey · Oct 15, 2012 · r-devel

Yes, I was looking at the right package. At some point last night it changed from "not available (see check log)" to available. Previous to "not available (see check log)" it was "not available (the package is either new or...

problems with integrate ... arguments
Richard Morey · Apr 9, 2009 · r-help

Hi everyone, I saw this problem dealt with here: http://markmail.org/search/list:r-project?q=integrate#query:list%3Ar-project%20integrate+page:1+mid:qczmyzr676pgmaaw+state:results but no one answered that request that I can tell. I...

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