[Rd] new.env does not recognize parents from subclasses of "environment"

2010-10-20 Thread Vitaly S.
Dear Developers, A lot has been changed in the R12.0 with respect to behavior of "environment" subclasses. Many thanks for that. One small irregularity, though; new.env does not allow the parent to be from S4 subclass. > setClass("myenv", contains="environment") [1] "myenv" > new.env(parent=n

Re: [Rd] new.env does not recognize parents from subclasses of "environment"

2010-10-20 Thread John Chambers
Thanks for the report. Should now be fixed in r-devel and 2.12 patched (rev 53383). Please do report any cases where a subclass of environment doesn't work. There are some known cases in locking and active binding, that will be fixed in due course. The workaround for any such problem is u

[Rd] library verbose option doesn't stop "Loading required package XYZ"

2010-10-20 Thread Dominick Samperi
Hello, The library verbose option does not stop numerous messages of the form "Loading required package: XYZ". This is inconvenient when a package is loaded repeatedly using Rscript. Is there a way to turn off the "Loading required package" messages? One possible work-around is to make packages

Re: [Rd] library verbose option doesn't stop "Loading required package XYZ"

2010-10-20 Thread David Winsemius
On Oct 20, 2010, at 6:49 PM, Dominick Samperi wrote: Hello, The library verbose option does not stop numerous messages of the form "Loading required package: XYZ". This is inconvenient when a package is loaded repeatedly using Rscript. Is there a way to turn off the "Loading required package"

Re: [Rd] library verbose option doesn't stop "Loading required package XYZ"

2010-10-20 Thread Dominick Samperi
Thanks David, but this doesn't work. Under R 2.12.0 the "Loading required packages" messages appear under R 2.12.0 when I use, for example: Rscript --vanilla -e "{ invisible(library(cxxPack)); cat(sqrt(2)) }" On Wed, Oct 20, 2010 at 7:00 PM, David Winsemius wrote: > > On Oct 20, 2010, at 6:49 PM

Re: [Rd] library verbose option doesn't stop "Loading required package XYZ"

2010-10-20 Thread Martin Morgan
On 10/20/2010 04:25 PM, Dominick Samperi wrote: > Thanks David, but this doesn't work. Under R 2.12.0 the "Loading required > packages" > messages appear under R 2.12.0 when I use, for example: > > Rscript --vanilla -e "{ invisible(library(cxxPack)); cat(sqrt(2)) }" ?suppressPackageStartupMessage