search for: r241

Displaying 5 results from an estimated 5 matches for "r241".

Did you mean: 1241
2007 Feb 23
0
Solved two problems with Cygwin
...the recommended UNIX mode. I re-ran the cygwin installer and installed a simple package (Games/fortune is a nice one) and chose DOS/text mode for files, which solved this problem. (2) Do not use make-3.81. > Rcmd build mypkg Using auto-selected zip options ' mypkg-HELP=ziponly' c:/R/R241/src/gnuwin32/MakePkg:89: *** multiple target patterns. Stop. make[1]: *** [pkg-mypkg] Error 2 *** Installation of mypkg failed *** Looking in mypkg/00install.out is more helpful: c:/R/R241/src/gnuwin32/MakePkg:118: *** target pattern contains no `%'. Stop. make: *** [pkg-mypkg] Error 2 *** I...
2008 Aug 10
1
(Un-)intentional change in drop1() "Chisq" behaviour?
...(e.g. R 2.7.1) produce 0 (2.2e-16). I would assume that the former is more appropriate, so I was just curious if this is an intentional change. Kind regards- Lutz y<-rbinom(100,1,0.5) x<-rep(0,100) m<-glm(y~x, family=binomial) summary(m) drop1(m, test="Chisq") ################# R241> drop1(m, test="Chisq") Single term deletions Model: y ~ x Df Deviance AIC LRT Pr(Chi) <none> 138.59 140.59 x 0 138.59 140.59 0.00 Warning message: NaNs produced in: pchisq(q, df, lower.tail, log.p) ################## R271> drop1(m, test="Chis...
2010 Jun 15
0
[LLVMdev] Question on X86 backend
..., R192, R193, R194, R195, R196, R197, R198, R199, R200, R201, R202, R203, R204, R205, R206, R207, R208, R209, R210, R211, R212, R213, R214, R215, R216, R217, R218, R219, R220, R221, R222, R223, R224, R225, R226, R227, R228, R229, R230, R231, R232, R233, R234, R235, R236, R237, R238, R239, R240, R241, R242, R243, R244, R245, R246, R247, R248, R249, R250, R251, R252, R253, R254, R255 ] , Uses = [ R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, R22, R23, R24, R25, R26, R27, R28, R29, R30, R31, R32, R33, R34, R35, R36, R37, R38, R39, R40, R41,...
2010 Jun 15
2
[LLVMdev] Question on X86 backend
Hi Micah, > In X86InstrInfo.td for Call Instructions, it mentions that Uses for > argument registers are added manually. Can someone point me to the > location where they are added as the comment doesn't reference a > where or how? the register uses are added by the function X86TargetLowering::LowerCall() during the DAG Lowering phase. This is the relevant code segment: // Add
2009 Jan 16
0
New winetricks 20090116: new verbs mono22, urlmon, wininet, controlpad, native_oleaut32, msscript, hosts; plus various updates and bugfixes
...Fix some places where a space in WINEPREFIX would have caused grief r244 | daniel.r.kegel | 2008-12-02 Quoted the last few instances of $WINETRICKS_TMP. (Thanks to Nicolas Koch for the tip.) r243 | daniel.r.kegel | 2008-11-30 New verb urlmon. r242 | daniel.r.kegel | 2008-11-30 Add verb wininet. r241 | daniel.r.kegel | 2008-11-29 New version 20081129. r240 | daniel.r.kegel | 2008-11-29 New verbs: controlpad/fm20, native_oleaut32. Clean up temp directory between verbs.