search for: dma0jcr

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

2002 Oct 07
2
Core dump with "parse" (PR#2120)
Hi everyone, The following code may not be very sensible, but it generates a core dump. The same happens in R-1.5.1. Cheers, Jonathan. arrow:dma0jcr% R-1.6.0 R : Copyright 2002, The R Development Core Team Version 1.6.0 (2002-10-01) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type `license()' or `licence()' for distribution details. R is a collaborative proje...
2001 Apr 11
0
replicating lists (fwd) (PR#907)
...atical Sciences South Road University of Durham Durham DH1 3LE tel: +44 (0)191 374 2361, fax: +44 (0)191 374 7388 http://www.maths.dur.ac.uk/stats/people/jcr/jcr.html ---------- Forwarded message ---------- Date: Wed, 11 Apr 2001 09:15:26 +0100 (BST) From: Jonathan Rougier <dma0jcr@euclid.dur.ac.uk> To: r-devel@stat.math.ethz.ch Subject: replicating lists Hi Everyone, At the moment it is not possible to replicate complex lists, but only simple ones: > rep(list(fred = 1:10), 10) # works fine > rep(list(fred = 1:10, happy = "squash"), 10) Error in rep(list...
2001 Nov 13
1
Small change to "cut.default"
Hi everyone, Can I suggest the following cosmetic change to cut.default (R-1.3.1), to adjust the labels in the case that include.lowest = TRUE: arrow:dma0jcr% diff -u cut.R my.cut.R --- cut.R Tue Nov 13 12:28:35 2001 +++ my.cut.R Tue Nov 13 12:35:16 2001 @@ -25,6 +25,11 @@ ch.br[-nb], ",", ch.br[-1], if(right)"]" else ")", sep='') else paste(&qu...
2001 Apr 11
5
replicating lists
Hi Everyone, At the moment it is not possible to replicate complex lists, but only simple ones: > rep(list(fred = 1:10), 10) # works fine > rep(list(fred = 1:10, happy = "squash"), 10) Error in rep(list(fred = 1:10, happy = "squash"), 10) : Unimplemented feature in rep There is nothing in ?rep that suggests that the latter should not work, and I think it would