search for: 77405

Displaying 3 results from an estimated 3 matches for "77405".

Did you mean: 757405
2019 Nov 13
2
calls with comment attribute
...) > > a comment > > another comment > > func(arg) > > > > What is the rationale for the special treatment of calls? > > It was there in revision 2 of src/main/deparse.c in 1997. (For those > unfamiliar with R history: the current revision of R is 77405. That > particular file has been revised 248 times since rev 2.) > > I suspect either nobody has noticed it before, or nobody had the nerve > to touch it. > > Duncan Murdoch > [[alternative HTML version deleted]]
2019 Nov 12
3
calls with comment attribute
In general R doesn't print the "comment" attribute of an object > structure(1:3, comment=c("a comment", "another comment")) [1] 1 2 3 but if the object is a call it prints it in an unusual format > structure(quote(func(arg)), comment=c("a comment", "another comment")) a comment another comment func(arg) What is the
2005 Apr 21
2
A general view of the TC
Is there any library that i can hook on at runtime in order to create a qdisc dinamically from a program or if i want to do this I have to call the "tc" command? The disadvantage of calling the tc command from a process is that it creates an other process and this slows things up. Marius