Re: [Rd] package NULL not found

2007-07-19 Thread Gabor Grothendieck
It turned out that when I reinstalled cygwin I put it first on the path and its not supposed to be. I wonder if R build tools could check for this by running a cygwin program that is also in Rtools and if one gets the cygwin output rather than the Rtools output it could warn the user to change his

Re: [Rd] package NULL not found

2007-07-19 Thread Duncan Murdoch
On 19/07/2007 7:16 PM, Gabor Grothendieck wrote: > Thanks. I tried performing the check from an empty directory but > it still gave the same response. Where can I find the source code > for the check process? On Windows the main wrapper is a Perl script in RHOME/bin/check, but most of the work

Re: [Rd] package NULL not found

2007-07-19 Thread Gabor Grothendieck
Thanks. I tried performing the check from an empty directory but it still gave the same response. Where can I find the source code for the check process? * using log directory 'C:/Rpkgs/check/sqldf.Rcheck' * using ARGUMENT ' ' __ignored__ R version 2.5.1 (2007-06-27) * checking for file 'sqldf/

Re: [Rd] trivial typo in ?crimtab

2007-07-19 Thread Duncan Murdoch
On 19/07/2007 5:10 PM, Ben Bolker wrote: > "New Scottland Yard" should be "New Scotland Yard" > Yes, I'll fix it. (The error is ours, it isn't in the original article.) Duncan Murdoch __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman

Re: [Rd] package NULL not found

2007-07-19 Thread Duncan Murdoch
On 19/07/2007 5:55 PM, Gabor Grothendieck wrote: > I noticed I am getting the same messages when trying to check other > packages too such as gsubfn which previously checked ok. > > I had recently reinstalled cygwin so its likely something to do with > that but have not tracked it down. Another p

Re: [Rd] package NULL not found

2007-07-19 Thread Gabor Grothendieck
I noticed I am getting the same messages when trying to check other packages too such as gsubfn which previously checked ok. I had recently reinstalled cygwin so its likely something to do with that but have not tracked it down. On 7/19/07, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > In perfo

[Rd] trivial typo in ?crimtab

2007-07-19 Thread Ben Bolker
"New Scottland Yard" should be "New Scotland Yard" cheers Ben Bolker __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] package NULL not found

2007-07-19 Thread Gabor Grothendieck
In performing Rcmd check I am getting this output regarding using Argument '' and a NULL package not found and it stops with an error: * using log directory 'C:/Rpkgs/sqldf.Rcheck' * using ARGUMENT ' ' __ignored__ R version 2.5.1 (2007-06-27) * checking for file 'sqldf/DESCRIPTION' ... OK * this

Re: [Rd] S4 and Namespaces problems {was "error message from lmer"}

2007-07-19 Thread John Chambers
Generic functions include a "package" slot. The concept is that only one definition of the generic _for a particular package_ should exist. For various reasons, there may be "copies" of that generic in multiple places (from the way namespaces work, e.g.) but the model is that they are really

Re: [Rd] substitute and expression (Peter Dalgaard)

2007-07-19 Thread Peter Dalgaard
John Maindonald wrote: > In this connection, note the following > > > a4 <- 4 > > plotThis <- bquote(alpha==.(a), list(a=a4)) > > do.call(plot, list(1:10, main=do.call(expression, c(plotThis > > do.call(plot, list(1:10, main=do.call(expression, plotThis))) > Error in do.call(expression, plo

Re: [Rd] (PR#9796) write.dcf/read.dcf cycle converts missing entry

2007-07-19 Thread Prof Brian Ripley
On Wed, 18 Jul 2007, Bill Dunlap wrote: > On Wed, 18 Jul 2007 [EMAIL PROTECTED] wrote: > >> I am seeing some problems here, for example when all the fields are >> missing, or all the fields in a row are missing. I've fixes for those, >> and will commit to R-devel shortly. > > write.dcf() is also

Re: [Rd] substitute and expression (Peter Dalgaard)

2007-07-19 Thread John Maindonald
In this connection, note the following > a4 <- 4 > plotThis <- bquote(alpha==.(a), list(a=a4)) > do.call(plot, list(1:10, main=do.call(expression, c(plotThis > do.call(plot, list(1:10, main=do.call(expression, plotThis))) Error in do.call(expression, plotThis) : second argument must be a l