search for: farewell

Displaying 20 results from an estimated 43 matches for "farewell".

2010 Apr 13
1
formatR: farewell to ugly R code
...while ? ?Sys.sleep(0.01) } The usage is simple: # formatR depends on RGtk+; will be installed automatically # better use the latest version of R (>=2.10.1) install.packages('formatR') library(formatR) # or formatR() Screen-shots can be found here: http://yihui.name/en/2010/04/formatr-farewell-to-ugly-r-code/ Regards, Yihui -- Yihui Xie <xieyihui at gmail.com> Phone: 515-294-6609 Web: http://yihui.name Department of Statistics, Iowa State University 3211 Snedecor Hall, Ames, IA _______________________________________________ R-packages mailing list R-packages at r-project.org htt...
2010 Apr 13
1
formatR: farewell to ugly R code
...while ? ?Sys.sleep(0.01) } The usage is simple: # formatR depends on RGtk+; will be installed automatically # better use the latest version of R (>=2.10.1) install.packages('formatR') library(formatR) # or formatR() Screen-shots can be found here: http://yihui.name/en/2010/04/formatr-farewell-to-ugly-r-code/ Regards, Yihui -- Yihui Xie <xieyihui at gmail.com> Phone: 515-294-6609 Web: http://yihui.name Department of Statistics, Iowa State University 3211 Snedecor Hall, Ames, IA _______________________________________________ R-packages mailing list R-packages at r-project.org htt...
2006 Jan 17
2
multiple GLMs with lmList in lme4
...l: lm(formula = y ~ x, data = df, subset = gp == 1) Coefficients: (Intercept) x 0.5560 0.6362 Any suggestions as to why lmList matches the linear fits rather than the GLM fits would be greatly appreciated. I'm using R2.2.1 with lme version 0.98-1 in Windows XP. Daniel Farewell Cardiff University
2005 May 24
3
Wine on Macs ?
Now that MacOS is Unix-based, can Wine be run on them ? -- Andrew You can be the captain I will draw the chart Sailing into destiny Closer to the heart Closer to the Heart by Rush (A Farewell to Kings, 1977) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2007 May 10
1
Follow-up about ordinal logit with mixtures: how about 'continuation ratio' strategy?
...n). My guess is that either of ### those approaches would be worth the while, but I might have ### trouble persuading a target audience that they have good ### properties. 3) Adapt a "continuation ratio" approach. ### This latter approach was suggested by a post in r-help by Daniel ### Farewell <farewelld_at_Cardiff.ac.uk> ### http://tolstoy.newcastle.edu.au/R/help/06/08/32398.html#start ### It pointed me in the direction of "continuation ratio" logit models ### and one way to estimate an ordinal logit model with random ### parameters. ### Farewell's post gives workin...
2008 Mar 19
0
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
...line "========Initialized=========" appears in the log. The gcc-compiled one emits some more messages to log: ========Initialized========= Client using an automatically assigned port Client opened a socket on address local:2 Client opened a socket on address 0.0.0.0:56687 Map farewell provides unknown info item author_email, ignored Map farewell provides unknown info item author_www, ignored Map warfare provides unknown info item author_email, ignored Map warfare provides unknown info item author_www, ignored Attempted division by zero in menu Attempted division by zer...
2008 Mar 19
3
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
Am Mittwoch, den 19.03.2008, 14:49 +0100 schrieb Holger Schurig: > > Just my two cents. From time to time I'm testing LLVM via > > compiling & running such big beasts as Qt and Mozilla. Also, > > at 2.0 time I tried to compile & test bunch of software from > > KDE and many others. > > I tried to compile the 3D game engine "darkplaces" with
2012 Dec 06
2
Bye Bye, Observers
Observers will be no more as of Rails 4, farewell, never been much of a fan. However, I''m using it in one of my gems which enables model attributes for use with a WYSIWYM editor. The resulting markup is persisted, but in order to use it in a view, it has to be nokogiried in a helper which fragment caches the result. This cache has to...
2002 Sep 24
3
2.5.5-1 rsync hangs
...In my case I'm trying to pull files onto Windows(XP) from Unix(Solaris). rsync forks in this case; the parent process generates the filelisT while a child process does the receiving. (Something like that, at least; I guess it's for deadlock avoidance) At the end, the parent process waves farewell to the remote server, and then does a kill(..., SIGUSR2) on the child pid to tell it to exit. This signal seems to get lost, as suggested above, some moderate percentage of the time. The child process is supposedly waiting for this signal inside msleep(), which calls select() to wait in 20ms burs...
2006 Jan 17
6
Rails Best Practices Page
Hey, I have been progressively learning more and more rails each day (from both a current project, reading the agile book, and this list). Does anybody think it would be beneficial to have kind of like a rails "Best Practices" page that lists some of the better ways of handling certain functions of rails (that are common in most apps) that are both more elegant, and efficient. For
2006 Jan 31
2
Need advice on RoR app design
Fellow Railers, Is there anything, anywhere, that I can read that discusses overall RoR app design? I have the Agile RoR book, which is great for learning the details of RoR, but unfortunately doesn''t cover the overall issue of creating a large, complex RoR app. My staff and I are still in the process of getting up to speed on Ruby and RoR, but we also need to begin thinking about
2006 Aug 08
1
fixed effects constant in mcmcsamp
...the estimates of the variance components aren't within the IQ ranges of their posterior samples. I understand from various posts that mcmcsamp is still a work in progress, and may not work on every model. Is this one of those cases? I'm using R 2.3.1 and lme4 0.995-2 on Windows XP. Daniel Farewell Cardiff University
2005 May 22
1
Installation Problems
...Y:\\Download\\Software\\waveatmp3_setup.exe" failed, status c0000135 andrew@zeus:~/Download/Software> Anyone know what's happened to my wine installation ? -- Andrew You can be the captain I will draw the chart Sailing into destiny Closer to the heart Closer to the Heart by Rush (A Farewell to Kings, 1977) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2005 Apr 30
2
Using real windows drive
Newbie of course, and having trouble finding answers in the plethora of documents and forums. I can't seem to set up my config correctly so that my windows drives and cdrom are properly recognized by winefile. I put lines in for C - fake windows D- real windows E-cdrom P-Partition that has my windows based program files(this drive segfaults 139 depending on which way I go into it)
2006 Jan 31
1
Inserting NULL values into PostgreSQL from Rails
I have several TIME columns in a PostgreSQL table that I am trying to store times of day in. These columns allow NULL values since there may some records where there is no time to store. My problem is that Rails is inserting a default value into these fields (the result of calling Time.new) regardless of the value that is passed from a form. I am generating select tags with possible time
2000 Feb 29
1
No subject
Does anyone know of any comprehensive literature (like a book, collection of articles, etc.) that walk thorugh example of ARIMA modeling with the ts package of R? Genarlly if you've just started to learn the R-language and are all week long with ARIMA, what is a fast-pace source that you would recommend (to a beginner) ? Thank you, Krasi
2006 Apr 02
0
ipsec - vpn client - CentOS4.3
Anyone know of a client that will allow me to connect a laptop running 4.3 to a checkpoint firewall running an ipsec tunnel? Once i have this working i can say farewell to windows. thanks
2009 Jul 23
0
exactly overlaid semi-transparent lines
...on R-help about the subtleties of semi-transparency, but I wonder if anyone can suggest a way that I might achieve what I'm after? (The application I have in mind is multiple imputation, plotting n imputations at alpha = 1/n to see where there is, or is not, variability.) Many thanks, Daniel Farewell Cardiff University R version 2.9.1 (2009-06-26) i386-apple-darwin8.11.1 locale: en_GB.UTF-8/en_GB.UTF-8/C/C/en_GB.UTF-8/en_GB.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.9.1
2010 Dec 31
0
Happy New Year 2011
Assalaam 'alaikum This animated card has been viewed times An year ends is a stone thrown into the depths of the space of time with the farewell resonances and gives birth to a new year with joyful screams. Happy new year Best wishes SALAM yours. Mohamed Salim BOUHLEL General Chair, SETIT 2011 Director of the Higher Institute of Electronics and Communication of Sfax Head of Research Unit:Sciences & Technologies of Im...
2008 Dec 08
0
gee niggles
...levance: R version 2.7.2 (2008-08-25) i386-apple-darwin8.11.1 locale: en_GB.UTF-8/en_GB.UTF-8/C/C/en_GB.UTF-8/en_GB.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] gee_4.13-13 Many thanks in advance! Daniel Farewell Cardiff University