[Rd] enableJIT in Rprofile leads to 'not a proper evaluation environment' on startup

2015-08-12 Thread Sam Steingold
g message: restarting interrupted promise evaluation --8<---cut here---end--->8--- I don't see anything relevant in NEWS. Replacing 3 with 2 in compiler::enableJIT(3) removes the error. However, I would prefer my loops to be compiled too. Suggestions

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):

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]: >>>> &

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

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

2013-09-10 Thread Sam Steingold
t;Min.", "1st Qu.", "Median", "Mean", "3rd Qu.", "Max.") + qq <- c(qq,"Length" = length(object)) if(any(nas)) c(qq, "NA's" = sum(nas)) else qq Diff finished. Tue Sep 10 10:19:40 2013