search for: blipblop

Displaying 4 results from an estimated 4 matches for "blipblop".

1997 Oct 30
0
R-alpha: names(j) <- NULL fails for a `call' object
....dalgaard@kubism.ku.dk> ##- A call with tagged arguments is something like a list, the tags ##- can be used to access elements, but the names attribute is absent, ##- until the call is coerced to a list. (Attempting to set the names() ##- causes evaluation. Changing "list" to "blipblop" causes an 'Error: ##- couldn't find function "blipblop"' at that point.) print(j <- substitute(list(a=1, b=2)))## list(a = 1, b = 2) mode(j); is.call(j)# "call" , TRUE j$b## [1] 2 names(j)# [1] "" "a" "b" names(j) <- NU...
1997 Apr 20
1
R-alpha: Playing the tag game
...ll, and some weird stuff happened. ---------- A call with tagged arguments is something like a list, the tags can be used to access elements, but the names attribute is absent, until the call is coerced to a list. (Attempting to set the names() causes evaluation. Changing "list" to "blipblop" causes an 'Error: couldn't find function "blipblop"' at that point.) > j<-substitute(list(a=1,b=2)) > j list(a = 1, b = 2) > j$b [1] 2 > names(j) NULL > names(j)<-NULL > j [[1]] [1] 1 [[2]] [1] 2 ----------- This one is plainly a bug. Meaningles...
2011 Jul 22
9
Blip&Blop - old issue gone, new issue up
Trying to run THIS (http://appdb.winehq.org/objectManager.php?sClass=version&iId=5130) game using a current wine build (latest dev) results in the game STARTING, changing the resolution, showing the intro... But as soon as you press ESC it freezes (music keeps playing). If you don't press ESC, intro runs, high scores are displayed on title screen, and then nada... Any ideas on getting
1997 Aug 21
2
R-alpha: new class for chisquare tests?
I sort of asked this before, but perhaps not explicitly enough. In my ctest collection, there are several chisquare-based tests. For some of them, it may be useful to also return information on expected (and observed) counts. The question is, how should this be done. Of course, there is no problem adding the corresponding components to the list returned by the functions. However, as these are