Re: [Rd] [PATCH] show vector length in summary()

2013-09-11 Thread Sam Steingold
> * Simon Urbanek [2013-09-10 18:38:29 -0400]: > > On Sep 10, 2013, at 12:56 PM, Sam Steingold wrote: > >>> * Dirk Eddelbuettel [2013-09-10 10:21:33 -0500]: >>> >>> On 10 September 2013 at 10:32, Sam Steingold wrote: >>> | (summary.default): show the vector length in addition to quantiles >>> |

Re: [Rd] [PATCH] show vector length in summary()

2013-09-11 Thread Sam Steingold
> * Michael Weylandt [2013-09-10 22:45:00 -0400]: > > On Sep 10, 2013, at 18:38, Simon Urbanek wrote: > >> >> On Sep 10, 2013, at 12:56 PM, Sam Steingold wrote: >> * Dirk Eddelbuettel [2013-09-10 10:21:33 -0500]: On 10 September 2013 at 10:32, Sam Steingold wrote: | (summa

Re: [Rd] [PATCH] show vector length in summary()

2013-09-10 Thread Michael Weylandt
On Sep 10, 2013, at 18:38, Simon Urbanek wrote: > > On Sep 10, 2013, at 12:56 PM, Sam Steingold wrote: > >>> * Dirk Eddelbuettel [2013-09-10 10:21:33 -0500]: >>> >>> On 10 September 2013 at 10:32, Sam Steingold wrote: >>> | (summary.default): show the vector length in addition to quantiles

Re: [Rd] [PATCH] show vector length in summary()

2013-09-10 Thread Sam Steingold
> * Dirk Eddelbuettel [2013-09-10 10:21:33 -0500]: > > On 10 September 2013 at 10:32, Sam Steingold wrote: > | (summary.default): show the vector length in addition to quantiles > | > | > | diff -u -i -p -F '^(def' -b -w -B > /home/sds/src/R-3.0.1/src/library/base/R/summary.R.old > /home/sds/s

Re: [Rd] [PATCH] show vector length in summary()

2013-09-10 Thread Simon Urbanek
On Sep 10, 2013, at 12:56 PM, Sam Steingold wrote: >> * Dirk Eddelbuettel [2013-09-10 10:21:33 -0500]: >> >> On 10 September 2013 at 10:32, Sam Steingold wrote: >> | (summary.default): show the vector length in addition to quantiles >> | >> | >> | diff -u -i -p -F '^(def' -b -w -B >> /home/s

[Rd] [PATCH] show vector length in summary()

2013-09-10 Thread Sam Steingold
(summary.default): show the vector length in addition to quantiles diff -u -i -p -F '^(def' -b -w -B /home/sds/src/R-3.0.1/src/library/base/R/summary.R.old /home/sds/src/R-3.0.1/src/library/base/R/summary.R --- /home/sds/src/R-3.0.1/src/library/base/R/summary.R.old 2013-03-05 18:02:33.000

Re: [Rd] [PATCH] show vector length in summary()

2013-09-10 Thread Dirk Eddelbuettel
On 10 September 2013 at 10:32, Sam Steingold wrote: | (summary.default): show the vector length in addition to quantiles | | | diff -u -i -p -F '^(def' -b -w -B /home/sds/src/R-3.0.1/src/library/base/R/summary.R.old /home/sds/src/R-3.0.1/src/library/base/R/summary.R | --- /home/sds/src/R-3.0.1