Re: [Rd] Bug in new behaviour for all.equal and environments?

2014-09-21 Thread Duncan Murdoch
On 21/09/2014, 1:38 PM, Rui Barradas wrote: > Hello, > > In R 3.1.1 on Windows 7 it's ok. > > > all.equal(baseenv(), baseenv()) > [1] TRUE > > sessionInfo() > R version 3.1.1 (2014-07-10) > Platform: x86_64-w64-mingw32/x64 (64-bit) I'm not sure if that's really "ok", since it returns TRUE for

Re: [Rd] last user argument missing from Rscript --verbose

2014-09-21 Thread Dirk Eddelbuettel
On 20 September 2014 at 19:55, Harris A. Jaffee wrote: | Terrific, and I appreciate your thoughts and encouragement. | | So, getting back on-list, I propose a backward-incompatible change, with | or without --verbose, that the --args be included in the 'av' array, and | passed to R, only if there

Re: [Rd] Bug in new behaviour for all.equal and environments?

2014-09-21 Thread Rui Barradas
Hello, In R 3.1.1 on Windows 7 it's ok. > all.equal(baseenv(), baseenv()) [1] TRUE > sessionInfo() R version 3.1.1 (2014-07-10) Platform: x86_64-w64-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=Portuguese_Portugal.1252 LC_CTYPE=Portuguese_Portugal.1252 [3] LC_MONETARY=Portuguese_Portugal.1252 L

[Rd] Bug in new behaviour for all.equal and environments?

2014-09-21 Thread Kevin Ushey
Hi R-devel, The following code: all.equal(baseenv(), baseenv()) gives the error when run in a clean R session with latest R-devel (r66650): kevin:~$ R --vanilla --slave -e "all.equal(baseenv(), baseenv())" Error in all.equal.envRefClass(target[[i]], current[[i]], check.attributes =

Re: [Rd] last user argument missing from Rscript --verbose

2014-09-21 Thread Harris A. Jaffee
Terrific, and I appreciate your thoughts and encouragement. So, getting back on-list, I propose a backward-incompatible change, with or without --verbose, that the --args be included in the 'av' array, and passed to R, only if there are user arguments to follow it. The condition for a first argum