Re: [Rd] S4 Inheritance of environments

2010-04-25 Thread Duncan Murdoch
On 24/04/2010 1:15 PM, Christopher Brown wrote: I looked through the documentation and the mailing lists and could not find an answer to this. My apologies if it has already been answered. If it has, a pointer to the relevant discussion would be greatly appreciated. Environments are

Re: [Rd] S4 Inheritance of environments

2010-04-25 Thread Henrik Bengtsson
On Sun, Apr 25, 2010 at 1:09 PM, Duncan Murdoch murdoch.dun...@gmail.com wrote: On 24/04/2010 1:15 PM, Christopher Brown wrote: I looked through the documentation and the mailing lists and could not find an answer to this.  My apologies if it has already been answered.  If it has, a pointer

[Rd] Miktex does not work with R CMD check

2010-04-25 Thread Ulrike Grömping
Dear DevelopeRs, the issue I am stuck with (I am on Windows, R-2.11): My Miktex (version 2.8) does not work with R CMD check, although Miktex on its own can pdflatex the tex-file in the Rcheck directory. (This issue has been going on for a while, and now, after having updated to R-2.11, I

Re: [Rd] Question of R CMD check

2010-04-25 Thread rusers.sh
Hi all, I find the problem.See below. Today, i installed the newest R-VERSION2.11.0 for checking. Different error occurred. I checked the log and found 'Hmisc' package caused this. At present, binary package was not provided. After i installed an old version of 'Hmisc' package, it works very

[Rd] problem with Rcmdr Plugins

2010-04-25 Thread Hodgess, Erin
Dear R Development People: I have written a couple of plugins for Rcmdr and they do not seem to work with R-2.11.0. Here is the output: library(RcmdrPlugin.epack) Loading required package: Rcmdr Loading required package: tcltk Loading Tcl/Tk interface ... done Loading required package: car ---

[Rd] a side note to the Rcmdr issue

2010-04-25 Thread Hodgess, Erin
Hi again. On Windows, when I try to use the install packages from the menu, there is no Rcmdr and no RcmdrPlugins to be seen. thanks, Erin Erin M. Hodgess, PhD Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: hodge...@uhd.edu

Re: [Rd] a side note to the Rcmdr issue

2010-04-25 Thread John Fox
Dear Erin, Unlike in previous version of R for Windows, the package list is alphabetized with uppercase letters preceding lowercase letters. Thus look under uppercase R and then lowercase c. Regards, John John Fox Senator William McMaster Professor of Social

Re: [Rd] problem with Rcmdr Plugins

2010-04-25 Thread John Fox
Dear Erin, I'm not sure why this is a problem with R 2.11.0 and not with earlier versions (I'm sure that someone else will be able to answer), but it is unnecessary for your plug-in package to require rgl, since rgl is already loaded by the Rcmdr package at startup if it is present. The same is

Re: [Rd] S4 Inheritance of environments

2010-04-25 Thread John Chambers
In addition to Duncan Murdoch's explanation, this is discussed in the documentation for Classes (briefly): . Extending a basic type this way allows objects to use old-style code for the corresponding type as well as S4 methods. Any basic type can be used for .Data, but a few types are