Re: [Rd] bug (PR#13570)

2009-03-05 Thread Ryan Hafen
't think about the fact that a weighted moving average involving half the data shouldn't oscillate so much. If the consensus is to keep degree=0, I'd be happy to help try to find the problem or provide a test case or something. Thanks for looking into this. Ryan On

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Ryan Hafen
moothing/ interpolating, not the main loess algorithm. -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.s...@imail.org 801.408.8111 -Original Message- From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r- project.org] On Behalf Of Ryan Haf

Re: [Rd] bug (PR#13570)

2009-03-05 Thread Ryan Hafen
Excellent, Ben! Thanks!! On Mar 5, 2009, at 8:24 PM, Benjamin Tyner wrote: Hi Nice to hear from you Ryan. I also do not have the capability to debug on windows; however, there is a chance that the behavior you are seeing is caused by the following bug noted in my thesis (available on

Re: [Rd] bug of *switch* function

2009-03-09 Thread Jeff Ryan
s" > > > when I change *organism* to "yeast", and call *switch* function again, > *species* suppose to be changed to "Sc", but it remain it's original value. > > You can see my screenshot at > http://ygc.azpala.com/2009/03/09/bug-of-r-29-dev > > -- > Bests, > Guangchuang Yu

[Rd] 2.3 issues on Mac

2006-05-24 Thread Ryan Lovett
intel binaries? Also, Makeconf is not setup to create universal binary libraries. Will this be done at some point? Lastly, R.mpkg crashes Apple's Remote Desktop 2.2 when installing on a client. I was wondering if anyone else sees this? Thanks,

[Rd] Child thread libR.so

2015-08-20 Thread Ryan C Metzger
bugging if configure makes a mistake. It was created by R configure 3.2.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix /u/rmetzger/linux_R_vanilla --enable-R-shlib ## - ## ## Platform. ## thank you! Ryan __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Child thread libR.so

2015-08-24 Thread Ryan C Metzger
t main.c:861 #4 0x2b14a98b in Rf_initEmbeddedR (argc=, argv=) at Rembedded.c:63 On Thu, Aug 20, 2015 at 1:21 PM, Ryan C Metzger wrote: > So I'm working on a custom front end to R, in one mode of the front > end I dynamically load libR.so into a child worker thread. I'm ve

Re: [Rd] Child thread libR.so

2015-08-25 Thread Ryan C Metzger
ression = PROTECT(allocVector(LANGSXP, 2)); SETCAR(aperm_expression, aperm_function); } } -- SNIP This now behaves appropriately from a child thread in my custom front end. thank you again Simon, Ryan > Ryan, > > if you read the piece you quoted from more car

Re: [Rd] Bug in nlm, found using sem; failure in several flavors (PR#13882)

2009-08-07 Thread jeff . a . ryan
wNzcxNzE4NjM4NSwtMC4yOTEyNjIzOTE4Mjc2NzEsMC4y > NTYyNzQxOTU5ODMwMDQsMC4zNDY0NDE0MTExMTYxNDcNCiJuZWdvdXRjb21l > IiwwLjE4MDU0OTkyNTAyNDM3NywwLjAwOTgxNTM4Mzk4NDM0ODUxLC0wLjAz > MzY1NTkwNjMzMDc4MzUsMC4xNjA2NjEzMDc0ODY1NTksMC4zMjQ1MjU2NTMx > NjQ1MDgsMC4zMzAwNzU2NjY1MjY3NjEsLTAuMTYwMTM3NTQ1ODcxNDQ4LDAu > MjU4MzQ5NzA

Re: [Rd] Plot definition for custom class

2008-01-24 Thread jeff . a . ryan
I think you just need to include the '...' as an argument to your function. Jeff Sent via BlackBerry from T-Mobile -Original Message- From: Johannes Graumann <[EMAIL PROTECTED]> Date: Thu, 24 Jan 2008 22:03:10 To:[EMAIL PROTECTED] Subject: [Rd] Plot definition for custom class Hi, Is

<    1   2