[Rd] Toolchains for x64 Windows

2010-07-25 Thread Prof Brian Ripley
The MinGW-w64 project, whose toolchains we use for 64-bit Windows, have made some changes to their conventions *and* removed all the older binary builds from their site. The current toolchains are not suitable for use with R 2.11.x, and I've re-packaged an older version (which is) as http://w

Re: [Rd] Recover source from LazyLoaded installation

2010-07-25 Thread Simon Urbanek
On Jul 23, 2010, at 2:46 PM, Paul Roebuck wrote: > Is there a means of recovering the source from a package with LazyLoad = > true? Package is Windows 2.9.1 pure R but have no access to original. In R > directory, I see , > .rd[bx], .rd[bx]. Attempting this on OS X 10.6 with > R-2.11.1 if it

Re: [Rd] R CMD check - "there is no package called"

2010-07-25 Thread Simon Urbanek
On Jul 24, 2010, at 9:02 AM, John Hendrickx wrote: > I'm trying to update my "perturb" package to get rid of some small warning > messages. The examples in "perturb" use the "Duncan" dataset from the "car" > package and I have "car" installed in R. But when I run "R CMD check", I get > an > e

[Rd] Redefine NROW and NCOL to be compatible with nrow and ncol for S3 classes with own dim function?

2010-07-25 Thread Sebastian Kranz
Dear R-developers, I am currently trying to develop a package with some customized container classes and found an issue with the functions NROW and NCOL. I guess that I can simply work around the problem by redefining these functions in my own package (Yet, I do not know whether that will work

[Rd] Recover source from LazyLoaded installation

2010-07-25 Thread Paul Roebuck
Is there a means of recovering the source from a package with LazyLoad = true? Package is Windows 2.9.1 pure R but have no access to original. In R directory, I see , .rd[bx], .rd[bx]. Attempting this on OS X 10.6 with R-2.11.1 if it matters. Sent from my iPhone ___

[Rd] R CMD check - "there is no package called"

2010-07-25 Thread John Hendrickx
I'm trying to update my "perturb" package to get rid of some small warning messages. The examples in "perturb" use the "Duncan" dataset from the "car" package and I have "car" installed in R. But when I run "R CMD check", I get an error message > require("car") Loading required package: car W