Re: [Rd] Negative years with strptime?

2012-07-10 Thread Jeffrey Ryan
-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Jeffrey Ryan jeffrey.r...@lemnica.com www.lemnica.com www.esotericR.com

Re: [Rd] Capturing signals from within external libs

2012-05-23 Thread Jeffrey Ryan
-project.org wrote: Jeff, On May 22, 2012, at 4:31 PM, Jeffrey Ryan wrote: I have a continuous loop running in an external library that I am calling from C (R API). This loop is processing events in real time with the possibility of significant lag between events. When processing an event, I can

Re: [Rd] Capturing signals from within external libs

2012-05-23 Thread Jeffrey Ryan
, and I now have further knowledge into making this work in other applications, but my hope for this one is dwindling. Best, Jeff On 5/23/12 11:49 AM, Simon Urbanek simon.urba...@r-project.org wrote: On May 23, 2012, at 12:40 PM, Jeffrey Ryan wrote: Simon, Thanks for the clarifying example

[Rd] Capturing signals from within external libs

2012-05-22 Thread Jeffrey Ryan
I have a continuous loop running in an external library that I am calling from C (R API). This loop is processing events in real time with the possibility of significant lag between events. When processing an event, I can make use of R_CheckUserInterrupt, but while the external library code is

Re: [Rd] Using other peoples packages from within C-based R-extension

2012-04-24 Thread Jeffrey Ryan
This link may be of help as well... https://stat.ethz.ch/pipermail/r-devel/2008-November/051262.html HTH Jeff On 4/24/12 12:35 PM, oliver oli...@first.in-berlin.de wrote: Hello, OK, thanks for the information... On Tue, Apr 24, 2012 at 12:02:33PM -0500, Dirk Eddelbuettel wrote: On 24

Re: [Rd] Julia

2012-03-01 Thread Jeffrey Ryan
/ee380/.  You don't see John Chambers on camera but I am reasonably certain that a couple of the questions and comments came from him. __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Jeffrey Ryan jeffrey.r

Re: [Rd] Identical copy of base function

2012-02-27 Thread Jeffrey Ryan
https://stat.ethz.ch/mailman/listinfo/r-devel -- Jeffrey Ryan jeffrey.r...@lemnica.com www.lemnica.com www.esotericR.com R/Finance 2012: Applied Finance with R www.RinFinance.com See you in Chicago __ R-devel@r-project.org mailing list https

Re: [Rd] Identical copy of base function

2012-02-27 Thread Jeffrey Ryan
On Mon, Feb 27, 2012 at 9:19 AM, Martin Maechler maech...@stat.math.ethz.ch wrote: Jeffrey Ryan jeffrey.r...@lemnica.com     on Mon, 27 Feb 2012 07:39:32 -0600 writes:     Doesn't this also mean that if Matrix is loaded first,     det() will be calling Matrix::determinant, which could

Re: [Rd] which R package is used for browsing web pages through coding

2012-02-15 Thread Jeffrey Ryan
-devel -- Jeffrey Ryan jeffrey.r...@lemnica.com www.lemnica.com www.esotericR.com R/Finance 2012: Applied Finance with R www.RinFinance.com See you in Chicago __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] seq.Date bug?

2012-01-31 Thread Jeffrey Ryan
of a dog, it is too dark to read. -- Groucho Marx __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Jeffrey Ryan jeffrey.r...@lemnica.com www.lemnica.com www.esotericR.com R/Finance 2012: Applied Finance

Re: [Rd] readRDS and saveRDS

2011-10-18 Thread Jeffrey Ryan
-devel -- Jeffrey Ryan jeffrey.r...@lemnica.com www.lemnica.com www.esotericR.com __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] readRDS and saveRDS

2011-10-18 Thread Jeffrey Ryan
Junior Chair Department of Statistics / Rice University http://had.co.nz/ __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Jeffrey Ryan jeffrey.r...@lemnica.com www.lemnica.com www.esotericR.com

Re: [Rd] Issue with seek() on gzipped connections in R-devel

