[R] [R-pkgs] Version 1.0 of hapassoc now available from CRAN

2006-04-18 Thread Sigal Blay
Version 1.0 of hapassoc now available from CRAN hapassoc is an R package for likelihood inference of trait associations with SNP haplotypes and other attributes using the EM Algorithm. Recent changes include the addition of anova and logLik methods for the class hapassoc, to allow users to perf

[R] handling warning messages

2006-03-15 Thread Sigal Blay
I don't like the warning printed, but I would like to be able to check it's value after the top-level function has completed and than decide weather to print it or not. Thanks, Sigal Blay Statistical Genetics Working Group Department of Statistics and Actuarial Sci

[R] [R-pkgs] New version of the LDheatmap package

2006-03-14 Thread Sigal Blay
revisions to the package are aimed at improving the user's ability to modify and annotate the heatmap. Most notably, LDheatmap is now based on grid graphics. Examples of how to modify the plot using tools from the grid package are included in the LDheatmap help file. Sigal

Re: [R] ERROR: installing package indices failed

2004-12-15 Thread Sigal Blay
t the source package, and instead did not pass my new package. Something for you mighty R developers to consider? Thanks, Sigal Blay On Sun, Nov 21, 2004 at 05:19:46PM +0100, Uwe Ligges wrote: > Sigal Blay wrote: > >gregmisc is installed yet the problem persist. > >I installed gr

Re: [R] ERROR: installing package indices failed

2004-11-20 Thread Sigal Blay
gregmisc is installed yet the problem persist. I installed gregmisc using install.packages(c("combinat","gregmisc","genetics"),lib='/home/sblay/lib') (on the same library path where I am trying to install LDheatmap) > installed.packages(lib='/home/sblay/lib') Package LibPath

[R] ERROR: installing package indices failed

2004-11-19 Thread Sigal Blay
Dear R-helpers, I am developing a package named LDehatmap. It depends on the "genetics" package and includes two data files and a demo file. When I'm trying to install it, I get the following messages: * Installing *source* package 'LDheatmap' ... ** R ** data ** demo ** help >>> Building/Updati

Re: [R] C function name garbled

2004-09-07 Thread Sigal Blay
On Tue, Sep 07, 2004 at 04:57:57PM -0400, Duncan Murdoch wrote: > On Tue, 7 Sep 2004 12:46:55 -0700, S Blay <[EMAIL PROTECTED]> wrote : > > >I wrote an R wrapper function (phylpro) around a C function > >(Rphylpro). > >The first time I'm running my function, it runs with no errors. > >The second

Re: [R] allocating memory in C, not in R

2004-09-02 Thread Sigal Blay
> >Below is a simplified version of my c function that I am > >currenctly using with a .C() call. > >The values that has to be returned to R are the three outVectors. > >If I need to convert .C to .Call, > >How do I do it based on myFunction below? > > > >Thank you for your help. > > > > > >void

Re: [R] allocating memory in C, not in R

2004-09-01 Thread Sigal Blay
Thank you for the fast reply. Below is a simplified version of my c function that I am currenctly using with a .C() call. The values that has to be returned to R are the three outVectors. If I need to convert .C to .Call, How do I do it based on myFunction below? Thank you for your help. void