search for: bbo

Displaying 20 results from an estimated 76 matches for "bbo".

Did you mean: bb
2004 Feb 17
2
BBO doesnt work properly
hi i have problems running BBO (that is Bridge Base Online - www.bridgebase.com) it's a program to play bridge online. when it starts everything looks working perfectly. i see other players, see the chat, but unfortunatelly i'm unable to connect to a table, or chat. it seems as if communication worked properly only o...
2006 Oct 05
2
compiz coding style
The coding style I use for compiz is very similar to what's used in the xserver. This was the best I could get out of GNU indent. indent -psl -saf -sai -saw -sob -i4 -bbo -bls -lp -di1 -pcs -bs -cs -bl -bli0 -cdb -sc -bad -bap -l78 The style in compiz is slightly different though. Function parameters are aligned and I usually align function parameter names and variable names too. I also cuddle up { in switch statements. Camel caps are used and I'm pretty strict...
2004 Jun 27
3
problems with installer for bridge base online
I'm attempting to run the Bridge Base Online installer (ftp://www.bridgebase.com/bbo_setup.exe) under wine, but something isn't working. wine bbo_setup.exe produces no error output, and very briefly displays the splash screen before exiting with a successful status. winedbg bbo_setup.exe produces: fixme:console:SetConsoleCtrlHandler (0x405be730,1) - no error checking or test...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...sQIfuGGE4)_zy>+u0p1k?nEB-d)$!}h?(jVPy@^7-z`)@YuIcCux zyZN8lTW@*eA7d^0xtnVzl56+xIdSt48NPY*QA1&U%kJ@&M>Ky;Bt>dq`wD-!HsGyK z>28K*KI<O|`D=#IVL^X|UKk2_>zyX|5MQub?-xXI-ZdBu_`Ef|dIXd$<Z~8xtMUgb zdildBT^sU8e9m4$Z-p;ZTvHh|N>C~EBH+{eM=&KW6td?kwK!q2a*BHd%j?2cs#_4N z(_iBYS?x!BBO=aHpdND3<RtVu%FO!IRhRifMrp`f6Bf%W%Pj3JFZYGR{xW~SAF0nR zj8F9o1#5kwh~F1>^r)*T7y9Tf9#GsZSX~>e!NR6>7_-}~#y3o?biGIf&QgE1FC?P| z24!X$V(psQy at PdOpNys?3`{VGBlQ8F7{3TDdZ(;z{rgKocVBtH8<Gn at y;#;D2J4NK zV_{ky2}{9c#F>ch!D>h#wZE^t4pUHXCQ}jwtan4%a0&)IB!uys-7E@)g61gP#eHK5 z{q{asFNPG...
2019 Feb 21
0
model.matrix.default() silently ignores bad contrasts.arg
An lme4 user pointed out <https://github.com/lme4/lme4/issues/491> that passing contrasts as a string or symbol to [g]lmer (which would work if we were using `contrasts<-` to set contrasts on a factor variable) is *silently ignored*. This goes back to model.matrix(), and seems bad (this is a very easy mistake to make, because of the multitude of ways to specify contrasts for factors in R
2019 Mar 14
1
r76237 broken?
It looks like the most recent SVN commit changed line 1068 of src/library/tools/R/admin.R to include a call to "shQuotee" (sic), which is now breaking Travis r-devel builds ... ('checking sizes of PDF files under ?inst/doc?: .Error in shQuotee(tf) : could not find function "shQuotee"') The new line reads: res <- system2(qpdf, c(qpdf_flags, shQuote(p),
2019 Dec 07
0
Inconsistencies in wilcox.test
Your second issue seems like a more or less unavoidable floating-point computation issue. The paired test operates by computing differences between corresponding values of x and y. It's not impossible to try to detect "almost-ties" (by testing for differences less than, say, sqrt(.Machine$double.eps)), but it's delicate and somewhat subjective/problem-dependent. Example:
2020 Jan 13
0
as-cran issue
From R NEWS (changes in 3.6.0) Experimentally, setting environment variable _R_CHECK_LENGTH_1_LOGIC2_ will lead to warnings (or errors if the variable is set to a ?true? value) when && or || encounter and use arguments of length more than one. On 2020-01-13 11:46 a.m., Therneau, Terry M., Ph.D. via R-devel wrote: > Thanks for the feedback Dirk.?? I sent my follow-up before I saw it.
2020 Feb 21
1
trivial typo in man page Quote.Rd
Attn: someone on R-core: "ran" should be "can". Also, thanks for this feature! Index: Quotes.Rd =================================================================== --- Quotes.Rd (revision 77845) +++ Quotes.Rd (working copy) @@ -74,7 +74,7 @@ Raw character constants are also available using a syntax similar to the one used in C++: \code{r"(...)"} with
2020 Aug 22
1
M[cbind()] <- assignment with Matrix object loses attributes
...hting the problems here... > > I think R should generate an error or a warning, if a user tries to > assign attributes to S4 objects. > > In saying that, mixing OO design with numerical linear algebra is a gold mine... > > > On Tue, Aug 11, 2020 at 1:23 PM Ben Bolker <bbolker at gmail.com> wrote: >> >> Does this constitute a bug, or is there something I'm missing? >> assigning sub-elements of a sparse Matrix via M[X]<-..., where X is a >> 2-column matrix, appears to drop user-assigned attributes. I dug around >> in the R c...
2020 Sep 09
1
more Matrix weirdness
Am I being too optimistic in expecting this (mixing and matching matrices and Matrices) to work? If x is a matrix and m is a Matrix, replacing a commensurately sized sub-matrix of x with m throws "number of items to replace is not a multiple of replacement length" ... x <- matrix(0,nrow=3,ncol=10, dimnames=list(letters[1:3],LETTERS[1:10])) rr <-
2023 Feb 18
0
uniroot violates bounds?
c1 <- 4469.822 c2 <- 572.3413 f <- function(x) { c1/x - c2/(1-x) }; uniroot(f, c(1e-6, 1)) uniroot(f, c(1e-6, 1)) provides a root at -6.00e-05, which is outside of the specified bounds. The default value of the "extendInt" argument to uniroot() is "no", as far as I can see ... $root [1] -6.003516e-05 $f.root [1] -74453981 $iter [1] 1 $init.it [1] NA
2023 Mar 17
1
use Ctrl-W to close View() window?
? I might be the last person in the world who's using View() outside of RStudio, but does anyone have a sense of how hard it would be to enable closing such a window (when in focus) with a standard keyboard shortcut (e.g. Ctrl-W on Linux) ... ?? Where would I start looking in the code base? ? Or maybe this can already be enabled somehow? ? cheers ?? Ben Bolker
2023 Jul 11
2
question about an R idiom: eval()ing a quoted block
In a few places in the R source code, such as the $initialize element of `family` objects, and in the body of power.t.test() (possibly other power.* functions), sets of instructions that will need to be run later are encapsulated by saving them as an expression and later applying eval(), rather than as a function. This seems weird to me; the only reason I can think of for doing it this way is
2023 Dec 07
0
option to silence/quieten stats::confint.glm ?
confint.glm prints a message "Waiting for profiling to be done..." I could have sworn that there used to be an option (quiet = TRUE?) to turn this message off without resorting to suppressMessages() (finer/more specific control is always preferable ...) -- but on the basis of looking back at archived versions of MASS, and at this Stack Overflow post:
2024 Jan 22
1
Use of geometric mean for geochemical concentrations
I think https://stats.stackexchange.com would be best: r-sig-ecology is pretty quiet these days On 2024-01-22 11:05 a.m., Rich Shepard wrote: > On Mon, 22 Jan 2024, Bert Gunter wrote: > >> better posted on r-sig-ecology? -- or maybe even stack exchange? > > Bert, > > Okay. > > Regards, > > Rich > > ______________________________________________
2024 Nov 09
1
Limit
Check the "high performance task view" on CRAN ... https://cran.r-project.org/web/views/HighPerformanceComputing.html On Fri, Nov 8, 2024, 7:58 PM Val <valkremk at gmail.com> wrote: > Hi All, > > I am reading data file ( > 1B rows) and do some date formatting like > dat=fread(mydatafile) > dat$date1 <- as.Date(ymd(dat$date1)) > > However, I
2024 Dec 05
1
trivial typo
On line 35 of src/library/stats/man/predict.Rd, there is a missing "be": "errors are to [be] returned". https://github.com/r-devel/r-svn/blob/7b28ae9f8c77c7eb280eee3f4515822bb88e5c4b/src/library/stats/man/predict.Rd#L35 git blame says this has been this way for 21 years ... I could submit a patch but that seems like overkill ... cheers Ben Bolker
2024 Dec 24
1
Extract estimate of error variance from glm() object
vcov(). ? On Tue, Dec 24, 2024, 8:45 AM Christofer Bogaso <bogaso.christofer at gmail.com> wrote: > Hi, > > I have below GLM fit > > clotting <- data.frame( > u = c(5,10,15,20,30,40,60,80,100), > lot1 = c(118,58,42,35,27,25,21,19,18), > lot2 = c(69,35,26,21,18,16,13,12,12)) > summary(glm(lot1 ~ log(u), data = clotting, family = gaussian)) > >
2013 Dec 19
0
R/C++ programmer for lme4 maintenance
I am seeking a qualified individual to do maintenance, debugging, and development work on `lme4`, a package written in R and C++ for fitting mixed models. I can initially commit funding for 0.25 year full-time equivalent, e.g. 3 months of full-time work or 6 months of half-time. The position is located at McMaster University in Hamilton, Ontario, Canada; I prefer a candidate who could attend