2011-09-23 Thread Jeffrey Ryan
/listinfo/r-devel -- Jeffrey Ryan jeffrey.r...@lemnica.com www.lemnica.com www.esotericR.com __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Is it possible to pass a function argument from R to compiled code in C?

2011-09-20 Thread Jeffrey Ryan
-devel -- Jeffrey Ryan jeffrey.r...@lemnica.com www.lemnica.com www.esotericR.com __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Is xtable still being maintained?

2011-09-10 Thread Jeffrey Ryan
/listinfo/r-devel -- Jeffrey Ryan jeffrey.r...@lemnica.com www.lemnica.com www.esotericR.com __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Non-GPL C (or R) inside of a package

2011-08-31 Thread Jeffrey Ryan
On Tue, Aug 30, 2011 at 3:52 PM, Prof Brian Ripley rip...@stats.ox.ac.uk wrote: On Tue, 30 Aug 2011, Duncan Murdoch wrote: On 30/08/2011 1:50 PM, Jeffrey Ryan wrote: R-devel, I am interested in creating a package that requires non-GPL'd (commercial) C code to work.  In essence

Re: [Rd] Non-GPL C (or R) inside of a package

2011-08-31 Thread Jeffrey Ryan
On Wed, Aug 31, 2011 at 10:40 AM, oliver oli...@first.in-berlin.de wrote: On Wed, Aug 31, 2011 at 10:34:38AM -0500, Jeffrey Ryan wrote: [...] My case is a bit more subtle, as the code that I am writing makes no use of any GPL code, aside from the compilation and linking to allow GPL R code

[Rd] Non-GPL C (or R) inside of a package

2011-08-30 Thread Jeffrey Ryan
process. Thanks, Jeff -- Jeffrey Ryan jeffrey.r...@lemnica.com www.lemnica.com www.esotericR.com [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] slightly speeding up readChar()

2011-08-05 Thread Jeffrey Ryan
on chunks at a time... are there packages for that, or do I have to write my own code? Thanks! Michael __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Jeffrey Ryan jeffrey.r...@lemnica.com

Re: [Rd] CRAN mirror size mushrooming; consider archiving some?

2011-07-26 Thread Jeffrey Ryan
for download. Hadley -- Assistant Professor / Dobelman Family Junior Chair Department of Statistics / Rice University http://had.co.nz/ __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Jeffrey Ryan jeffrey.r

Re: [Rd] warning: assignment discards qualifiers from pointer target type

2011-06-08 Thread Jeffrey Ryan
__ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Jeffrey Ryan jeffrey.r...@lemnica.com www.lemnica.com www.esotericR.com [[alternative HTML version deleted]] __ R

Re: [Rd] help.request() for packages?

2011-04-26 Thread Jeffrey Ryan
maintainers seem to think of it; i.e., the package 'Administrator'. Have I misunderstood or missed an option? Matthew __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Jeffrey Ryan jeffrey.r...@lemnica.com

Re: [Rd] hook for when R quits

2011-03-11 Thread Jeffrey Ryan
       [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Jeffrey Ryan jeffrey.r...@lemnica.com www.lemnica.com __ R-devel@r

Re: [Rd] function call overhead

2011-02-16 Thread Jeffrey Ryan
éliminé de votre ordinateur toute copie du courriel reçu. __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Jeffrey Ryan jeffrey.r...@lemnica.com www.lemnica.com __ R

Re: [Rd] Request: Suggestions for good teaching packages, esp. with C code

2011-02-15 Thread Jeffrey Ryan
Science 1541 Lilac Lane, Room 504 University of Kansas __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Jeffrey Ryan jeffrey.r...@lemnica.com www.lemnica.com

Re: [Rd] Request: Suggestions for good teaching packages, esp. with C code

2011-02-15 Thread Jeffrey Ryan
__ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel        [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Jeffrey Ryan

Re: [Rd] manipulating the Date Time classes

2011-02-08 Thread Jeffrey Ryan
deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Jeffrey Ryan jeffrey.r...@lemnica.com www.lemnica.com __ R-devel@r-project.org mailing list https